@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#fafbc0;
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
#container {
	width: 900px;
	background: #8c3c0b;
	margin: 0 auto;
	border: 8px solid #312612;
	text-align: center;
	margin-top:10px;
}
#header {
	background-image:url(../images/header.gif);
	height:150px;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#sidebar1 {
	float: left;
	width: 150px;
	background: #8c3c0b;
	min-height:473px;
	border-right:2px solid #ffffff;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#sidebar2 {
	float: right;
	width: 180px;
	background: #8c3c0b;
	min-height:385px;
	border-left:2px solid #ffffff;
}
#mainContent {
	margin-top:10px;
	margin-right: 200px;
	margin-bottom: 0;
	margin-left: 180px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 3px;
}
#footer {
	padding: 0 0px 0 0px;
	background:#ffffff;
	text-align:center;
	border-top:4px solid #ffffff;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
p {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
}
#copyright {
	width: 900px;
	background: #fafbc0;
	margin: 0 auto;
	text-align: right;
	padding-right:10px;
	margin-top:10px;
	margin-bottom:10px;
}
#copyright h4 {
	color:#666666;
	font-size:12px;
}
#copyright p {
	color:#312612;
	font-size:10px;
}
#pourtwitter {
	width: 900px;
	background: #fafbc0;
	margin: 0 auto;
	padding-right:5px;
}
#pourfacebook {
	width: 900px;
	background: #fafbc0;
	margin: 0 auto;
	padding-right:5px;
}
#google {
	background-image:url(../images/google.gif);
	background-repeat:no-repeat;
	height:80px;
	text-align:center;
	padding-top:50px;
	margin-top:15px;
}
#search {
	background-image:url(../images/search.gif);
	background-repeat:no-repeat;
	height:90px;
	text-align:center;
	padding-top:5px;
}
.ligne_inpaire {
	background-color:#bed9ea
}
.ligne_paire {
	background-color: #FFF;
	#bottomBanner {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 40px;
z-index: 999;
text-align: center;
background-color: #b5ae92;
}
#bottomBanner img {
margin: 0 auto;
border: none;
}