@charset "UTF-8";

html {
	/*overflow:hidden;
	overflow-y:hidden;
	.overflow-y: ;
	.overflow: ;*/
}

body {
	/*.overflow:hidden;*/
}

html, body {
	height: 100%;
	overflow-x: hidden;
}

img {
	border:none;
}

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:11px;
	margin: 0;
	padding: 0;
	color:#000000;
}


/*-------------DECOR-----*/
#container {
	z-index:0;
	position: relative;
	background-image:url(../images/backImg.jpg);
	background-repeat:repeat-y;
	height:auto;
	width:auto;
	color:black;
}
	
/*-------------CONTENU-----*/
#entete {
	z-index:0;
	padding:10px;
	background-image:url(../images/topImg.jpg);
	background-repeat:no-repeat;
}

#informations {
	z-index:0;
	margin-top:400px;
	margin-left:300px;	
}

#coordonnees {
	z-index:0;
	position:absolute;
	padding-left:225px;
	width: 152px;
}

#petitTexte {
	position:relative;
}

span#chargement {
	z-index:0;
	visibility: visible;
	overflow:visible;
	height:auto;
	display:block;
	position:relative;
	margin-top:100px;
	float:none;
}

span#travaux {
	z-index:0;
	visibility: hidden;
	position:relative;
	margin-top:100px;
	
	display:none;
	overflow:hidden;
	overflow-y:hidden;
	height:0px;
}

span#titreSection{
	font-weight:bold;
}

span#travauxWeb {
	margin-bottom:8px;
	
	display:none;
	overflow:hidden;
	overflow-y:hidden;
	height:0px;
}

span#travauxImprime {
	margin-bottom:8px;
	
	display:none;
	overflow:hidden;
	overflow-y:hidden;
	height:0px;
}


span#travail {		
	padding-top:2px;
	width:350px;
	padding-bottom:2px;
	color:#666666;		
	
	display:none;
	overflow:hidden;
	overflow-y:hidden;
	height:0px;
}

#separateur {
	margin-top:4px;	
	margin-bottom:4px;
}

span#visiterSite {
	display:block;
}

#footer {
	z-index:0;
	position:relative;
	background-image:url(../images/bottomImg.jpg);
	background-repeat:no-repeat;
	bottom: 0;
	height:100px;
	width:100%;
	margin-bottom:100px;
}

/* ie 6 */
* html #footer
{
	left:0px;
} 
	
span#fleches {
	color: #cd0000;
}

#imgTravail {
	padding-top:5px;
	padding-bottom:5px;
}

/*-------------PHOTOS-----*/
	#imgCadreFond {
	visibility:hidden;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	height: 1px;
	width:1px;
	background-color:#000000;
	-moz-opacity:.0; 
	opacity:.0; 
	filter:alpha(opacity=0);
	overflow:visible;
	
}

#imgCadre {
	visibility:hidden;
	z-index:2;
	overflow:hidden;
	top:0px;
	left:0px;
	width:auto;
	height:auto;
	position:absolute;
	color:#FFFFFF;
}


#imgCadreContenu{
	z-index:3;
	height: auto;
	width:auto;
	display:inline-block;
	-moz-opacity:.0; 
	opacity:.0; 
	filter:alpha(opacity=0);
	text-align:center;
}

#imgChargement{
	position:relative;
	width:100%;
	height:auto;
	top:0px;
	text-align:center;
	-moz-opacity:.0; 
	opacity:.0; 
	filter:alpha(opacity=0);
	float:none;
}

#imgTop{
	text-align:right;
	visibility:hidden;
}

#imgTop a{
	color:#FFFFFF;
}

#img{
	height:auto;
	-moz-opacity:.0; 
	opacity:.0; 
	filter:alpha(opacity=.0);
	margin-top:10px;
}


#imgContent{
	visibility:visible;
}

#imgThumbs{
	position:absolute;
	visibility:hidden;
	width:100%;
	height:auto;
	top:0px;
	left:0;
	text-align:left;
}

#imgThumbs img{
	margin-right:10px;
}