body {
		background-color: #004000;
		margin: auto;
		font-size:1em;
		color:white;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#conteneur {
	position: relative;
	float: left;
	}

#haut {
	position: relative;
	float: left;
	width :1064px; height:95px;
	background: url(../images/haut.jpg) no-repeat;
}
#logo {
	position: relative;
	float: left;
	width :559px; height:182px;
	background: url(../images/logo.jpg) no-repeat;
}
#logo a {
	position: relative;
	float: left;
	display: block;
	left: 170px;
	width:380px;
	height:175px;
	color: black;
	text-decoration: none;
	}
#adresse {
	position: relative;
	float: left;
	width :505px; height:182px;
	background: url(../images/adress.jpg) no-repeat;
	}
#adresse span {
	display: block;
	position: relative;
	top:15px;
	width: 280px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
#infos {
	position: relative;
	float: left;
	width :559px; height:325px;
	background: url(../images/infos.jpg) no-repeat scroll;
}
#infosP {
	position: relative;
	float: left;
	width :559px; height:325px;
	background: url(../images/infosP.jpg) no-repeat;
}
#infosP #lyr{
   position:relative;
	float: left;
   top:30px;
	left: 185px;
	overflow: auto;
	width: 370px;height:280px;
	}
#infosP #lyr table#tab {
	width: 350px;
	text-align: left;
	font-size: 0.77em;
	line-height: 1em; 
   }
#infos span {
	display: block;
	position: relative;
	top:40px;
	left: 220px;
	width: 380px;
	text-align: left;
	line-height: 1.5em;
	font-weight: bold;
}

td.fin {
	padding: 0 0 10px 0;
}	
td.une {
	font-weight: bold;
}
td.uner {
	font-weight: bold;
	text-align:right;
}
caption {
	font-weight: bold;
	padding: 0 0 10px 0;
}
#divers {
	position: relative;
	float: left;
	width :505px; height:325px;
	background: url(../images/divers.jpg) no-repeat;
}
#diversP {
	position: relative;
	float: left;
	width :505px; height:325px;
	background: url(../images/diversP.jpg) no-repeat;
}
#divers span, #diversP span {
	display: block;
	position: relative;
	width: 280px;
	text-align: center;
	line-height: 1.5em;
	font-weight: bold;
}
#divers span a, #diversP span a {
	display: block;
	position: relative;
	top: 4px;
	color: white;
}
#bas{
	position: relative;
	float: left;
	width :1064px; height:117px;
	background: url(../images/bas.jpg) no-repeat;
	}
#bas span {
	position: relative;
	float: left;
	top:33px;
	left: 265px;
	width:500px;
	text-align:center;
	}	
	
#footer {
	position: relative;
	float: left;
	width:950px;
	text-align: center;
	color: gray;
	font-size: 0.7em;
	}
#footer a {
	color: gray;
	}
/*--------- Lightbox -----------*/

#lightbox{
	position: relative;
    background-color: silver;
    padding: 3px;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
	overflow: auto;
}
#lightboxDetails{
    font-size: 0.9em;
    color: black;
    padding-top: 0.5em;
}

#closeButton{ top:2px; right: 2px; }

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ position: relative;border: none;  }

#overlay img{ border: none; z-index: 500; }

#overlay{ background-image: url(../overlay.png);overflow: auto;  }

* html #overlay{ /*Hack IE */
    background-color: silver;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../overlay.png", sizingMethod="scale");
}

/*-------- fin lightbox -------*/


