@charset "utf-8";
/* Import de la CSS d'initialisation
----------------------------------------------------------*/
@import url(structure.css);

/* Construction (Montage)
----------------------------------------------------------*/
body { color:#000; font-size:11px; font-family: Verdana, "Trebuchet MS", helvetica, "Bitstream Vera Sans", sans-serif; }

h1 { color:#000; font-weight:700; font-size:1.1em; }
h2 { color:#000; font-weight:700; font-size:1.3em; /*text-transform: uppercase;*/ }
h3 { color:#000; font-weight:700; font-size:1.17em; /*text-transform: uppercase;*/ }
h4 { color:#000; font-weight:700; font-size:1em; /*text-transform: uppercase;*/ }
h5 { color:#000; font-size:0.83em; }
h6 { color:#000; font-size:0.67em; }
p { color:#000; font-size:1em; }
ul, ol{ color:#000; font-size:1em; }
li { color:#000; font-size:1em; }
a { color:#000; text-decoration:underline; }
a:hover { text-decoration:none; } /* si changement de couleur au survol */

a.lien { color:#9e1b50; text-decoration:underline; }
a.lien:hover { text-decoration:none; } /* si changement de couleur au survol */

textarea { color:#000; padding:3px; }
input { color:#000; padding:3px; }

/* Liens de bas de page */
#cybbel p, #cybbel a {color:#9e1b50; } /* couleur des liens de bas de page */
#cybbel p { font-size:.92em; position:relative; top:-10px;}

/* Image de validation W3C  - Activer le CSS si le fond du site est blanc */
#validator a img { background-color:#9e1b50; }


/* Éléments Particuliers
----------------------------------------------------------*/
/* Placement d'images */
.imgLeft { float:left; padding:0 2em 0 0; }
.imgRight { float:right; padding:0 0 0 2em; }

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

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

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

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

/*	Mise en page
----------------------------------------------------------*/

/* Page d'accueil */
.illustration { float:left; padding:0 10px 0 0; }

/*	Site en cours de réalisation */
#site { text-align:center; padding-top:5em; }

/*	Mentions Légales */
#infoclient { float:left; padding:0 0 2em; width:315px;}
#hebergeur { float:right; padding:0; }

/* Plan acces */

.plan { width: 640px; height: 480px; border:2px solid #9e1b50; }
#map .infosbulle { width: 210px; border: none; margin: 0; padding: 0; }
#map .infosbulle p { display: block; margin: 0; padding: 0; font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; }
.plan-titre { font-size: 14px; color: #9e1b50; font-weight: bold; margin-bottom: 1em; }
.plan-adresse { font-size: 12px; color: #333; }
.plan-printer { display:block; text-align: right; }
.plan-printer img, 
.plan-printer a { border: none; }

/* Fin Plan acces */

#contenu_box { background: #f0c3d6; padding:10px; }
.padContenu { padding-left:20px; }
.table { width:500px; }
.td1 { width:400px; padding:5px; border:solid 1px #333333; text-align:left; }
.td2 { width:100px; padding:5px; border:solid 1px #333333; text-align:center; }
.effetTxt { font-weight:bold; font-size:14px; color:#9e1b50; }

.padL { padding-left:50px; }

.padT{padding-top:20px;}

.contenu-right{float:right; width:285px}


#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: #0b2652;
	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: #0b2652;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%
}

#imageData {
	padding:0 10px;
	color: #fff;
}

#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;
}

.padL150{padding-left:150px;}