html, body { margin:0px; padding:0px; height:auto; }
body { background:url('/images/design/fond.gif') repeat; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; }
img { border:none; }
h1, p, form { margin:0px; padding:0px; }
h1 { font-size:32px; }

a { text-decoration:none; color:#202020; font-weight:bold; }
a:hover { color:#efefef; }

fieldset { border:1px solid; padding:15px; margin:10px 0px; font-size:11px; }
legend { margin:0px 0px; padding:0px 15px; color:#8d1616; font-weight:bold; font-size:14px; }

th { background-color:#8a8a8a; }
ul { margin:0px 0px 0px 25px; padding:0px 0px 0px 0px; }
li { margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; list-style:circle; }

/*###################################################################################################*/
/*######################################### Design général ##########################################*/
/*###################################################################################################*/

#general { width:996px; margin-left:auto; margin-right:auto; overflow:hidden; border:1px solid black; background:#79c1da; }

#header { background:url('/images/header.jpg') no-repeat; width:996px; height:250px; border-bottom:1px dashed; }
#big_title { text-align:right; padding-top:60px; padding-right:30px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; }
#big_title2 { position:relative; top:-78px; left:-4px; text-align:right; margin-right:30px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#efefef; }

#menu { margin-top:20px; padding-right:25px; padding-bottom:20px; border-bottom:1px dashed; text-align:right; }

#content { padding:5px 20px; }

#footer { margin-top:20px; background:#4eb3d6; padding:10px 0px; text-align:center; border-top:1px dashed; font-family:Tahoma; }

/*###################################################################################################*/
/*########################################## Mise en page ###########################################*/
/*###################################################################################################*/

.vignette { width:220px; border:1px solid #000000; margin:5px; }
.al_gauche { float:left; }
.id_zone_exemple { overflow:hidden; margin-top:10px; }

/********************************************** Texte ************************************************/

.justify { text-align:justify; }
.ssligne { text-decoration:underline; }
.center { text-align:center; }
.italic { font-style:italic; }
.gras { font-weight:bold; }

.petit { font-size:9px; }
.moyen { font-size:12px; }
.grand { font-size:14px; }

.blanc { color:#efefef; }
.color1 { color:#6f1c00; }
.color2 { color:#dd9e4e; }

.inline { display:inline; }