/* CSS Document */


body {
	background-color: #FF9900;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-position: center;	
}

#contenu{
	width:900px;
	height:750px;
	margin-left:auto;
	margin-right:auto;
	background-color: #000000;
	
}

#entete{
	height:200px;
	margin-left:auto;
	margin-right:auto;
	background-image: url(/www/images/entete.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
}
#entete-bandes{
	height:200px;
	background-color: #000000;
	margin-left:auto;
	margin-right:auto;
}


#iframe{
	height:425px;
	width:900px;
}

#contenu{
	width:900px;
	height:425px;
}

#int_frame{
	width:900px;
	height:425px;
}

#menu{
	width:900px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	
}

#pieddepage{
	height:50px;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	
}


