/*TEXTES*/
.txt-bold{font-weight:bold}
.txt-italic{font-style:italic}
.txt-normal{font-weight:normal}

.txt-blanc{color:#fff}

.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}

.txt-taille-4-bold{font-size:13px;font-weight:bold}

/*FONDS*/
.fond-blanc{ background-color:#ffffff;}
.fond-gris-01{ background-color:#d3d3d3;}
.fond-noir{ background-color:#000000;}

/*LIENS*/
.LIEN-noir-souligne {
color:#000000;
text-decoration:underline;
}
A.LIEN-noir-souligne:hover {
text-decoration:none;
}

.LIEN-01 {
color:#f4af00;
text-decoration:none;
}
A.LIEN-01:hover {
text-decoration:underline;
}


.LIEN-noir-nonsouligne {
color:#000000;
text-decoration:none;
}
A.LIEN-noir-nonsouligne:hover {
text-decoration:underline;
}

/* Couleurs textes */
.COULEUR-or {color:#9d8627;}

.COULEUR-01 {color:#f4af00;}

.COULEUR-02 {color:#ff0000;}

/* Bordures */
.BORDER-01 {
	border:solid #524f4f 1px;
}
