.clear { clear: both; }

.background {
	background-color: #FFFFFF;
	margin: 0px;
	background-image: url(images/img_fond.jpg);
	background-repeat: repeat-x;

}
.ligne_horizontale {
	background-image: url(images/pointille_horizontale_gris.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.ligne_verticale {
	background-image: url(images/pointille_verticale_gris.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 100px;
}
a.lien_haut {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}
a.lien_haut:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
a.lien {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
}
a.lien:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E55B00;
}
a.lien_photo {
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}
a.lien_photo:hover {
	border-top: 1px dotted #999999;
	border-right: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	border-left: 1px dotted #999999;
}
.texte_blanc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.texte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
.titre_1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E55B00;	
	font-weight: bold;
	text-align: left;
}

/*FORMULAIRE */
.input_barre_menu {
	border:1px solid black;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	font-weight: normal;
}
.input_formulaire {
	border:1px dotted black;
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size: 11px;
	font-weight: normal;
}
select, option {
	background-color:#FFFFFF;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 11px;
	font-weight: normal;
}
.ligne_photo {
	background-image: url(images/barre_bl_om_h.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}
.ligne_pleine_horizontale {
	background-image: url(images/ligne_pleine_h.gif);
	background-repeat: repeat-x;
	background-position: center;
}
table.rapport tr.row0 {
	background-color: #DADADA;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
table.rapport tr.row1 {
	background-color: #CCCCCC;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	height: 15px;
	color: #333333;
}
table.rapport tr.row0:hover {
	background-color: #FFFFFF;
	height: 15px;
}
table.rapport tr.row1:hover {
	background-color: #FFFFFF;
	height: 15px;
}
.entete_tableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: lighter;
	background-image: url(images/03_content_backgr.png);
	background-repeat: repeat-x;
	height: 25px;
}
.pieddepage_tableau {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: lighter;
	background-image: url(images/03_content_backgr.png);
	background-repeat: repeat-x;
	height: 25px;
}
.ligne_pointille {
	background-color: #E4E4E4;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}.tablo_orange {
	border: 1px solid #E55B00;
}
.cadre_gauche_right {
	background-image: url(images/cadre_gauche_right.png);
	background-repeat: repeat-y;
}
.table_alea {
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	height: 180px;
	width: 180px;
	padding: 3px;
	vertical-align: top;
}
/*-------------------------------*/
#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: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

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

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #E55B00;	
	font-weight: bold;
}

.ll { position: relative; float: left; width: 400px; }
.image-principale { padding-top: 5px; text-align: center; }
ul.mini { position: relative; float: right; width: 200px; margin: 0; padding: 0; }
ul.mini li { position: relative; width: 90px; text-align: center; padding: 5px; margin: 0; list-style: none; float: left; font-size: 11px; height: 90px; color: #333333; }
ul.mini li h4 { position: absolute; top: 85px; left: 0; text-align: center; display: block;  width: 90px; font-weight: normal; padding: 0; margin: 0; font-size: 11px; }

ul.alentours { position: relative; float: right; width: 620px; margin: 0; padding: 0; }
ul.alentours h2 { font-size: 14px; color: #333333; }
ul.alentours li { width: 150px; text-align: center; padding: 5px; margin: 0; list-style: none; float: left; font-size: 11px; color: #333333;}

a.lien_ville { color: #E55B00;  text-decoration: underline; font-size: 12px; font-family: Verdana;  }
a.lien_ville:hover { color: #E55B00;  text-decoration: none; }

h3.partenaire { font-size: 14px; color:#E55B00; padding: 10px 0 5px 0; margin: 0; }
h5.partenaire { font-size: 11px; color:#333333; padding: 0px 0 5px 0; margin: 0; }
h5.partenaire a { font-size: 11px; color:#333333; text-decoration: underline; }
h5.partenaire a:hover { color:#333333; text-decoration: none; }

.footer { position: relative; margin: 0 auto; text-align: center; font-size: 11px; color:#E55B00; padding: 30px 0 10px 0; font-family: Arial; }
.footer ul { list-style: none; }
.footer li { list-style: none; }
.footer li a { color:#666666; text-decoration: none;  }
.footer li a:hover { color:#666666; text-decoration: underline;  }

.footer ul.tags { border-top: 1px solid #cccccc; width: 90%; margin: 0 auto; padding: 10px 0 0 0; }
.footer ul.tags li { display: inline; text-align: center;}
.footer ul.tags li a { color: #666666; text-decoration: none; }
.footer ul.tags li a:hover  { text-decoration: underline; }

h2.lexique a { font-size: 14px; color:#E55B00; padding: 10px 0 5px 0; margin: 0; }
h2.lexique a:hover { text-decoration: none; }
h5.lexique { font-size: 11px; color:#333333; padding: 0px 0 5px 0; margin: 0; }
h5.lexique a { font-size: 11px; color:#333333; text-decoration: underline; }
h5.lexique a:hover { color:#333333; text-decoration: none; }


.detail { position: relative; }
.detail .left { position: relative; float: left; width: 285px; }
.detail .right { position: relative; float: left; width:285px; }
.detail .left .energie { position: relative; background: url(images/img-energie.png) no-repeat; width: 285px; height: 210px; display: block;  }
.detail .right .ges { position: relative; background: url(images/img-ges.png) no-repeat; width: 285px; height: 210px; display: block; margin-left:30px; }
 .fleche { position: absolute; right: 20px; display: block; height: 25px; text-align: right; font-size: 12px; color: white; line-height: 23px;   }
 
