/* CSS Document */
html, body{
	margin: 0;
	height: 100%;
}
a img{
	border: none;
}
#body_left ul{
	margin:0px;
	padding:0px;
}
#body_left li{
	margin:0px;
	margin-bottom:10px;
	list-style:none;
}
#body_left li a{
	text-decoration:none;
	color:#900;
}
#body_left li a:hover{
	color:#900;
	text-decoration:underline;
	color:#333;
}
#contener_site{
	width:800px;
	min-height:600px;
	margin: auto;
	background-image:url(../pictures/fond_transparent.png);
	background-repeat:repeat;
	position:relative;
	z-index:10;
	margin-bottom:40px;
	border-bottom:5px solid #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size:13px;
}
#header_contener{
	width:800px;
	height:112px;
	background-image:url(../pictures/header.png);
}
/*========BODY==========*/
#body_right{
	width: 569px;
	min-height:487px;
	padding-top: 60px;
	float:right;
	border-left: 1px solid #900;
	padding-right:10px;
	padding-left: 10px;
	padding-bottom:20px;
	text-align:left;
}
#body_left{
	width:180px;
	height:200px;
	margin-left:10px;
	float:left;
	margin-top: 60px;
	text-align:left;
}

/*================
===== FOOTER =====
================*/
#footer_contener{
	width: 100%;
	height: 20px;
	bottom:0px;
	margin: auto;
	position:fixed;
	z-index:10;
	background-color:#920d0d;
}
#footer_copyright{
	width:800px;
	margin:auto;
	text-align:center;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:12px;
	color:#FFF;
}
#footer_copyright a{
	color:#FFF;
	text-decoration:none;
}
#footer_copyright a:hover{
	text-decoration:underline;
}
/*========AUTRES=========*/
#space{
	clear:both;
}
#titre_description{
	font-size:16px;
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: thin solid #999; 
}