/* Les éléments HTML en général
-------------------------------------------------------- */
html {
	height: 100%;
}


body{
	background: #FFFFFF;
	font-family: Arial, Verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}
#line { /* zone séparation */
	position: relative;
	height: 5px;
}

#titre{
    position:absolute;
    width: 780px;
	margin-left: 230px;
	height: 50px;
	line-height:25px;
	background-color:#ffffff;
	background-image: url(../2011images/fond/double-coeur-top.jpg);
	background-repeat:no-repeat;
	text-align:center;
	vertical-align:middle;
}

#texte{ /* zone de texte complete */
	position: absolute;
	width: 780px;
	left: 230px;
	margin-top: 60px;
	margin-bottom: 50px;

	text-align:justify;
	font-size:12px;
/*	background-image: url(../2011images/fond/double-coeur-down.jpg);*/
/*	background-image: url(../2011images/background_575.png); 
	background-position:bottom;
	background-repeat:no-repeat;*/

	min-height:90%;
 	height:auto !important;
	height:90%;
}
.renseignement {
	font-family: Monotype Corsiva, Arial, Verdana, sans-serif;
	font-size: 17px; 
	color:#6e1500; 
	line-height:17px;
	font-weight:bold;
}





#menu { /* zone de menu */
    position:absolute;
	width: 230px;
	min-height:800px;
	background-image: url(../2011images/fond/double-coeur-gauche.jpg);
	background-position:top;
	background-repeat:no-repeat;
	background-color:#ffffff;
	text-align: left;
	line-height: 16px;
	font-size: 13px;
}

#copy {  /* zone de copyright */
/*	background-color:#ffffff; */
	background: transparent;
	padding-top: 1px;
	padding-bottom: 3px;
	width: 780px;
	height: 30px;
	font-size: 8px;
	text-align:center;
}

#admin {
	color:#00C;
}
.warning {
	color:#FF0000;
	font-variant:small-caps;
}

#inscriptions{
	color: #d72e31;
}


.surex {
	color:#6e1500;
	font-size:13px;
	font-weight:bold;
}


h1, h2, h3, h4, h5, h6{
	font-family: Monotype Corsiva, Arial, Verdana, sans-serif;
}

h1{font-size: 32px;}
h2{font-size: 25px; color:#6e1500; }
h3{font-size: 21px; color:#6e1500; }
h4{font-size: 17px; color:#6e1500; line-height:17px; }
h5{font-size: 1.1em; color:#FF0000}
h6{font-size: 1em;}


img {
	border: none;
}

a{
	color: #9a292b;
	text-decoration : none;
}

a:visited{
	color: #9a292b;
	text-decoration : none;
}

a:hover{
	color: #444444;
	text-decoration : underline;
}



#tableauline { /* */
	background-color:#9a292b;
	font-size: 10px;
	line-height: 12px;
}






/* Nécessaire pour effet d'annimation affichage image FLASH */
/* ------------------------------------------------------------------------------------------------  */
#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; }

