/* CSS Document for camping figaret WEB SITE */

BODY { font-family: trebuchet MS; font-size: 75%; color: #481c00 /*marron*/; line-height: 170%; background:url(../images/bgBody.jpg); }
TD.content {background:#FFFFFF; }

/*TITRES*/
H1{ font-size: 140%; color: #481c00 /*marron*/; letter-spacing: 1px; display: inline; }
H2{ font-size: 130%; color: #481c00 /*marron*/; letter-spacing: 1px; display: inline; }

/*LIENS*/
A { color: #c04b00 /* brique */; text-decoration: underline; }
A:hover { text-decoration: underline ; }
A.ext { color: #a00000 /* brique foncé */; text-decoration: underline; }

/*LISTES*/
UL { list-style : url(../images/bulletList.gif); margin-left: 15px; margin-top: 0px; margin-bottom: 0px; }

/*FORM*/
INPUT, TEXTAREA, SELECT { font-family: trebuchet MS; color: #481c00 /*marron*/; line-height: 100%; }
.mandatory { color:#e16a00 /*rouge orangé*/; }
TD.uiErrorMessage {font-size:11px; color:#FF0000 /*rouge orangé*/; font-weight:bold; border:#FF0000 /*test*/ solid 1px; padding-left: 10px; background-color:#ffc18a /*orange clair*/;}
INPUT.uiErrorMessage {background-color:#ffc18a /*orange clair*/;}



