@charset "UTF-8";
/* CSS Document */
/* Horace Champagne */
/* Par http://genevievelabrecque.com */

* {
	margin:0;
	padding:0;
	border:none;
}

img {
	behavior:url(..images/png.htc);
}

body {
	background:#fff url(../images/img_background.jpg) top center no-repeat;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	width:auto;
	text-align:center;
}

.clear {
	clear:both;	
}
/*------------HEADER------------------*/

div#header {
	width:980px;
	height:100px;
	padding:36px 0 0 0;
	text-align:left;
	margin:auto;
}

#menu ul {
	list-style:none;
	margin-top:15px;
	width:700px;
	float:left;
}

#menu ul li {
	display:inline;
	margin:0 10px;
	padding:0;
	height:15px;
}

#menu ul li a:link{
	border:none;
}

#menu ul li a:hover {
	border-bottom:6px #053461 solid;
	padding:0;
	margin:0;
}

#menu ul li.on{
	border-bottom:6px #053461 solid;
	margin:0 10px;
}

.lang {
	width:280px;
	text-align:right;
	float:left;
	margin-top:10px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	text-transform:uppercase;
	font-size:12px;
	line-height:14px;
	color:black;
	text-decoration:none;
}

.lang a:hover {
	color:#018891;
}

/*----------------CONTENU---------------------*/


div#contenu {
	width:980px;
	height:auto;
	padding:0;
	margin:auto;
	text-align:left;
}

div.intro {
	width:980px;
	top:140px;
	height:130px;
}

.tiers_intro {
	width:325px;
	float:left;
}

.intro_repeat {
	background:url(../images/intro_repeat.png) repeat-y top left;
}


div.tiers {
	width:318px;
	margin-right:13px;
	float:left;
}


div.tiers_right {
	width:318px;
	margin-left:13px;
	float:left;
}

div.tiers_repeat {
	background:url(../images/tiers_repeaty.png) repeat-y;
}

div.tiers_last {
	width:318px;
	float:left;
}

div.deuxtiers {
	width:648px;
	float:left;
}
div.deuxtiers_repeat {
	background:url(../images/2tiers_repeaty.png) repeat-y;
}

h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:18px;
	line-height:18px;
	color:#076e58;
	font-weight:normal;
	text-transform:uppercase;
	padding:10px 20px;
}

h2 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:14px;
	line-height:14px;
	color:#0c0d0d;
	font-weight:normal;
	padding:10px 20px;
}

h3 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:12px;
	color:#050507;
	text-transform:uppercase;
	font-weight:normal;
	padding:10px 20px 5px 20px;
}

a {
	text-decoration:underline;
	color:#6ea29e;
}

a:hover {
	color:#050507;
}
	
p {
	font:Arial, Helvetica, sans-serif #050507;
	line-height:14px;
	font-size:12px;
	padding:0 20px 10px 20px;
}


.vignette {
	padding:5px;
}

/*----------------FOOTER---------------------*/

#footer {
	margin:auto;
	text-align:left;
	width:980px;
}

.social {
	padding-right:10px;
}


fieldset {
	border: 1px solid #D8E0E3;
	padding:3px;
	margin:0;
	margin-bottom:20px;
}
fieldset legend{
	padding:3px;
	text-transform:uppercase;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11px;
	line-height:12px;
	color:#407394;
}



a.mention {
	color:#CCC;
	text-decoration:none;
	font-weight:bold;
	font-size:10px;
	float:right;
	text-transform:uppercase;
	padding-top:15px;
}

/*----------------LIGHTBOX---------------------*/

h3.caption {
	padding:0;
}

p.caption {
	padding:0 0 10px 0;
	font:11px;
}

span#caption p {
	padding:5px 0;
	font-size:11px;
}

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