/* Import de la CSS d'initialisation
----------------------------------------------------------*/

@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/

body { color:#983767; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; font-size:12px; }

h1 { color:#983767; font-size: 1.1em; }
h2 { color:#983767; font-size: 1.3em; }
h3 { color:#983767; font-size: 1.17em; }
h4 { color:#983767; font-size: 1em; }
h5 { color:#983767; font-size: 0.83em; }
h6 { color:#983767; font-size: 0.67em; }
p { color:#983767; font-size: 1em; }
ul, ol { color:#983767; font-size: 1em; }
li {  color:#983767; font-size: 1em; padding-left:2em; }
a { color:#983767; text-decoration:underline; }
a:hover { text-decoration:none; color:#983767; } /* si changement de couleur au survol */
a:visited { } /* si changement de couleur après le clic */
input { border-width:thin; padding:3px; color:#983767; }
textarea { border-width:thin; padding:3px; color:#983767; }
em { }
strong { }


/* Éléments Particuliers
----------------------------------------------------------*/

/* Placement d'images */
.imgLeft{ float:left; margin-right:1em; }
.imgRight{ float:right; margin-left:1em; }

/* Des classes d'alignement d'objets */
.aligntop { vertical-align:top; }
.alignbottom { vertical-align:bottom; }
.aligncenter {
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}

/* Des classes d'alignement du texte */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.justify { text-align: justify; }

/* Des classes de formatage du texte en ligne */
.bold, .gras { font-weight: bold; }
.italic, .italique { font-style: italic; }
.strike, .barre { text-decoration: line-through; }

/* Des classes flotante */
.floatleft { float: left; }
.floatright { float: right; }

/* Les "nettoyeurs" */
.clearb { clear: both; }
.clearer { clear: both; width: 0; height: 0; line-height: 0; }

/* Formulaire de contact */
#frmEnvoi{ width:470px; }
#frmEnvoi input, textarea{ background-color:transparent; border:#942972 solid 1px; }
#frmEnvoi .champ { height:15px; width:200px; }
#frmEnvoi .champmessag { }
#frmEnvoi .INPUT2{ border:none;}
#frmEnvoi .field{ text-align:right; margin-top:10px; }

/* Accueil */
.habill{ padding:30px 0 0 10px;}
.habillText{ padding-top:30px;}
#cachesign{
position:absolute;
padding:0px;
left:0;
top:0;
visibility:visible;
background-color:#000000;
display:block;
height:100%;
width:100%;
filter:alpha(opacity=50);
-moz-opacity:.50;
opacity:.50;
display:none;
z-index:10000;
overflow:hidden;
}
 
#signlivre{
position:absolute;
padding:10px;
top:100px;
visibility:visible;
background-color:#ffffff;
border:solid 1px #000000;
display:none;
z-index:1000000;
width:600px;
height:540px;
}
/* FIN Styles Div signature */
 
/* Styles de pagination */
a.liencpt, a.liencpt:visited, a.liencpt:active {
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #425D90;
	text-decoration:underline;
}
 
a.liencpt:hover, a.liencpt:focus {
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #425D90;
	text-decoration:underline;
}
 
.selpage{
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5086C5;
}
 
.aucun{
	font-family: Tahoma, "Arial Narrow", Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}

.img {
	border: 2px solid #95CB51;
	margin-left: 8px;
}

/* Styles CSS pour LightBox PopUp */
#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #95CB51;/*fd image*/
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 5px;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { background: url(../images/prevlabel.gif) left 100% no-repeat; left: 0; float: left;}
#nextLink { background: url(images/nextlabel.gif) right 100% no-repeat; right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 100% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 100% no-repeat; }


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

#imageData{
	padding:0 10px;
	color: #983767;
}/* texte ss image*/
#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: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
/* fin LightBox*/	
.texte3 {
	font-size: 18px;
}
dl, dt, dd, ul, li {margin: 0;padding: 0;list-style-type: none;}

#menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 17em;
}

#menu dt {cursor: pointer;background: none;height: 20px;line-height: 20px;margin: 2px 0;border: 1px solid gray;text-align: center;font-weight: bold;}

#menu dt a:hover {text-decoration: none;background:#94DA2A;color:#fff;}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 0em;
	margin-top: -2em;
	width: 12em;
	background: #eee;
	border: 1px solid #983767;
}

#menu dd{display:none}

#menu ul {padding: 2px;}

#menu li {
	text-align: justify;
	font-size: 11px;
	height: 16px;
	line-height: 16px;
}

#menu li a, #menu dt a {color: #000;text-decoration: none;display: block;}

#menu li a:hover {text-decoration: none;background:#ec5e00;color:#fff;}

.titrecenter {
	font-size: 1.4em;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

.ul {
	list-style-position: inside;
	list-style-type: disc;
	margin-left: 50px;
}

.ul li{
	list-style-position: inside;
	list-style-type: disc;

}
.ul2 {
	list-style-position: inside;
	list-style-type: none;
	margin-left: 50px;
	list-style:inside;

}

.ul2 li{
	list-style-position: inside;
	list-style-type: none;
	list-style:inside;
	

}
.padding {
	/*margin-left: 20px;
	margin-top: -10px;*/
}

