/* Start of CMSMS style sheet 'Feuille de style - Page' */
body, table {
	margin: 0;
	padding: 0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	letter-spacing:0.1em;
	color:#000000;
	text-align:justify;
	line-height: 1.7em;
}

div#container {
	background: url("/uploads/images/template/fond.gif") repeat-y;
	width:1000px;
}

div#logo {
	width:100%;
	background: url("/uploads/images/template/logo_fond.gif") repeat-x;
}

div#box_gauche {
	width:122px;
	float:left;
	text-transform:uppercase;
}

div#box_gauche ul {
	list-style:none;
	text-align:right;
	padding:0px;
	margin:0px;
}

div#box_gauche li a, div#box_gauche li a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#000000;
	background-image: none;
	background-repeat: no-repeat;
	background-position: top right;
	height:16px;
	display:block;
	font-size:1em;
	letter-spacing:0.05em;
	margin-top:15px;
	padding-right:20px;
	line-height: 1em;
}

div#box_gauche li a:hover {
	color:#BD5D2B;
	background-image: url(/uploads/images/template/on_menu.gif);
}

div#box_gauche li a.sousmenu {
	margin:0px;
	font-size:0.8em;
	padding-top:4px;
	letter-spacing:0em;
	font-style: italic;
}

div#box_content {
	margin-left:10px;
	width:805px;
	float:left;
	margin-bottom:20px;
}

div#box_content a, div#box_content a:link {
	color:#000000;
	text-decoration:none;
}

div#box_content a:hover {
	color:#BD5D2B;
	text-decoration:underline;
}

h1 {
	text-transform:uppercase;
	background-color:#E4C85D;
	font-size:1.3em;
	padding:4px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	clear: both;
}

h2 {
	font-size:1.1em;
	padding:4px;
	color:#000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	margin:0px;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom: 1px solid #000000;
	clear: both;
}

h3 {
	font-size:1em;
 	color:#990000;
   	font-weight:bold;
  	margin:0px;
  	padding:0px;
	clear: both;
}

h4 {
	font-size:0.8em;
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	margin:0px;
	margin-bottom:10px;
	background-color:#868581;
	padding:0px;
	padding-left:10px;
	clear: both;
}

h5,h6 {
	font-size:0.8em;
	line-height: 210%;
}

p, br, #box_content div {
	margin: 0;
	padding: 0;
}

p {
	margin-top: 11px;
	margin-bottom: 11px;
}

div.sep { clear: both; height: 1px; padding: 0; margin: 0; }
div.sep hr { position: absolute; top:-999em;left:-999em; }

	/* Image Gallery - Small Thumbnail Images */
	.thumb {
		margin: 1em 1em 1.6em 0; /* Space between images */
		padding: 0;
		float: left;
		text-decoration: none;
		line-height: normal;
		text-align: left;
	}

	.thumb img, .thumb a img, .thumb a:link img{ /* Set link formatting*/

		display: inline;
		padding: 7px; /* Image padding to form photo frame */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /*Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc;
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none;
	}


	.thumb a:hover img {
		background-color: #FFEACF; /*Background of photo on hover - sort of light blue/green */
	}

	.thumbPicCaption {
		text-align: center;
		font-size: smaller;
		margin: 0 1px 0 0;
		padding: 0;
		width: 124px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	/* Image Gallery - Big Images */
	.bigPic {
		margin: 10px 0 5px 0;
		padding: 0;
		line-height: normal;
	}

	.bigPicCaption { /*Big Image Name - above image above .bigpicImageFileName (Without extension) */
		text-align: center;
		font-weight: bold;
		font-variant: small-caps;
		font-weight: bold;
		margin: 0 1px 0 0;
		padding: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		/* display: none;  if you do not want to display this text */
	}

	.bigPic img{ /* Big Image settings */
		width: 350px; /* Width of Big Image */
			height: auto;
		display: inline;
		padding: 18px; /* Image padding to form photo frame. */
		/* You can set the above to 0px = no frame - but no hover indication! Adjust other widths ot text!*/
		margin: 0;
		background-color: white; /* Background of photo */ 
		border-top: 1px solid #eee; /* Borders of photo frame */
		border-right: 2px solid #ccc; 
		border-bottom: 2px solid #ccc;
		border-left: 1px solid #eee;
		text-decoration: none; 
		text-align: left;
	}

	.bigPicNav { /* Big Image information: 'Image 1 of 4' and gallery navigation */
		margin: 0;
		width: 386px; /* Image width plus 2 x padding for image (photo frame) - to center text on image */
		padding: 0;
		color: #000;
		font-size: smaller;
		line-height: normal;
		text-align: center;
		/* display: none;  if you do not want to display this text. Why? You Lose Navigation! */
	}


/* lightbox */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;
	}

#imageData{
	padding:0 10px;
	}
#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: #8C8F96;
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
/* End of 'Feuille de style - Page' */

