/* CSS Document */
/*********************** BODY ************************/
html,body {background-color: #816f57; color:#000000; font-size:12px; font-family:Arial;} 
a:link { color:#0066FF; text-decoration:underline; font-weight:normal;}
a:hover { color:#0099FF; text-decoration:underline; font-weight:normal;}
a:visited { color:#999999; text-decoration:underline; font-weight:normal;}
a:active { color:#0099FF; text-decoration:underline; font-weight:normal;}

a:link.couleur1 { color:#FFFFFF; text-decoration:underline; font-weight:normal;}
a:hover.couleur1 { color:#000000; text-decoration:underline; font-weight:normal;}
a:visited.couleur1 { color:#FFFFFF; text-decoration:underline; font-weight:normal;}
a:active.couleur1 { color:#000000; text-decoration:underline; font-weight:normal;}

h1 { font-family:Arial; font-size:18px; color:#c4131b; text-decoration:none; font-weight:bold;}
h2 { font-family:Arial; font-size:12px; color:#c4131b; text-decoration:none; font-weight:bold;}
h3 { font-family:Arial; font-size:10px; color:#999999; text-decoration:none; font-weight:normal; text-transform: uppercase;}
h4 { font-family:Arial; font-size:18px; color:#c4131b; text-decoration:none; font-weight:bold; text-transform: uppercase;}
h5 { font-family:Arial; font-size:16px; color:#000000; text-decoration:none; font-weight:bold; font-style:italic;}

*{margin:0;padding:0;}

#conteneur{width:926px;margin:0 auto;}

#header{float:left;width:926px;}
#content{float:left;width:926px;background:white;}
#footer{background-color: #816f57; color:#FFFFFF; font-size:12px; font-family:Arial;float:left;width:926px;height:77px;background:url(../images/footer.jpg) no-repeat;}