/* CSS Document */


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

#contenu{
	width:980px;
	height:440px;
	margin-left:auto;
	margin-right:auto;

}

#entete{
	height:210px;
	margin-left:auto;
	margin-right:auto;

	background-repeat: no-repeat;
	background-position: center;
}
#entete-bandes{
	height:210px;
	margin-left:auto;
	margin-right:auto;
}


#iframe{
	height:440px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	float: left;
}


#int_frame{
	width:730px;
	height:430px;
}

#menu{
	width:200px;
	height:430px;
	margin-left:20px;
	margin-right:auto;
	float: left;
}

#pieddepage{
	height:40px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	float: none;
}
#principal{width:980px;
	height:440px;
	margin-left:auto;
	margin-right:auto;
}

