 /*////////////////
 ///// Règles /////
////////////////*/

/* Convention de nommage : camelCase + conteneurTypeLibellé */
/* Hiérarchisation :
   1. Le positionnement => display – visibility – position – top/right/bottom/left – z-index – float – clear
   2. Les marges et bordures => margin – padding – border
   3. Les dimensions => width – height – min-width/max-width – min-height/max-height
   4. Les propriétés de texte => font – line-height – text-align – text-indent – text-decoration – text-transform – letter-spacing – word-spacing – color
   5. L'arrière-plan => background */


  /*//////////////////
 ///// Couleurs /////
//////////////////*/

/* Couleur Rouge bordeaux: #a62200 */
/* Couleur Rouge bordeaux pour rebourItem: #a52200 */
/* Couleur jaune: #fea31a*/
/* Couleur date bloc chronokifeurs: #7f4b00*/
/* Couleur gris texte chrono10: #7a7a7a*/


/*********************************
*******  Bloc inscription ********
*********************************/

#blocInscription{
	
	background-color: #a62200;
	width:746px;
	margin-top:75px;
	/*margin-right:50px;*/

}

.trConnecteToi{
	background-color: #a62200;
}

#blocContenuInscription{
margin-left:5%;
}

#tabInscriptionMembre{
	padding:0px 0px 0px 25px;
	border:0;
}



.hauteurLigne{
height:10px;
}

#InscriptionCadreMoiChronokifeur{
background-color:#FFFFFF;
width:623px;
}

.inscriptionMoiTd{
width: 80px;
}

.inscriptionCompteTd{
width: 90px;
}

.texteAccesRestreint{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:12px;
color:#FFFFFF;
margin-top:20px;
}

.texteAccesRestreintOu{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:18px;
font-weight:bold;
color:#A62200;
margin-top:20px;
}

.texteAccesRestreintLog{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
margin-top:5px;
margin-right:5px;
padding-bottom:5px;
}

.texteAccesRestreintLog1{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
position:absolute;
top:28px;
left:40px;
}

.texteAccesRestreintLog2{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
position:absolute;
top:50px;
left:6px;
}

.titreAccesRestreint {
background-image:url(../../img/front/titre_acces_restreint.gif);
background-repeat:no-repeat;
width:100%;
height:53px;
margin-top:20px;
background-position:center;
}

#titreEmailConfirmation {
background-image:url(../../img/front/titre_email_confirmation.gif);
background-repeat:no-repeat;
width:535px;
height:40px;
margin-top:20px;
}

#texteEmailConfirmation{
	font-family:"Trebuchet MS", "Times New Roman", Verdana;
	font-size:12px;
	color:#FFFFFF;
	width:700px;
	margin-top:20px;
	padding-bottom:20px;
}

#texteEmailConfirmation STRONG{
	font-size:14px;
	font-weight:bold;
}

/*********************************
******* FIN blocinscription ******
*********************************/

/********** RECAPTCHA *************/
/*#InscriptionRecaptcha{
background-color:#FFFFFF;
width:623px;
}

.InscriptionRecaptchaTab{
font-family:"Trebuchet MS", "Times New Roman", Verdana;
font-size:11px;
font-weight:bold;
color:#a62200;
width:623px;
border:0px;
}

.tdTableInscriptionRecaptcha{
	width:395px; 
	padding:0px 0px 0px 15px;
}
*/
/*****************************************/
