/* CSS Document */

html,body {
	font-family:Tahoma,Trebuchet MS,Arial,Sans;
	margin:0px;
	padding:0px;
	background-position:50% -20%; 	
	background-color: #006ac8;
	background-image: url(../images/fond.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;

}

#conteneur{
border-collapse:collapse;
margin-left:auto;
margin-right:auto;

}

#header{
height:300px;
}

#contenu{
width:738px;
border-collapse:collapse;
}

#sous_contenu{
border-collapse:collapse;	
}

#gauche{
width : 175px;
background-color:#026bde;
}


#droite{
	padding-left : 2px;
	width : 570px;
	background-color:#00377d;
}

#footer{
	clear:both;
	background-image:url(../images/footer.png);
	height:30px;
}


