html,body {
	background-color: #772941;
	font-family:verdana, sans-serif;
}

#horizon{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: visible;

}


#container{
	position: absolute;

	width: 1000px;
	height: 550px;
	margin-left: -500px;
	left:50%;
	top: -275px;
	background-image: url(bitmaps/fond.png);
}

#header{
	width: 800px;
	height: 120px;
	margin-top : 20px;
	margin-left : 10px;
	margin-bottom : 10px;
	float: left;
	background-image: url(bitmaps/header.png);
}
#menu{
	margin-top : 80px;
	margin-left: -15px;
	font-size : 90%;
	font-weight: bold;
}

#page{
	width: 800px;
	height: 395px;
	float: left;
	margin-left:10px;
	overflow: auto;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;

}




h1{
	padding-left: 40px;
	font-size: 110%;
}
h2{
	padding-left : 40px;
	font-size: 100%;
}


p{
	padding-left: 10px;
	padding-right: 10px;
	font-size : 80%;
}


li{
	padding-left: 20px;
	font-size: 80%;
}

a{
	text-decoration: none;
	color :#8e0b68;
}



/* class de mise en page */

.passage {
	background-color: #fff5a0;
	width: 600px;
	margin-left: 100px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size : 75%;
}

.presse {
	background-color: #fff5a0;
	width: 420px;
	margin-left: 190px;
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align : center;
	font-size : 75%;

}


.centre {
	text-align: center;
}

.big {
	font-size : 85%;
}

.inter15{
	line-height: 1.5;
}

.inter20{
	line-height: 2.0;
}

.puceoff{
	list-style-type:none;
}

/*Images et miniatures */

.contact{
	width : 400px;
	margin-left : 200px;
}

.imgleft{
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.imgright{
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}


.imgleft100{
	width:100px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.imgright100{
	width: 100px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.imgleft120{
	width:120px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.imgright120{
	width: 120px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.imgleft150{
	width:150px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}

.imgright150{
	width: 150px;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
}

.gras{
	font-weight: bold;
}

.orange{
	color:#FFD700;
}

.mauve{
        color :#8e0b68;
}

.miniature{
	padding: 3px 3px 8px 3px;
	background-color: #222;
	border: 1px solid #2a2a2a;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	}



a img {
		border:0;
}
	
/* Menu */

#nav {
	list-style: none;
	line-height:25px;

}

#nav ul {
	width: 105px;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 105px;
	color: white;
	text-decoration: none;
	text-align: center;
		
}

#nav a:hover {
		color:#FFD700;
}

#nav li {
	float: left;
	width: 105px;
	font-size : 90%;
	font-weight: bold;
	background-color:#b60057;
	border-width:1px;
	border-style:solid;
	border-color:#c12670;
	padding-left : 0;
	
}


#nav li ul {
	position: absolute;
	width: 105px;
	left: -999em;
	padding-left : 0;
	font-size : 85%;
	line-height:20px;
	
}

#nav li:hover, #nav li.sfhover {
	background-color: #c12670;
	color:#FFD700;	
	left: auto;
	width: 105px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	width: 105px;
	

}




/* Visionneuse */
#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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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; }

