body {
	margin: 0 auto;
	width: 980px;
	font-size: 62.5%;
}

#entete,#main,#pied {
	margin: 0 auto;
}

#entete {
	margin-bottom: 4em;
}

#pied {
	margin-top: 3em;
}

#pied img {
	
}

#pied p.signature {
	text-align: center;
	margin-top: -10em;
}

/***********/
div.concert {

	margin-bottom: 3em;
	padding: 0;
	min-height: 30em;
	background-image:
		url(../images/images_interface/fd_bloc_concert_home.jpg);
	background-repeat: repeat-x;
}

div.concert.border {
	border-right: 1px gray solid;
	border-bottom: 1em solid #f7a832;
}

div.concert h2,div.concert h3 {
	padding: .5em;
	margin-bottom: 0em;
}

div.concert h2 {
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	font-size: 1.5em;
}

div.concert h2 span {
	font-size: .75em;
}

div.concert h3 {
	font-size: 1.25em;
}
div.concert>p {

	line-height: 1.5em;
	padding-left: 1em;
}
.boutonAchat p,.blocAchat p {
	font-size: 1.2em;
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	line-height: 1.5em;
	padding-left: 1em;
}

.boutonAjouter,.blocAchat p:first-child { /*couleur ajouter OK*/
	text-transform: uppercase;
	color: black;
	margin-bottom: 0;
	text-align: right;
}

.boutonAjouter a,#main .blocAchat p:first-child a {
	text-decoration: none;
	color: white;
	padding: 0;
}

.blocAchat .infosPlusConcert {
	margin: 0;
	line-height: 1.5em;
}

.boutonAjouter,.blocAchat p:first-child {
	background-repeat: no-repeat;
}

.boutonAjouter span,.blocAchat span {
	background-image:
		url(../images/images_interface/sprite_pictoAjouter.jpg);
	background-repeat: no-repeat;
	display: inline-block;
	height: 1.5em;
	width: 1.5em;
	margin-left: 1em;
}

.boutonAjouter.ajouter,.boutonAjouter.ajouter span,.blocAchat .ajouter,.blocAchat .ajouter span
	{
	background-position: 0 0;
	background-color: #aac738;
}

.boutonAjouter.plus,.boutonAjouter.plus span,.blocAchat .plus,.blocAchat .plus span
	{
	background-position: 0 -25px;
}

.boutonAjouter.complet,.boutonAjouter.complet span,.blocAchat .complet,.blocAchat .complet span
	{
	background-position: 0 -50px;
	background-color: #C30;
	color: white;
}

.boutonAjouter.fermee,.boutonAjouter.fermee span,.blocAchat .fermee,.blocAchat .fermee span
	{
	background-position: 0 -75px;
	background-color: #C30;
}

.boutonAjouter.guichet,.boutonAjouter.guichet span,.blocAchat .guichet,.blocAchat .guichet span
	{
	background-position: 0 -75px;
	background-color: silver;
}

.boutonAjouter.temporaire,.boutonAjouter.temporaire span,.blocAchat .temporaire,.blocAchat .temporaire span
	{
	background-position: 0 -75px;
	background-color: silver;
}

.boutonAjouter.temporaire,.boutonAjouter.temporaire span,.blocAchat .temporaire,.blocAchat .temporaire span
	{
	background-position: 0 -75px;
	background-color: silver;
}

.boutonAjouter.annule,.boutonAjouter.annule span,.blocAchat .annule,.blocAchat .annule span
	{
	background-position: 0 -50px;
	background-color: #C30;
	color: white;
}

.boutonAjouter img {
	
}

p.infosAchat,.blocAchat p.infosAchat {
	border-bottom: 1px gray solid;
	font-family: Arial, Helvetica, sans-serif;
}

/********************/
#panier {
	margin-top: 2em;
	background-color: #CAE173;
}

#panier h3,#panier p.barreCommandePanier {
	background-color: #a4c42a;
}

#panier h3 {
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	font-size: 1.5em;
	line-height: 1.5em;
	color: white;
	text-transform: uppercase;
	text-align: center;
}

#panier p.barreCommandePanier {
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
}

#panier p.barreCommandePanier a {
	color: white
}

#panier p {
	padding: 0 1em;
}

#panier p span.nbBillet {
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	padding: 0 1em;
}

/*******************/
#main h1 {
	font-family: "Arial Black", "Helvetica Bold", sans-serif;
	font-size: 2.5em;
	color: #f1a930;
}

#main .averto {
	background-color: #FFF3C5;
	border: .3em #FFEA98 solid;
	font-family: verdana, arial, sans-serif;
	font-size: 1em;
	color: #34494A;
	margin: 1em 0;
	padding: 1.5em;
}

#main h3.filCommande {
	color: #CADAE6;
	text-transform: uppercase;
	font-weight: normal;
}

#main h3.filCommande span {
	color: #406077;
}

/*****************/
#panierForm th,#validationForm th {
	border-bottom: 1px solid gray;
}

#panierForm th.colonneTotaux,#validationForm th.colonneTotaux {
	text-align: right;
}

#panierForm td.grandtotal,#validationForm td.grandtotal {
	font-size: 1.4em;
	font-weight: bold;
	text-align: right;
}

#panierForm th.suppr,#panierForm td.suppr {
	text-align: center;
}

#panierForm td.total,#validationForm td.total {
	font-size: 1.4em;
	text-align: right;
	line-height: 1.2em;
}

#panierForm a.typebilletchoix {
	color: #C30;
	font-style: italic;
}

#panierForm input.qte {
	background-color: #efefef;
	text-align: center;
	font-weight: bold;
	border: 1px #aaa solid;
	padding: .5em;
}

#panierForm input.recalcul {
	background-color: #FFEA98;
	text-align: center;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.2em;
	padding: .25em;
}

td.prix {
	text-align: right;
}

/*******************************************/
#validationForm h2.intituleValidation {
	text-decoration: underline;
}

#validationForm fieldset .valider {
	text-align: right;
}

#validationForm input.suite {
	background-color: #a4c42a;
	display: block;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: .5em;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
}
#validationForm td.cgv p {
    text-align: right;
    font-size: 1.2em;
    font-weight: bold;
}

/******* COORDFORM *******/
#coordForm {
	padding: 0 1em 1em;
}

#coordForm fieldset {
	padding: 1em;
	border: 1px #ddd solid;
}

#coordForm fieldset legend {
	padding: 1em;
	font-size: 1.8em;
	color: #406077;
}

#coordForm fieldset.choixadresseliv,#coordForm fieldset.message {
	margin-top: 2em;
}

#coordForm label {
	display: block;
	color: #797979;
	font-size: 1em;
	line-height: 1.4em;
}

#coordForm label.choixtexte {
	display: inline;
	color: #797979;
	font-size: 1.4em;
	line-height: 1.4em;
}

#coordForm input {
	width: 20em;
	padding: .6em;
	color: #949494;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1em;
	border: 1px solid #cecece;
}

#coordForm input.choixtexte {
	color: #797979;
	font-size: 1.4em;
	line-height: 1.4em;
	vertical-align: baseline;
	width: 1.5em;
	border: none;
}

#coordForm input[type=checkbox] {
	margin-right: .5em;
	line-height: 1.8em;
	width: 1.5em;
	border: none;
}

#coordForm input.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#coordForm textarea {
	width: 55em;
	height: 8em;
	padding: .6em;
	color: #adaeae;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #cecece;
}

#coordForm textarea.error {
	background: #f8dbdb;
	border-color: #e77776;
}

#coordForm div {
	margin-bottom: 15px;
}

#coordForm div span {
	
}

#coordForm div span.error {
	color: #e46c6e;
	border-width: 1px;
}

#panierForm #envoi,#coordForm #envoi,#validationForm #envoi {
	background-color: #79B05C;
	color: #fff;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.4em;
	padding: .5em;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	width: 15em;
	float: right;
	text-decoration: none;
}

#panierForm #envoi {
	text-align: center;
}

#coordForm #envoi:hover {
	background: #93D670;
}
