 body { background:url("images/fond.png") repeat-x; }
 
 
 li { list-style-type:none; }
 
 
 #structure { width:600px; height:500px; margin-left:auto; margin-right:auto; margin-top:35px; }
 
 
 #header { height:150px; background:url("images/header.png") no-repeat center; text-align:right; padding-right:75px; color:white; font-family:verdana, Time New Roman; }
  .titre  { font-size:22px; font-weight:bold; }
  .sous-titre { font-size:16px; font-style:italic; }
 

 #corps { margin-left:26px; height:350px; background:url("images/corps.png") repeat-y center; }
   #contenu { float:left; padding-left:35px; width:65%; font-size:12px; }
   
   #menu { float:right; width:25%; }
    #menu a { color:black; text-decoration:none; }
     #menu a:visited { color:black; }
     #menu a:hover { padding-left:1px; border-bottom:1px dashed black; }
        .menu { padding-left:15px; font-weight:bold; }
 
 
 #footer { height:50px;text-align:right; padding-right:25px; background:url("images/footer.png") no-repeat center; font-size:11px; }
  #footer a { color:black; text-decoration:none; font-weight:bold; }
   #footer a:visited { color:black; }
   #footer a:hover { border-bottom:1px dashed black; }
 
 
