/* CSS Document */

html, body, p, ul, ol, li, h1, h2, h3, div, span, img, object {
	margin:auto;
	padding:0;
}

body{
	background-color: #FFFFFF;
	background-image:url(images/fond.jpg);
	background-repeat:repeat-x;
	color: #000000;
	text-align:left;
	font:Verdana, Arial, Helvetica, sans-serif;
	}

.page{
	width: 960px;
	}
div#encadrant{
	width:960px;
}
div#entete{
	width:960px;
	
	}
	
div#contenu{
	width:960px;
	height:auto;
	}
		
div#contenu_h{
	width:960px;
	}
	
div#contenu_m{
	width:960px;
	height:auto;
	position:relative;
	float:right;
	background-image:url(images/contenu-fond.jpg);
	background-repeat:repeat-y;
}	
/*div#contenu_g{
	width:250px;
	height:35px;
	background-image:url(images/menu.jpg);
	}	*/
	
	
ul#menu{
	width:300px;
	height:115px;
	float:left;
	margin-bottom:0px;
	position:relative;
	list-style-type:none;
	text-align:center;
	color:#FFFFFF;
	
	}
	
	li#menu1{
	width:280px;
	height:30px;
	padding-top:5px;
	padding-left:20px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	}
	li#menu2{
	width:280px;
	height:30px;
	padding-top:5px;
	padding-left:20px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	}		
	li#menu3{
	width:280px;
	height:30px;
	padding-left:20px;
	padding-top:5px;
	background-image:url(images/menu.jpg);
	background-repeat:no-repeat;
	}	
	
	
div#contenu_d{
	width:650px;
	height:auto;
	float:right;
	position:relative;
	text-align:left;
	padding-left:10px;
	
	/*background-image:url(images/contenu-m.jpg);*/
	}


div#piedepage{
	width:960px;
	height:100px;
	float:left;
	background-image:url(images/piedepage.jpg);
	text-align:center;
	}