body {
	background-color: #000000;
	color: #FFFFFF;
	font: 13px Arial, Helvetica, sans-serif;
	background: #000;
	padding-top: 10px;
}

#conteneur {
	position: relative;
	height: auto;
	width: 950px;
	margin: auto;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #CCCCCC;
}

a:hover {
	color: #FFFFFF;
}

#haut {
	position: relative;
	width: 950px;
	height: auto;
	background: url(img/ligne2.jpg) bottom repeat-x;
	padding-bottom: 2px;
}

#haut #mentions {
	position: absolute;
	float: right;
	top: 0;
	right: 5px;
}

#haut #mentions a {
	color: #FFF;
}

#navigation {
	position: relative;
	width: 945px;
	float: left;
	height: 20px;
	padding-top: 5px;
	padding-left: 5px;
}

#contenu {
	position: relative;
	width: 695px;
	float: right;
	height: auto;
	padding-left: 5px;
	background: url(img/ligne2.jpg) top repeat-x;
	z-index: 10;
}

#contenu p {
	position: relative;
	text-align: justify;
	padding-top: 10px;
	margin: 0;
}

#menu {
	position: relative;
	width: 250px;
	float: left;
	padding: 0;
	background: url(img/ligne2.jpg) right repeat-y;
	height: auto;
	font-size: 11px;
}

#menu li {
	list-style: url(img/carre2.jpg);
	height: 16px;
}

#menu li a {
	color: #FFFFFF;
}

#menu li a:hover {
	color: #F90;
}

h1 {
	color: #374900;
	font-size: 18px;
	line-height: 30px;
	padding: 0;
	margin: 0;
}

h2 {
	color: #dbeeff;
	font-size: 17px;
	padding: 5px;
	margin: 0;
	width: 700px;
	height: 30px;
}

h3 {
	text-decoration: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	list-style: url(img/carre2.jpg);
}

h4 {
	background-image: url(img/h4.png);
	line-height: 25px;
	padding-left: 5px;
	width: 238px;
	font-size: 16px;

}

h5 {
	line-height: 25px;
	padding-left: 5px;
	width: 238px;
	font-size: 15px;
	background-image: url(img/h4.png)
}

h6 {
	font-size: 12px;
	margin: 0;
	padding: 0;
}

#actualite {
	position: absolute;
	right: 5px;
	top: 20px;
	height: 150px;
	width: 360px;
}

#actualite p {
	font-size: 12px;
	margin: 0;
	padding-bottom: 5px;
	text-align: justify;
}

#pied {
	position: relative;
	margin: auto;
	width: auto;
	padding: 0;
	text-align: center;
	display: none;
}

#pied p {
	margin: 0;
	padding: 0;
}

#desc {
	position: relative;
	color: #FFF;
	z-index: 10;
	text-align: justify;
	top: 460px;
}

/* Galerie Javascript !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/* Sample 6*/

#box6{
	position: absolute;
	width: 300px;
	height: 425px;
}

#box6 span{
	display: block;
}
#handles6_1{
	float: left;
}
#handles6_2{
	float: right;
}

.mask6{
	position: absolute;
	left: 45%;
	margin-left: -120px;
	width: 300px;
	height: 425px;
	overflow: hidden;
}

.mask6-2{
	position: absolute;
	left: 52%;
	margin-left: -120px;
	width: 300px;
	height: 425px;
	overflow: hidden;
}
.sample6 .buttons{
	clear:both;
	text-align:center;
}

/* Sample 7*/
#box7{
	position:absolute;
}
#box7 span{
	display:block;
	float:left;
}

#thumbs7{
	position:relative;
	width:486px;
	clear:both;
	height:41px;
	overflow:hidden;
	margin-top:200px;
}
#thumbs7 .thumbs, #thumbs_handles7, #thumbs_mask7{
	position:absolute;
	top:0;
	width:100%;
	height:41px;
}
#thumbs7 .thumbs div, #thumbs_handles7 span{
	display:block;
	width:60px;
	height:41px;
	margin:0;
	float:left;
	cursor:pointer;
}
#thumbs7 .thumbs div img{
	width:54px;
	float:right;
}
#thumbs_handles7 span{
	background:url(img/thumb_invisible.gif) no-repeat;
}
#thumbs_mask7{
	width:1200px;
	background:url(img/thumbs_mask.gif) no-repeat center top;
}


/* ********************************** */

.thumbs {
	width: 140px;
}
.thumbs div{
	display:block;
	width: 140px;
	height: 140px;
	margin:3px 0;
	cursor:pointer;
	padding-bottom: 5px;
}

.thumbs div img{
	display:block;
	width:100%;
	height:100%;
	border:none
}

.info{
	display: none;
}

.mask1{
	position:relative;
	width:480px;
	height:180px;
	overflow:hidden;
}
.mask2{
	position:relative;
	width:240px;
	height:180px;
	overflow:hidden;
}
.mask3{
	position:relative;
	width:480px;
	height:240px;
	overflow:hidden;
}

span img{
	display:block;
	border:none;
}

/* Agrandissement Javascript !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}

#lightbox img {
	width: auto;
	height: auto;
}
	
#lightbox a img {
	border: none;
}

#outerImageContainer {
	position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto;
}

#imageContainer {
	padding: 10px;
}

#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}

#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10; }
	
#imageContainer>#hoverNav {
	left: 0;
}

#hoverNav a {
	outline: none;
}

#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA);
	/* Trick IE into showing hover */ display: block; 
}

#prevLink { left: 0;
	float: left;
}

#nextLink { right: 0; float: right;}

#prevLink:hover, #prevLink:visited:hover {
	background: url(img/prevlabel.gif) left 15% no-repeat;
}

#nextLink:hover, #nextLink:visited:hover {
	background: url(img/nextlabel.gif) right 15% no-repeat;
}

#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	;
}

#imageData{
	padding:0 10px; 
	color: #666;
}
	
#imageData #imageDetails{
	width: 70%; 
	float: left; 
	text-align: left;
}	
	
#imageData #caption{
	font-weight: bold;
}
	
#imageData #numberDisplay{
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
}		

#imageData #bottomNavClose{
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}	 	

#overlay{
	position: absolute;
	top: 0; 
	left: 0; 
	z-index: 90;
	width: 100%; 
	height: 500px; 
	background-color: #000;
}
