 /*////////////////
 ///// 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*/

.introChronokoi {
	list-style-type:decimal;
	margin-left:0px;
	padding-left:20px;
}

.introChronokoi li {
	font-weight:bold;
	color:#a62200;
	font-family:"trebuchet MS";
	font-size:16px;
}

.introChronokoi li P{
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:"trebuchet MS";
	font-size:14px;
	color:#000000;
	line-height:25px;
}

.blocImgChronokoi {
	width:100%;
	text-align:center;
	margin-top:15px;
	margin-bottom:25px;
}


#chronokoiTitrePage {
background-image:url(../../img/front/titre_chronokoi.gif);
background-repeat:no-repeat;
width:383px;
height:40px;
/*float:left;*/
margin-top:100px;
}

.texteChronokoi{
font-family:"trebuchet MS";
font-size:14px;
line-height:25px;
padding:5px;
}

LI {
margin-top:10px;
}

.motifBtnSupprimerCentre A{color:#FFFFFF; font-weight:bold; font-size:12px;}
.motifBtnSupprimerCentre A:hover{text-decoration:underline;}

