@charset "utf-8";
/* CSS Document */




body{
	background:url(img/bground.jpg) #FFF repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	margin:0;
	padding:0;
	}
	
#site{
	position:relative;
	min-height:100%;
	}

#fond_menu{
	background:url(img/menu.jpg) repeat-x;
	width:100%;
	height:50px;
	z-index:10;
	}

#menu_cadre{
	width:810px;
	height:50px;
	position:relative;
	z-index:10;
	margin:0 auto;
	}

#logo{
	top:0px;
	left:10px;
	position: absolute;
	}

#menu ul{
	list-style: none;
	text-align:right;
	margin:0px;
	padding:15px 0 0 0;
	font-size:13px;
	}

#menu ul li{
	display:inline;
	padding:0 20px 0 20px;
	}

#menu ul li a{
	color:#6eb200;
	text-decoration:none;
	}

#menu ul li a:hover{
	color:#fe0000;
	}

#page_lue{
	color: #FF0;
	}
	
#corps{
	background:url(img/corps.png) repeat-y;
	width:810px;
	z-index:1;
	position:relative;
	margin: 0 auto;
	min-height:100%;
	}

#banniere{
	margin-bottom:3px;
	}
	
#bas_corps{
	background:url(img/fond_corps.jpg) repeat-x;
	width:794px;
	}

#contenu{
	text-align: justify;
	padding:15px 5px 15px 5px;
	text-indent:15px;
	height:100%;
	display: inline-block;
	}

#contenu div{
	float:left;
	}

h2{
	font-size:22px ;
	color:#b20000;
	}

#titre_photo{
	background:url(img/titre_photo.jpg) repeat-x;
	height:30px;
	font-size: 22px;
	color:#FFF;
	padding: 0 0 0 10px;
	}

#footer {
	background:url(img/footer.jpg) repeat-x;
	height:20px;
	overflow:hidden;
	position:relative;
	width:100%;
	font-size:10px;
	color:#FFF;
	padding-top:5px;
	bottom:0px;
	}

#formulaire{ text-align:right;}