body {
color:black;
}
	
div.float
	{
 	float: center;
 	}
div#bandeau
	{
	float: center;
	width:950px;
	height:140px;
	background-image:url(../image/bandeau_new.gif);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	}
div#contenu
	{
	width:830px;
	height:400px;
	background-color:white;
	float:left;
	text-align: center;
	margin-left: 5px;
	border-top: 1px solid #0000CC;
	}
div#piedpage
	{
	width:950px;
	height:60px;
	background-color:white;
	clear:both;
	text-align: left;
	margin-left: 5px;
	}
div#menu
	{
	float:left;
	width:120px;
	height:400px;
	background-color:white;
	}
.cadre
	{
	border: 1px solid #0000CC;
	padding: 5px;
	}
hr {
color: blue ;
background-color: blue ;
height: 1px ;
border: 0px ;

}

