
div#gauche {
						float:left;
						width:20%;
						height:450px;
						
						}
div#body {
						
						width:100%;
						height:800px;
						clear:both;

						}
div#droite {
						float:right;
						width:210px;
						height:260px;

						}				
h3
{
  font-family:Verdana;
  font-size:15px;
  font-weight:bold;
}