
/* INITIALISATION - RESET DES PROPRIETES CSS */
body{margin:0 0 0 0; padding:0 0 0 0}

div, ul, h1, h2, h3, h4, p, img, form{padding:0; margin:0}

ul{list-style-type:none}

.reset{clear:both}

/* MISE EN PLACE DE LA PAGE */
body         { font-size: 100%; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-style: normal; font-variant: normal; line-height: normal; background: #666 url("_images/fond.png") repeat-y center 0; margin-top: 15px }
/* CONTENU */
#contenu       { margin-right: auto; margin-left: auto; width: 809px; border-color: #000 } /* Hack IE */

/* TEXTE */
#texte    { color: #000; font-size: 1em; font-family: Arial, Helvetica, sans-serif; font-style: normal; font-weight: normal }
#texte p    { color: #000; display: block }
#texte h1 { font-size: 1em; font-weight: normal; display: block; margin-bottom: 30px; border: solid 2px #000 }
#texte ul { color: #000; font-size: 0.8em; font-family: Arial, Helvetica, sans-serif; line-height: normal; display: block; margin-bottom: 1em; margin-left: 2em; width: 100% }
#texte ul a { color: #000; display: block }
#texte ul a:hover { color: #f00; font-weight: bold; display: block }
#texte p a{color:#f30; font-weight:bold; text-decoration:underline}
#texte p a:hover{color:#f63; font-weight:bold; text-decoration:none}
/* PIED DE PAGE */
#footer          { margin-top: 1em; margin-bottom: 5px; width: 805px; height: 40px; border: solid 2px #000 }
#footer ul    { display: block; padding: 0; width: 100%; height: 20px }
#footer ul li     { background-color: #f63; display: block; margin: 0; padding: 0; height: 26px; float: left }
#footer ul li a  { color: #000; font: bold 0.75em "Trebuchet MS", Arial, Helvetica, sans-serif; text-decoration: none; background-color: transparent; margin: 0; padding: 0 12px; height: 21px }
#footer ul li a:hover { background-color: #ffc }
#footer p     { color: #fff; font-size: 0.6em; background-color: #666; text-align: right; margin-top: 0.5em }


