/* CSS Document */
/*
COULEURS
bleu foncé du logo	0067AC
gris du logo		ADAFB2
bleu boite texte 	2781C4
gris texte 			3F3F3F
boite beige			BFBDA5
*/

body { 
	font-family: Arial, Helvetica, sans-serif;
	margin:0px; padding:0px;
	background:url(../../images/arrierepattern.gif);
	font-size: .8em; /* changer ici pour changer grosseur partout dans le site sauf le menu */
	line-height: 1.5em;
}

#main { margin:auto; margin-top:50px; width:673px; padding:0px; position:relative;} /* Contenant la div TOP et ZONETEXTE */

/* zone du haut, menu et images*/
#top { width:673px; height: 219px; margin:0px; padding:0px; position:relative; border:none;}

/* zone du bas contenant le texte ( colonne1 et colonne 2 */
#zonetexte {margin:0px; padding:48px 0 0 0; border: none; width:673px; background-image:url(../../images/etirezonetexte.png); background-repeat:repeat-y; }

/* affecte les liens du menu du haut */
#menu a{color:#fff; margin-left:20px; font-size:10pt; font-weight: bold;} /* sépare les liens du menu */
#menu a:hover {color:#D0E3F2; text-decoration: none;}

/* colonne de gauche contenant les blocs et colonne de droite contenants le texte */
#colonnegauche { margin:0 0 0 20px ; padding:0px; width:215px; border: none; float: left; text-align:justify;} /*  on peut choisir la grosseur de la fonte de la colonne de gauche */
#colonnedroite { margin:0px; padding:0px; width:388px; border:none; float: left; background-color:#D0E3F2; color:#3F3F3F; line-height:1.8em;}

#colonnedroite p, #colonnedroite h2, #colonnedroite h3, #colonnedroite ol { margin:15px; text-align:justify}
#colonnedroite p {margin-top:0px; padding-top:0px; margin-bottom:15px; padding-bottom:0px;}

/* bloc de couleur contenu dans la colonne gauche */
#bloc1 { border: none; margin:0px; padding:0px; background-image:url(../../images/arriereplanbloc2.gif); background-repeat:repeat-y; width:199px; min-height:282px; color:#2781C4; position:inherit;}
#bloc2 { border: none; margin:0px; padding:0px; background-image:url(../../images/arriereplanbloc2.gif); background-repeat:repeat-y; width:199px; min-height:135px; margin-top:10px; position:inherit; color: #FFFFFF;}

#bloc1 p, #bloc2 p {margin:10px 10px 10px 15px;} /* marges du texte dans les blcs de couleurs */


/* affecte tous les liens */
a { text-decoration:none; color:#2781C4; font-weight: bold;}
a:hover { text-decoration:underline;}

/* lien PLAN DU SITE haut droit */
a:hover.plansite { color:#fff;}

/* titre de section en image */
h1 {border:none; margin:0px; padding:0px; margin-bottom:30px;}
/* Titre et sous-titre */
h2 {font-size:1.3em; margin-bottom:0px; padding:8px; padding-top:20px; margin-top:220px; color:#2781C4; background-color:#e1ecf4; border-bottom: 3px solid #2781C4;}
h3 {font-size:1.1em; margin-bottom:0px; padding-top:6px; margin-top:250px; color:#2781C4; border-bottom: 1px solid #2781C4;}

#colonnedroite ol, #colonnedroite ul {border:none; margin:0px; padding:0px; margin-left:50px; margin-right:10px; line-height:1.3em; font-size:12px; margin-bottom:10px;}
#colonnedroite ol li, #colonnedroite ul li {margin-bottom:9px; color:#555; list-style-image:url(../../images/pucebleu.png);}
#colonnedroite ul ul li{margin-bottom:9px; color: #5a809d;list-style-image:url(../../images/puce2.png); margin-right:10%;}

.grossi { font-size:1.2em;}
.bleu { color:#2781C4;}

/* Gallerie */
/* http://www.webdesignerwall.com/tutorials/css-decorative-gallery/ */

.photo {
	margin: 30px;
	/*position: relative;*/
	width: 180px;
	/*height: 130px;*/
	/*float: left; */
}
.photo img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
}

.photo a {
	text-decoration: none;
}

.sample2 span {
	width: 77px;
	height: 27px; 
	display: block;
	position: absolute;
	top: -12px;
	left: 50px;
	background: url(images/ruban.png) no-repeat;
}


/* ------------ LIGHTBOX ------------------ */

#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; }

/* ----------- FIN DE LIGHTBOX --------------- */

/* IE png Fix "htc" */

img { behavior: url(../../iepngfix.htc) }


