/*////////////////////////////////////////////////////////////
//															//
//	Auteur: Nicholas Richard								//
//	Pour le site web de: Dubois Hamelin						//
//	Dernière modification le: 12/02/09						//
//															//
////////////////////////////////////////////////////////////*/

/*////////////////////////////////////////////////////////////
//							Gen&eacute;rale						//
////////////////////////////////////////////////////////////*/

body{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#666666;
	width:769px;
	margin:auto;
}
h1,.speudo-h1{
	color:#001E5B;
	font-size:16px;
	font-weight: bold;
	border:0;
}
h2{
	font-size:12px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
}
h3{
	color:#001E5B;
	font-size:12px;
	font-weight:bold;
}
label{
	color:#036;
}
a,a:visited{
	color:#777;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
th{
	font-size:15px;
	color:#fff;
	font-weight:bold;
}

/*////////////////////////////////////////////////////////////
//							Contenu							//
////////////////////////////////////////////////////////////*/

#header{
	background:#386283 url(../../images/header.jpg) no-repeat;
	width:769px;
	height:108px;
}
#menu{
	background:#827E6F;
	width:769px;
	height:25px;
}
#content{
	background-color:#F6F4F1;
	width:749px;
	padding:10px;
	min-height: 400px;
	
}
#footer{
	background: url(../../images/foot.jpg) no-repeat;
	height:122px;
}
#tm{
	width:769px;
	height:15px;
	color:#fff;
	text-align:center;
}
#footer span, #header span{
	visibility:hidden;
}

/*////////////////////////////////////////////////////////////
//							FONT							//
////////////////////////////////////////////////////////////*/

.text{
font-family : verdana;
font-size : 12px;
color : #121212;
}
.subtitle{
	color:#001E5B;
	font-size:12px;
}
.colormegrey{color:#CCC;}
.colormedarkgrey{color:#555;}

/*////////////////////////////////////////////////////////////
//							SUBCLASSES						//
////////////////////////////////////////////////////////////*/

.center{
	text-align:center;
}
.floatleft{
	float:left;
}
.floatright{
	float:right;
}
.clearboth{
	clear:both;
}
.alignright{
	text-align:right;
}
.verticalaligntop{
	vertical-align:top;
}
.marginleft10pc{
	margin-left:10%;
}
.marginright10pc{
	margin-right:10%;
}
.highlight{
	display:inline;
	background:#ff9;
	font-weight:bold;
}
.bold{
	font-weight:bold;
}
.underline{
	text-decoration:underline;
}
.soussect{
	font-size:12px;
	border-bottom:1px solid #ccc;
	font-weight:bold;
	color: #CC0000;
}
.soustitre{
	color:#4C70D7;
	font-size:14px;
	font-weight:bold;
	margin-left:10%;
}
.fontsize12{
	font-size:12px;
}
.splsize749{
width: 750px;
}

.margintop10px{
	margin-top:10px;	
}

.border1px{ 
	border: #fff 1px solid;
}
.borderbl1px{ 
	border: #fff 1px solid;
}
.w300{ width: 300px;}
.wauto{ width: auto;}


/*////////////////////////////////////////////////////////////
//							CLASSES							//
////////////////////////////////////////////////////////////*/


.splash{
	margin-top:10%;
	color:#CCC;
}

.spl_welc{

	height:20px;
	color:#CCC;
	font-size: 16px;
}


/**/

ul.slides {
  	margin:0;
  	margin-top: 15px;
  	padding:0;
  	list-style:none;
  	line-height:1.4em;
}
  
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}

.thumbnail img {
	padding: 0px;
	text-align: center;
	margin: 4px;
	background: #FFF;
	border-width: 1px;
	border-color: #778899;
}


.thumbnail a:hover img {
	margin: 4px;
}

.centering{
	width: 390px;
	float: left;
	margin-left: 10%;	
}
/**/
#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; }
