@charset "utf-8";
/* CSS Document */
body {
	padding:0;
	margin:0;
	width:1021px;
    background:url(../images/bandeau.jpg) no-repeat  #12a4bb;
	
}
#entete {
	float:left;
}

.navigation {
	margin-top:0;
	padding:  168px 0 55px 0;
}

.navigation ul {
        margin:0;
        padding :35px 0 0 150px;
    	list-style-type:none;
}
.navigation ul li{
	float:left;
	padding:0 5px 0 5px ;
	width :100px;
}
.navigation a {
	text-decoration:none;
	color:black;
    font-size:1.4em;


}
.navigation a:hover {
	color:red;
}

.active {
	font-weight:bold;
}

.corps {
/*overflow:hidden;*/
}
.corps dt {
font-size: 1.2em;
padding-left:20px;
background:url(../images/piece.png) left no-repeat; 
}
.corps dt:hover {
	background-color:#FFC;
}
h1 {
	/*display:none;*/
	margin-top:0;
}
h2 {
	margin-top:0;

}
p{
padding:16px 0;
margin: 0 5px 0; 
text-indent: 5px; 
}
.corps{
	background:url(../images/parchemin1.jpg) repeat-y;
	padding: 0 50px 0 60px; 
}
.piedDoc{
    clear:both;
	background:url(../images/parcheminfin.jpg) no-repeat;
    height:90px;
}
#flushee {
	float:left;
	height:400px;
	width:400px;
	margin:10px;
	background:white ;	
	overflow:hidden;
}
.findoc{
  clear:both;
  height:1px;
}

/* jQuery lightBox plugin - Gallery style */
#gallery {
	padding: 10px;
}

#gallery ul { list-style: none; }
#gallery li { 
	overflow:hidden;
}
#gallery ul img {
	border: 0;
	padding: 5px;
	float:left;
}
#gallery ul a:hover img {
	border: 5px solid #fff;
	padding: 0;
	color: #fff;
}
#gallery ul a:hover { color: #fff; }

