@charset "utf-8";
@import url(style.css);
/* CSS Document */
/*#navigation {
	background-image:url(../img/orange/orange-li.gif);
	background-repeat:repeat-x;
	background-position:center;
	overflow: hidden; 
	width:990px; 
	position: relative; 
	text-align: left;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	margin: 0 auto 0.5em auto; 
}*/
#header {
	position: relative;
	clear: both;
	margin: 0 auto;
	/*width:990px;*/
	width:100%;
	max-width:1000px;
	text-align:left;
	padding:0px 0px 15px 0px;
	color:#FFFFFF;
	border: thin solid #171717;
	background-color:#555252;
}
/*html #navigation {
height: 1%;
}*/

#container {
	width: 85em;  
	max-width:1000px;
	border: 1px solid #000000;
	text-align: left; 
	margin: 0 auto;
	position: relative;
	clear: both;
}
#content {
	position:relative;
	width:85em;
	max-width:1000px;
	/*width:980px;*/
	margin:0 auto;
	position:relative;
	padding-bottom:10px;
	/*border: thin solid #00F;bleu*/
	background:#313131;
}
html #content {

}
/*Partie Gauche*/
#sidebar1{
	/*width: 200px;*/
	width:16%;		
	margin-right:5px;
	margin-bottom:42%;
	overflow:hidden;
	float:left;
	background-color:#555252;
	border: thin solid #171717; /*vert*/
}
/*Partie Droite*/
#sidebar2{
	/*width: 200px;*/
	width:16%;
	margin-left:5px;
	margin-bottom:10px;
	overflow:hidden;
	/*float:right;
position:relative;*/
/*border-right: 1px solid #000;
border-left: 1px solid #000;*/
	border: thin solid #171717; /*vert*/
	background-color:#555252;
	position: absolute;
	right: 0px;
}
#sidebar1,
#sidebar2 { 
	padding: 0 1em;
	-webkit-border-bottom-right-radius: 0.5em;
	-webkit-border-bottom-left-radius: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	-moz-border-radius-bottomleft: 0.5em;
	-khtml-border-radius-bottomright: 0.5em;
	-khtml-border-radius-bottomleft: 0.5em;
	border-bottom-right-radius: 0.5em;
	border-bottom-left-radius: 0.5em;
	}
/*Partie centrale*/
#mainContent{
	/*float: left;*/
	/*width: 560px;*/
	/*width:67%;*/
	width:62%;
	/*min-width:500px;*/
	border: thin solid #171717; /*orange*/
	position: absolute;
	left: 19%;
	display: block;
}
html #section-index #mainContent{
margin-right: 0px;
}
/*Pied de page*/
.footer-area{
	overflow: hidden;
	/*width:990px; */
	width:85em;
	max-width:1000px;
	position: relative;
	text-align: center;
	font-family: Trebuchet MS,Tahoma, Verdana, Arial, Serif;
	margin: 0 auto;
	padding:2em 0em;
	font-size:12px;
	color:#c49400;
	text-decoration:none;
	border: thin solid #171717; /*marron*/
}
