/* CSS Document | general */

/* GENERAl */
body {
	margin: 0;
	padding: 0;
	/*color: #000000;*/
	background-color:#f9f9f9;
	font-family: Arial, Helvetica, sans-serif;
	overflow-y:scroll;
}

iframe {
	border:0 none;
	overflow:hidden;
	
}

#px-historyframe {
	display: none;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
}

pre{
	color:#343434;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
img, a{ outline:none;}

a { 
	cursor: pointer;
}

/* CORPS */
.floatLeft{float:left;}
.stopFloat{clear:both;}
#corps{margin-left: auto;margin-right: auto;}
#corps, #header, #content, #footer{width:1200px;}
.marginBottom18{margin-bottom:16px;}
.spacer{width:1200px; clear:both; height:50px;}

/* HEADER */
#header{
height:157px;
}
#header .l1{
	float:left;
	width:216px;
	height:157px;
}
#header .l2{
	background-image:url(../img/head.png);
	background-repeat:no-repeat;
	float:left;
	width:984px;
	height:157px;
	
}
#header .l3{
	
}
#header #content_slideshow {
	background-image: url(../img/image.png);
	background-repeat: no-repeat;
	float:left;
	width:1200px;
	height:196px;
	display: block;
}
#header .lngBtn{
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
}
#header .lngBtn a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #888888;
	text-decoration: none;
}
#header .lngBtn a:hover{
	text-decoration: underline;
	color: #ffffff;
}
#header #opt{
	margin-left:902px;
	margin-top:14px;
}
#header #menu{
	margin-top:120px;
}
#header #menu a,#header #menu a:hover,#header #menu a:activ, #header #menu img{
	border:0;
	margin:0;
	padding:0;
}

#header #slide-show {
	width:1200px;
	height:196px;
	display: block;
}

#header #slide-show #slide-images {
	display:block;
	height:196px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	width:1200px;
}
#header #slide-show #slide-images li {
	background-color:#FFFFFF;
	display:block;
	list-style-type:none;
	margin:0;
	padding:0;
	position:absolute;
}
#header #slide-show #slide-images li img {
	background-color:#FFFFFF;
	display:block;
}

/* CONTENT */
#content{
	width:1200px;
	background-color:#ffffff;
	border-bottom-style:solid;
	border-bottom-color:#cbcbcb;
	border-bottom-width:thin;
	padding-top:200px;
}

#content #mask_rubriques{
	display: none;
	background-color:#FFFFFF;
	float:left;
	height:138px;
	margin-left:110px;
	margin-top:96px;
	position:absolute;
	width:270px;
}

#content #sous_rubriques{
	float:left;
	width:270px;
	height:138px;
	padding-left:110px;
	margin-top:95px;
}

#content #content_texte{
	float:left;
	margin-left:31px;
	margin-top:50px;
}
#content #content_texte #texte{
	width:450px;
	text-align:justify;
}
#content #content_texte h1{
	color:#343434;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:26px;
	font-weight:normal;
	margin-top:0;
}
#content #content_texte h2{
	color:#2f2f2f;
	font-family:Georgia, Times New Roman, Times, serif;
	font-size:16px;
	font-weight:normal;
	margin-left:35px;
}
#content #content_texte #texte p, #content #content_texte li{
	color:#888888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-left:45px;
}
#content #content_texte strong{
	font-weight:normal;
	color:#434343;
}


/* FOOTER */
#footer{
	margin-top:18px;
	margin-bottom:20px;
	text-align:center;
	font-size: 11px;
	color:#888888;
}
#footer .l0{
	font-size: 12px;
	color:#000000;
	font-weight:normal;
	padding-bottom:2px;
	
}
#footer .l1 strong, #footer .l1 a, #content #content_texte p a{
	font-size: 12px;
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}
#footer .l1{
	font-size: 11px;
	color:#434343;
}
#footer .l2 a{
	color:#888888;
	text-decoration:none;
	font-weight:normal;
}
#footer .l1 a:hover, #footer .l2 a:hover, #content #content_texte p a:hover{
	text-decoration:underline;
}