/* CSS Document */

body{
	margin:0;
	padding:0;
	line-height: normal;
	background-color: #1A1A1A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
}
p {
	color: #999999;
	text-align: center;
	font-size: 90%;
	margin-bottom: 50px;
}
a:link {
	text-decoration: none;
	color: #A7861A;
}
a:visited {
	text-decoration: none;
	color: #999999;
}
a:hover {
	text-decoration: none;
	color: #FFCC33;
}
a:active {
	text-decoration: none;
}
img {
	border-width: 0;
	border-style: none;
}

/*page de démarrage index*/
#indexheader{
	height: 20px; /*Height of header*/
	background-color: #1A1A1A;
	margin-bottom: 20px;
}
#indexheader h1 {
	line-height: 0px;
	text-indent: -5000px;
	margin: 0px;
}
#indeximg {
	display: block;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#indeximg p {
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}
/*Permutation image accueil - ir : image repleacement*/
h3.ir {width:500px; height:500px; position:relative; padding:0; margin:0 auto 0 auto;}

h3.ir em {
	display:block;
	width:500px;
	height:500px;
	position:absolute;
	top:0;
	left:0;
	background-image: url(images/index/image-accueil.jpg);
}

h3.ir a {cursor:pointer;}

#holder {margin-bottom:2em;}

h3.ir a:hover em {
	background-image: url(images/index/image-accueil.jpg);
}

#indexdroitsauteurs {
	text-align: center;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	position: relative;
	width: 850px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
}

/*page d'accueil*/
#accueilheader{
	height: 120px; /*Height of header*/
	background-color: #1A1A1A;
	background-image: url(bannieres%20pages%20png/Bannieresite.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#accueilheader h1 {
	line-height: 0px;
	text-indent: -5000px;
	margin: 0px;
}

#header{
	height: 80px; /*Height of header*/
	background-color: #1A1A1A;
	margin-bottom: 0px;
}
#header h1 {
	line-height: 0px;
	text-indent: -5000px;
	margin: 0px;
}

/*menu haut*/
#menuhaut {
	text-align: right;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 40px;
	margin-left: 0px;
	padding: 0px;
}
#menuhaut li {
	display: inline;
}
#menuhaut a {
	color: #A7861A;
	text-decoration: none;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	margin-left: 10px;
}
#menuhaut a:visited {
	color:#999999;
}
#menuhaut a:hover {
	border-right-color: #FFCC33;
	position: relative;
	padding-right: 10px;
	border-right-width: 10px;
	border-right-style: solid;
	color: #FFCC33;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
}

#droitsauteurs {
	text-align: right;
	font-size: 10px;
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCC33;
	height: auto;
	left: 0px;
	margin-top: 0px;
}

#contentwrapper{
	float: left;
	width: 100%;
}

#contentcolumn{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 180px;
	margin-right: 145px;
	margin-left: 145px;
}

#leftcolumn{
	float: left;
	width: 120px; /*Width of left column*/
	margin-left: -100%;
	background-color: #1A1A1A;
}

#rightcolumn{
	float: left;
	width: 120px; /*Width of right column*/
	margin-left: -155px;
	background-color: #1A1A1A;
}

#footer{
	clear: left;
	width: 100%;
	background: black;
	text-align: center;
	margin-top: 20px;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
}

#footer a{
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}

/* Galeries */
#miniatures {
	width:120px;
	background-color: #333333;
	border: 1px solid #999999;
	text-align: center;
	margin-left: 25px;
	margin-bottom: 20px;
}

#miniatures img {
	text-decoration: none;
	display: block;
	margin: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

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

#lightbox a img{
	border: none;
}

#outerImageContainer{
	position: relative;
	background-color: #333333;
	width: 250px;
	height: 250px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 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%; /* Trick IE into showing hover */
	display: block;
	background-color: transparent;
	background-image: url(images/blank.gif);
	background-repeat: no-repeat;
	}

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

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

#prevLink:hover, #prevLink:visited:hover {
	background-image: url(images/prevlabel.gif);
	background-repeat: no-repeat;
	background-position: left 50%;
}

#nextLink:hover, #nextLink:visited:hover {
	background-image: url(images/nextlabel.gif);
	background-repeat: no-repeat;
	background-position: right 50%;
}


#imageDataContainer{
	background-color: #333333;
	margin: 0 auto;
	line-height: 1.4em;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

#imageData{
	padding:0 10px;
}

#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;	}	
		
#overlay{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 90;
	width: 110%;
	background-color: #000;
	filter:alpha(opacity=60);

	-moz-opacity: 0.6;
	opacity: 0.6;
	height: auto;
}
	
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}
	
/* menu navigation des galeries */
#menugalerie {
	width: 120px;
}
a.nav, a.nav:link {
	display:block;
	width:120px;
	height:25px;
	border:1px solid #999999;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCCCCC;
	line-height:25px;
	overflow:hidden;
	font-weight: bold;
	background-color: #333333;
}
a.nav:visited {
	color:#666666;
	background-color: #333333;
	border: #666666;
}
a.nav:hover {
	color:#1A1A1A;
	background-color: #A7861A;
	border: #DDB129;
	left: -15px;
	position: relative;
}
a.nav:active {
	background-color: #FFCC33;
}

/* Pagination galeries */
.pagination{
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: center; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
}

.pagination a{
	padding: 0 5px;
	border: 1px solid #999999;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
}

.pagination a:visited{
	color:#666666;
	background-color: #333333;
	border: #666666;
}

.pagination a:hover{
	border: 1px solid #DDB129;
	color: #1A1A1A;
	background-color: #A7861A;
}

.pagination a:active{
	background-color: #FFCC33;
}

.pagination li.currentpage{
	border: 1px solid #999999;
	background-color: #CCCCCC;
	color: #1A1A1A;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
}

.pagination li.disablepage{
	border: 1px solid #929292;
	color: #929292;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
}

.pagination li.nextpage, .pagination li.prevpage{
}

* html .pagination li.currentpage, * html .pagination li.disablepage{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/
	margin-right: 5px;
	padding-right: 0;
}

/*Présentation accès galeries*/
#galeries {
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
}
p#première {
	float: left;
	width: 160px;
	margin-left: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	font-size: 90%;
}
p#seconde {
	float: right;
	width: 160px;
	margin-right: 60px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	font-size: 90%;
}
p#troisième {
	width: 160px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	text-align: center;
	line-height: 2em;
	font-size: 90%;
}

/* Liens */
#liens {
	width: 600px;
	display: block;
	background-color: #333333;
	border: 1px solid #999999;
	margin-right: auto;
	margin-left: auto;
	line-height: normal;
}
#poscontentwrapper {
	margin-right: 150px;
}

#liens img {
	margin-left: 66px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#liens p {
	font-weight: bold;
	color: #CCCCCC;
	text-align: center;
	margin-bottom: 20px;
}
#liens #descriptif {
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	margin-top: -5px;
}

/* Livre d'or */
#livredor{
	width: 614px;
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#livredor p{
	margin: 0;
	padding-left: 20px;
	background-color: #333333;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	color: #CCCCCC;
	font-weight: normal;
}
.livredordate, .livredorauteur, .livredormessage {
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
}
.livredorauteur {
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.livredordate {
	text-align: right;
	font-weight: normal;
}
.livredormessage {
	border: 1px solid #FFFFFF;
	text-align: justify;
	padding: 5px;
}

/* Formulaire */
.cssform{
	width: 612px;
	margin-left: auto;
	padding-top: 40px;
	margin-right: auto;
}
.cssform p{
	clear: left;
	margin: 0;
	padding-left: 250px;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
	background-color: #666666;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	font-weight: normal;
	text-align: left;
}
.cssform label{
	float: left;
	margin-left: -250px; /*largeur de la colonne de gauche*/
	width: 245px; /*largeur des intitulés de rubrique*/
	color: #FFCC33;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 5px;
	text-align: left;
	font-weight: normal;
}
.cssform legend{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFCC33;
	font-size: 90%;
}
.cssform input{
	background-color: #CCCCCC;
}
.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
	width: 250px;
}

.cssform textarea{
	width: 300px;
	height: 150px;
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}
input.boutonform {
	font-weight:bold;
	cursor:pointer;
	color:#333333;
	margin-top: 10px;
	border:outset 1px #ccc;
	background-image: url(ressources%20images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
}
.retrait {
	margin-left: 200px;
}

/* Présentation */
#textepresentation {
	display: block;
	width: 705px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 80px;
	background-image: url(images/volutes-retouchee.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#textepresentation p {
	line-height: normal;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	color: #CCCCCC;
	font-style: italic;
	font-size: 80%;
}
