 /*////////////////
 ///// 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*/

#chronokoiTitrePage {
/*background-image:url(../../img/front/titre_chronokoi.gif);
background-repeat:no-repeat;*/
width:630px;
/*height:70px;*/
margin-top:100px;
margin-bottom: 10px;
}

.texteCGU{
font-family: "Trebuchet MS","Times New Roman",Verdana;
font-size:14px;
line-height:25px;
padding:5px;
}

LI {
margin: 0;
}

p{
padding:0;
margin: 0 0 1em 0;
text-align:justify;
line-height:16px;
}

h3{
margin-top: 20px;
font-size:16px;
}

.BtnRechercher {
    margin-top: 15px;
    margin-left: 5px;
    margin-bottom: 5px;
    display: block;
}

.contenuBtInstuctions {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.contenuSite .texteCGU, .contenuFb .texteCGU {
    text-align: center;
}

.contenuSite .texteCGU img.titreAide, .contenuFb .texteCGU img.titreAide {
  float: left;
}

.contenuSite .texteCGU h2, .contenuSite .texteCGU li, .contenuSite .texteCGU strong, .contenuFb .texteCGU h2, .contenuFb .texteCGU li, .contenuFb .texteCGU strong {
    text-align: left;
}

.contenuFb a.lienTwitter {
  color: #000000;
  font-weight: bold;
}
