 /*////////////////
 ///// 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*/

#mentionsTitrePage {
/*background-image:url(../../img/front/titre_chronokoi.gif);
background-repeat:no-repeat;*/
width:400px;
height:41px;
/*float:left;*/
margin-top:80px;
}

#tablementions{
font-family: "Trebuchet MS","Times New Roman",Verdana;
font-size:11px;
line-height:25px;
width:680px;
padding-left:15px;
}

.tableMentionsTd{
width:200px;
font-weight:bold;
}


