/* ------ generic.css : Contient les classes génériques, ne devant pas être modifiée pour chaque thème. ------*/
/*------------------------------------------------------------------------------------------------------------*/
img { border:none; }
hr { color:#061729; height:1px; }
ul { margin:0; line-height:normal; }
p { margin-bottom:0.7em; line-height:1.40em; font-size:1em; }

/* Classes textes */
.text_center { text-align:center; }
.text_small { font-size:10px; font-weight:normal; }
.text_strong { font-weight:bold; }
.text_justify { text-align:justify; }
.img_right { float:right; margin:6px; }
.img_left { float:left; margin:6px; }
.valign_top { vertical-align:top; }
.valign_middle { vertical-align:middle; }
.valign_bottom { vertical-align:bottom; }
.spacer { clear:both; }

/* Erreurs
--------------------------------------*/
#error_handler { margin:auto; }
.error_unknow { background:#b2bc99; }
.error_success { background:#8AC77F; }
.error_notice { background:#ACA899; }
.error_warning { background:#FF9900; }
.error_fatal { background:#d92e00; }
.error_unknow,.error_success,.error_notice,.error_warning,.error_fatal { height:35px; width:440px; color:#000000; border:1px solid #7C7D6A; margin:auto; padding:0.75em; text-align:left; }
html>body .error_unknow,html>body .error_success,html>body .error_notice,html>body .error_warning,html>body .error_fatal { height:auto; min-height:35px; }
.error_handler_position { margin-top:5px; margin-bottom:5px; }





/* News */
/* Contenu de la news */
.news_container{	
	width:98%;
	margin:auto;
	margin-bottom:20px;
	margin-left:10px;
	margin-right:10px;
}
/* Barre supérieur des news */
.news_top_l{
	float:left;
}
.news_top_r{
	float:right;
}
.news_top{
	height:20px;
	font-size:14px;
	font-weight:bold;
	color:#6d8344;
	background:#eceef3;
	border:1px solid #dedede;
	padding:2px 8px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    /*border-radius:3px;*/
}
/* Titre et contenu de la news */
.news_top a.com{
}
a.news_title{
	font-size:14px;
	font-weight:bold;
	color:#6d8344;
}
.news_top a{
	color:#6d8344;
}
.news_content{
	padding:8px;
	text-align:justify;
}
/* Barre inférieure des news */
.news_bottom_l{
}
.news_bottom_r{
}
.news_bottom{
	height:17px;
	font-size:10px;
	margin-bottom:35px;
}
.news_block_bottom{
	background:#e5e7ed;
	border:1px solid #CCCCCC;
	padding:2px 8px;
    -moz-border-radius:3px;
    -khtml-border-radius:3px;
    -webkit-border-radius:3px;
    /*border-radius:3px;*/
}

/*Accueil */
ol.steps{
	margin-left:-10px;
	list-style-type:none;
}
ol.steps li{
	padding-left:45px;
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:15px;
}
ol.steps li.stepone{
	background:url(images/nb1.png) no-repeat top left;
}
ol.steps li.steptwo{
	background:url(images/nb2.png) no-repeat top left;
}
ol.steps li.stepthree{
	background:url(images/nb3.png) no-repeat top left;
}


/* Slider */
#slider_container {width:610px; margin:auto;}
#imagearea_slider {float:left;}
#thumbwrapper_slider {float:right; padding:5px 0; width:130px; height:345px; border:1px solid #CCCCCC; background:#FFF}
#thumbarea_slider {position:relative; overflow:hidden; height:345px; width:130px; }

#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image_slider {position:relative; width:460px; height:345px; padding:5px; border:1px solid #CCCCCC; background:#FFF url(images/loading.gif) center center no-repeat}
#image_slider img {position:absolute; width:460px; height: 345px; top:5px; left:5px}
#thumbs_slider {position:absolute; list-style:none; margin-left:5px; height:10000px; width:90px; border-right:5px solid #FFF}
#thumbs_slider li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; height:275px; width:20%; z-index:100; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {top:70px; left:0; background:url(images/left.gif) left bottom no-repeat; border-left:5px solid #FFF}
/*#previmg:hover {opacity:1; filter:alpha(opacity=100)}*/
#nextimg {top:70px; right:0; background:url(images/right.gif) right bottom no-repeat; border-right:5px solid #FFF}
/*#nextimg:hover {opacity:1; filter:alpha(opacity=100)}*/
#slider_desc {width:98%; padding:5px; height:100px;}


/* 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; }
