/* CSS Document */
.titre { font-family: trebuchet ms, Arial, Helvetica ; font-size: 18px; font-weight: bold; color: #666633; text-decoration:none;}
.titre a { text-decoration: none; color: #D2D2D2;}
.titre a:hover { text-decoration: underline; }
.titre:hover { text-decoration: underline; }

.normal { font-family: trebuchet ms, Arial, Helvetica; font-size: 16px; font-weight: normal; color: #666633; text-decoration:none}
.normal a { text-decoration: underline; color: #BB200C}
.normal a:hover { text-decoration: underline; color: #BB200C}
.normal:hover { text-decoration: underline; }

.petit { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #FFFFFF; text-decoration:none}
.petit a { text-decoration: none; ; color: #BDC2D6}
.petit a:hover { text-decoration: underline; }
.petit:hover { text-decoration: underline; }

.normalg { font-family: Arial, Verdana, Helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #ad3623; text-decoration:none}
.normalg a { text-decoration: none; ; color: #FFFFFF}
.normalg a:hover { text-decoration: underline; }
.normalg:hover { text-decoration: underline; }

/* Fonds */
.bg-rouge { background-color: #BB200C; }
.bg-beigeh { background-color: #FFF0CD; }
.bg-beige { background-color: #FFFAE6; }
.bg-orange { background-color: #FFA005; }
.bg-gris { background-color: #D2D2D2; }

.FondRouge {  BACKGROUND-COLOR: #BB200C; }