/* CSS Document */


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

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

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


#iframe{
	height:450px;
	width:830px;
	float: left;
}

#contenu{
	width:980px;
	height:450px;
}

#int_frame{
	width:830px;
	height:450px;
}

#menu{
	width:150px;
	height:450px;
	margin-left:auto;
	margin-right:auto;
	float: left;
	background-color: #101B2B;	
}

#pieddepage{
	height:50px;
	width:980px;
	margin-left:auto;
	margin-right:auto;
	clear: both;
	background-color: #101B2B;		
}
