html, body{
	height:100%;
	width:100%;
	margin:0;
	}
	
body{
	color:#000000;
	font:80% verdana, arial, geneva, helvetica, sans-serif;
	background:white;
}

li{
	list-style:outside;
	padding:0 0 5px 0;
}

h2{
	font-size:110%;
	color:#efefef;
	padding:2px 5px;
	background:gray;
}

img{
	border:0;
}

#conteneur{
	position:relative;
	min-height:100%;
	padding:0;
	margin:0 auto;
	width:980px;
	border-top:0;
	border-bottom:0;
}

#bandeau{
	position:relative;
	width:978px;
	background:url(../img/bandeau.gif) no-repeat top left;
	border-left:1px solid gray;
	border-right:1px solid gray;
	height:80px;
}

#main{
	position:relative;
	min-height:100%;
	width:978px;
	margin:0 auto;
	font-size:90%;
	border:1px solid gray;
	background:#ebebeb url(../img/fond_main.gif) repeat-y top left;
}

#main_texte{
	padding:10px;
	margin:0 8px 0 190px;
}

#main_left{
	float:left;
	width:180px;
	height:auto;
	margin-bottom:30px;
	background:#ebebeb;
}

.inside_mr{
	width:180px;
	height:auto;
	line-height:25px;
	margin-bottom:2px;
}

.inside_mr1{
	position:relative;
	width:180px;
	height:100px;
	background:#ccc;
}

a.mr01:link,a.mr01:visited,a.mr01:active, a.mr01:hover{
	position:absolute;
	bottom:0;
	left:30px;
	display:block;
	width:auto;
	height:auto;
	text-decoration:none;
	font-weight:normal;
}

a.mr0:link,a.mr0:visited,a.mr0:active{
	display:block;
	width:170px;
	height:100%;
	color:#555;
	padding:0 5px;
	background:#ccc;
	text-decoration:none;
	font-weight:normal;
}

a.mr0:hover{
	background:#ebebeb;
	font-weight:normal;
}

a.mr02:link,a.mr02:visited,a.mr02:active{
	display:block;
	width:150px;
	height:100%;
	color:#069;
	font-size:90%;
	padding:0 5px 5px 25px;
	background:#ddd;
	text-decoration:none;
	font-weight:normal;
}

a.mr02:hover{
	background:#ebebeb;
	font-weight:normal;
}

.clear_all{
	clear:both;
}

#center{
	padding-bottom:125px;
	overflow:hidden;
}

#footer{
	position:absolute;
	color:#969696;
	bottom:0;
	padding:0 0 25px 0;
	width:978px;
	font-size:85%;
}

a.foot:link,a.foot:visited, a.foot:active{
	color:#969696;
	text-decoration:none;
	font-weight:bold;
}

a.foot:hover{
	text-decoration:underline;
}

a:link, a:hover, a:active, a:visited{
	color:blue;
	text-decoration:underline;
}

a.mail:link, a.mail:hover, a.mail:active, a.mail:visited{
	color:gray;
	text-decoration:none;
}

a.back:link, a.back:hover, a.back:active, a.back:visited{
	color:black;
	text-decoration:none;
}

.eng{
	color:#069;
}

.fl{
	float:left;
	padding:0 5px;
	}
	
.fr{
	float:right;
	padding:0 5px;
}

img.lbg{
	border:1px solid gray;
	}
	
p{
	text-align:justify;
	}