@charset "UTF-8";
/* CSS Document */


body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	
	color: #464646;
	line-height: 1.3em;
}
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #222222;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.hide {
	display: none;
	visibility: hidden;
}

li{
list-style-type: none ;

}
/*//////////BLOCK INTRO FACE///////////////////////////////*/
#left-block h2 {
	color: #222222;
	display: block;
	border-top-width: 1px;
	font-size: 14px;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left-block {
	background-color: #FFF;
	height: auto;
	width: 284px;
	position: absolute;
	left: 70px;
	top: 110px;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
/*//////////SLIDESHOW ARRIERE PLAN///////////////////////////////*/

.pics {
	
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.bg {
	
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
/*////////////////////////////HEADER///////////////////////////////*/
	
	
#header {
	background-color: #FFF;
	height: 110px;
	width: 312px;
	position: absolute;
	left: 70px;
	top: 0px;
	z-index: 300;
	margin: 0px;
	padding: 0px;
}
#header h1 a img {
	border: none;
	text-decoration: none;
}
#header h1 {
	margin-top: 13px;
	margin-bottom: 19px;
	margin-left: 9px;
	padding: 0px;
	
/*////////////////////////////MENU///////////////////////////////*/

}
#monmenu {
	width:312px;
	margin:0px;
	padding:0px;
}
#monmenu ul {
	width:312px;
	margin:0px;
	padding:0px;
}
#monmenu ul ul {
	display: none;
	background-color: #EDEDED;
	position: absolute;
	left: 0px;
	top: 24px;
	margin:0px;
	height:auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 150px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #222222;
}
#monmenu li {
	list-style-type: none;
	position: relative;
	background-color: #FFF;
	margin: 0px;
	padding:0px;
	float:left
}
#monmenu li ul li {
	list-style-type: none;
	position: relative;
	width: 139px;
	margin: 0px;
	float:left;
	display: block;
}
#monmenu li ul li a {
	width: 139px;
	background-color: #EDEDED;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	display: block;
	color:#222222;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
#monmenu li ul li a:hover {
	width: 139px;
	background-color: #222222;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	display: block;
	color:#fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
#monmenu li a {
	text-decoration:none;
}
#monmenu li:hover ul.niveau2, #monmenu li li:hover ul.niveau3, #monmenu li.sfhover ul.niveau2, #monmenu li li.sfhover ul.niveau3 {
	display: block
}
#monmenu li.plus {
	background-position:right;
	background-image: url(illustrations/fdroite.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #B0B0B0;
}
#monmenu li#past:hover, #monmenu li#past.sfhover {
	background-image:url(images/past-a.gif);
	background-repeat:no-repeat;
}
#monmenu li#past {
	background-image:url(images/past.gif);
	background-repeat:no-repeat;
	display:block;
	width:57px;
	height:24px;
}
#monmenu li#present:hover, #monmenu li#present.sfhover {
	background-image:url(images/present-a.gif);
	background-repeat:no-repeat;
}
#monmenu li#present {
	background-image:url(images/present.gif);
	background-repeat:no-repeat;
	display:block;
	width:80px;
	height:24px;
}
#monmenu li#future:hover, #monmenu li#future.sfhover {
	background-image:url(images/future-a.gif);
	background-repeat:no-repeat;
}
#monmenu li#future {
	background-image:url(images/future.gif);
	background-repeat:no-repeat;
	display:block;
	width:72px;
	height:24px;
}
#monmenu li#moulin:hover, #monmenu li#moulin.sfhover {
	background-image:url(images/lemoulin-a.gif);
	background-repeat:no-repeat;
}
#monmenu li#moulin {
	background-image:url(images/lemoulin.gif);
	background-repeat:no-repeat;
	display:block;
	width:103px;
	height:24px;
}
/*////////////////////////////menu cascade///////////////////////////////*/

#monmenu li ul li#oba2 {
	
}

#monmenu li ul li ul {
	margin-top:-20px;
	padding:0px;
	position: absolute;
	left: 0px;
	top: -1px;
	z-index:-200;
}
#monmenu li ul li ul li {
	list-style-type: none;
	position: relative;
	width: 139px;
	margin-left:150px;
	float:left;
	display: block;
}
#monmenu li ul li ul li a {
	width: 139px;
	background-color: #EDEDED;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	display: block;
	color:#222222;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}
#monmenu li ul li ul li a:hover {
	width: 139px;
	background-color: #222222;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 11px;
	display: block;
	color:#fff;
	text-decoration:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #222222;
}

/*////////////////////////////CREDIT ET LANGAGE///////////////////////////////*/

#credits {
	background-color: #222222;
	height: 50px;
	width: auto;
	position: fixed;
	z-index: 1000;
	right: 0px;
	top: 0px;
}
#credits ul {
	margin: 0px;
	height: 50px;
	width: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#credits ul li {
	
	list-style-type: none;
	color: #FFF;
	
}

#credits ul li a {
	display: block;
	margin: 0px;
	
	height: 15px;
	width: auto;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	text-decoration:none;
	
}

#credits ul li a:hover {
	display: block;
	background-color:#000;
	color: #FFF;
	text-decoration:none;
	
}


/*////////////////////////////ARTICLE///////////////////////////////*/	
	
	
#contenu-article {
	background-color: #FFF;
	height: auto;
	width: 872px;
	position: absolute;
	left: 70px;
	top: 150px;
	padding-top: 14px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}

#redaction {
	margin: 0px;
	float: left;
	height: auto;
	width: 340px;
	margin-left:14px;
	
}

#redaction h1 {
	width:290px;
	float:left;
	font-size: 18px;
	color: #222222;
	margin-top: 0px;
	margin-bottom:25px;
	letter-spacing: -1px;

}


/*====================== Galerie Photos ======================*/

#menu4 a.wactive {
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #222222;
	padding-right: 2px;
	padding-left: 2px;
}
#menu4 a {
	color: #222222;
	text-decoration: none;
	padding-right: 2px;
	padding-left: 2px;
}
#menu4 a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #222222;
	padding-right: 2px;
	padding-left: 2px;
}
#parent4 li {
 padding: 0px;
 width:515px;
 height:340px;
 margin:0px;
 float:left;
 


}
ul#parent4 {
	padding: 0px;
	width:535px;
	height:auto;
	margin:0px;
	float:left;
}
#galerie #conteneur-image {
	margin-bottom:0px;
	height:436px;
}
#galerie {
	height: autopx;
	width: 515px;
	color: #222222;
	position:relative;
	overflow:hidden;
	
	padding: 0px;
	margin: 0px;
	float: left;
}
#menu4 {
	float:right;
	margin-top:0px;
	margin-left: 0px;
	position:absolute;
	top: 350px;
	right:0px;
}
#parent4 li h4 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 0px;
	width:80px;
	
}

#parent4 {
	height: 412px;
	width: 515px;	
}


#redaction h2 {
	font-weight:normal;
	font-size: 12px;
	color: #FFF;
	float: right;
	height: 18px;
	width: 45px;
	background-color: #222222;
	text-align: center;
	margin: 0px;
	display: block;
	padding: 0px;
	line-height: 20px;
}
#contenu-article #pratical-infos {
	width: 340px;
	margin-top: 40px;
	margin-left: 0px;
	float: right;
}
#pratical-infos h3 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background-color: #222222;
	padding-left: 5px;
	height: 25px;
	width: 70px;
	padding-right: 5px;
	display: block;
	text-align: center;
	line-height: 25px;
}
.about-face {
	display: block;
	height: 16px;
	width: 99px;
	background-image: url(images/about-face.gif);
	background-repeat: no-repeat;
}

.about-face:hover {
	display: block;
	height: 16px;
	width: 99px;
	background-image: url(images/about-face-a.gif);
	background-repeat: no-repeat;
}

