@charset "utf-8";
/* CSS Document */
/************* principaux TAG *************/
body{
	background-color: #333333;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}

img{
	border: none;
}

p{
	text-align: justify;
	margin: 0px 0px 1em 0px;
}

a{
	color: #FFFFFF;
	text-decoration: underline;
}

a:hover{
	color: #FF6600;
}

/************** Div de structure ***************/
#container{
	width: 900px;
	margin: 0px auto;
	background-image: url(../images/bas-site.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#banniere{
	height: 86px;
	position: relative;
	background-color: #333333;
}

#menu{
	height: 31px;
	background-color: #ff6600;
	background-image: url(../images/bas-menu.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#centre{
	clear: both;
	height: 513px;
	background-image: url(../images/bg-contenu.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

#contenu{
	height: 477px;
	position: relative;
}

#termes{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	clear: both;
}

#pied{
	margin-top: 8px;
	text-align: center;
	font-size: 10px;
}

#pied a{
	color: #999999;
	text-decoration: none;
}

/************* Div #banniere ****************/
#banniere img{
	position: absolute;
	z-index: 1;
	right: 88px;
	bottom: 0px;
}

/*********** Div #menu *************/
#menu ul{
	height: 20px;
	margin: 0px 0px 0px 45px;
	padding: 0px;
	list-style-type: none;
}

#menu ul li{
	float: left;
	display: inline;
}
