/* Feuille de style */
/* marron CC6633 */
/* jaune  FDFFCB */

body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
margin: 0;
padding: 0;
background-color:#FDFFCB;
}
#header {
height: 139px;
background-color: #CC6633;
}

#pied {
height: 30px;
background-color:#CC6633;
}
/* ENCADREMENT */
.cadre {text-align:center; background-color:#CC6633; color:#CC6633; border:#FDFFCB dashed 2px;}

/* ESPACEMENT */
.nowrap {white-space: nowrap}

/* ALIGNEMENT */
.center {text-align:center;}

/* BACKGROUND COLOR */
.bgc1 { background-color:#CC6633; } /* marron */
.bgc2 { background-color:#FDFFCB; } /* jaune  */

/* COLOR */
.c0 { color:#000000; } /* noir */
.c1 { color:#CC6633; } /* marron */
.c2 { color:#FDFFCB; } /* jaune  */

/* EN TETE */
h1{font-family: Georgia,'Times New Roman',Times,serif; font-style: italic; font-size: 3.5em; color:#FAFEC7; padding:0px; margin:0px;}
h2{font-family: Georgia,'Times New Roman',Times,serif; font-style: italic; font-size: 2em; color:#FAFEC7; padding:0px; margin:0px; }
h3{font-family: Georgia,'Times New Roman',Times,serif; font-style: italic; font-size: 1.5em; color:#FAFEC7; padding:0px; margin:0px;font-weight:normal;}

/* TITRE MENU */
.titre_menu { font-family: Verdana, Arial, Helvetica, sans-serif; 0.9em; font-weight:bold; }
a.titre_menu:link {text-decoration:none; color:#FDFFCB }
a.titre_menu:visited {text-decoration:none; color:#FDFFCB }
a.titre_menu:hover {text-decoration:none; color:#FFFFFF; }

/* IMAGES */
img { border:none; }
