#gauche {
	width: 20%;
	background-color: #F2F2F2;
	float: left;


}

  
/* LISTE DEROULANTE ------------------------------- */  
  
 dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;

} 

#menu dt {
	cursor: pointer;
	height: 20px;
	line-height: 20px;
	font-weight: bold;
	background-image:       url("gfx/fond-menu.png");
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 15px;
	
}
#menu dd {
}

#menu li {
background-color: #D0DBE8;
font-size: 10px;
height: 20px;
line-height: 20px;
padding-left: 15px;

}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;

}

#menu li a:hover, #menu dt a:hover {
	background-color: #F2F2F2;
}


/* DESIGN DE LA PAGE------------------------------- */
div#site {
	text-align:left;
	margin: auto;
	width: 98%;
	margin-top: 5px;
}
/* ------------------------------------ */




#menu1 ul {
      margin:0;
      list-style:none;
      }
    #menu1 li {
      float:right;
      margin:0;
      }
    #menu1 a {
      float:right;
      display:block;
      text-decoration:none;
      font-weight:bold;
      color:#765;
      }
    #menu1 > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #menu1 a {float:none;}
    /* End IE5-Mac hack */
    #menu1 a:hover {
      color:#333;
      }

/* Le reste */



div#mh {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

div#mh a, div#mh a:link {
	float: left;
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;	
}

/* ------------------------------------ */

div#corps {
	background-color: #F2F2F2;
	
}



