/*###########################################################################
#                                                                           #
#                            Les styles du layout                           #
#                                                                           #
###########################################################################*/

body {
	background:url(../images/body_bg.jpg) repeat-x;
}
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0pt;
	visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
#wrapper {
	width:760px;
	margin:16px auto 0;
	background:url(../images/wrapper_bg.jpg) top center no-repeat;
}
#container {
	margin:0 16px;
	border:1px solid #d9d9d1;
}
#container2 {
	background:#fff;
	border:7px solid #fff;
}
#header {	
	width:100%;
	height:306px;
	background:url(../images/header0_bg.png) top right no-repeat;
}
#header h1 {
	display:none;
}
#corps {
	background:url(../images/rightside0_bg.jpg) right repeat-y;
}
#main {
	margin-right:190px;
}
#main-in {
	margin:0 25px;
}
#rightside {
	float:right;
	width:190px;
}
#rightside-in {
	padding-top:130px;
	text-align:left;
	margin:0 5px 0 20px;
}
#pied {
	background:#0080bf;
	padding:5px 0;
	
	text-align:center;
	color:#fff;
}
#pied a {
}
.footer {
	text-align:center;
	font-size:0.8em;
	color:#cccccc;
	margin:5px;
}
.footer a{
	color:#666666;
	text-decoration:none;
}