/*TEXTES*/
.txt-bold{font-weight:bold}
.txt-italic{font-style:italic}
.txt-normal{font-weight:normal}

.txt-blanc{color:#fff}
.txt-noir-bold{font-weight:bold;color:#000}
.txt-bordeau{color:#bd1220}
.txt-gris{ color:#707173;}

.txt-taille-1{font-size:10px}
.txt-taille-2{font-size:11px}
.txt-taille-3{font-size:12px}
.txt-taille-4{font-size:13px}
.txt-taille-5{font-size:14px}
.txt-taille-6{font-size:15px}
.txt-taille-7{font-size:16px}
.txt-taille-8{font-size:17px}
.txt-taille-9{font-size:18px}

/*FONDS*/
.fond-blanc{ background-color:#ffffff;}
.fond-rouge{ background-color:#bd1320;}
.fond-jaune{ background-color:#ffdd00;}
.fond-bleu{ background-color:#316b81;}
.fond-violet{ background-color:#ac88be;} 
.fond-orange{ background-color:#f7a800;} 
.fond-bleu-clair{ background-color:#e6f3f5;} 

/*LIENS*/
.LIEN-noir-souligne {
color:#000000;
text-decoration:underline;
}
A.LIEN-noir-souligne:hover {
text-decoration:none;
}

.COULEUR-bordeaux {color:#bd1220;}


/* BORDURE IMAGES*/

.bordure-image-bordeau{
border: 1px solid #bd1220;}
.bordure-0{
border:none;}


.ligne1{ border-bottom:1px dotted #999999;}

.bordure-bas-rouge{ border-bottom: 1px solid #bd1320;}
.bordure-bas-jaune{ border-bottom: 1px solid #ffdd00;}
.bordure-bas-bleu{ border-bottom: 1px solid #316b81;}
.bordure-bas-violet{ border-bottom: 1px solid #ac88be;}
.bordure-bas-orange{ border-bottom: 1px solid #f7a800;}
.bordure-gris{border:1px solid #c2b8b9;}



/*LARGEUR BLOC*/
.Largeur-70{width:70%;}
.Largeur-65{width:65%;}
.Largeur-60{width:60%;}
.Largeur-50{width:50%;}
.Largeur-45{width:45%;}
.Largeur-40{width:40%;}

/*INTERLIGNE*/

.interligne-20{
line-height:20px;}



