body {
		background-color: #CCCCCC;
		margin: 20px auto;
		font-size:1em;
		color: black;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#conteneur {
	position: relative;
	z-index:1;
	text-align:center;
	margin: auto;
	width:1006px;
	}

#logo {
	position: relative;
	float: left;
	width :297px; height:280px;
	background: url(../images/logo.jpg) no-repeat;
}
#logo a{
	position: relative;
	float: left;
	display:block;
	width :297px; height:280px;
	color:  #CCCCCC;
}
#flash {
	position: relative;
	float: left;
	width :709px; height:280px;
	background: url(../images/flash.jpg) no-repeat;
	z-index:1;
}
#flash1 {
	position: relative;
	width :706px; height:270px;
	top:4px;
	z-index:1;
}
#gauche {
	position: relative;
	float: left;
	width :297px; height:357px;
	background: url(../images/gauche.jpg) no-repeat;
	font-size: 0.96em;
}
#gauche span.tit {
	display: block;
	position: relative;
	float: left;
	left: 55px;
	top:46px;
	text-align: left;
	font-weight: bold;
	}
#gauche span.adresse {
	display: block;
	position: relative;
	float: left;
	left: 55px;
	text-align: left;
	line-height: 1.6em;
	width : 378px; 
	}

#gauche a {
	color: navy;
	text-decoration: none;
}
#gauche a:hover {
	text-decoration: underline;
}
#droite {
	position: relative;
	float: left;
	width :709px; height:357px;
	background: url(../images/droite.jpg) no-repeat;
	}
#droite span.a {
	position: relative;
	float: left;
	text-align: center;
	line-height: 2em;
	font-size:1.3em;
	font-weight:bold;
	padding: 17px 0;
	width : 688px; 
}
#droite span.b {
	position: relative;
	float: left;
	text-align: center;
	line-height: 2em;
	font-size:1.1em;
	font-weight:bold;
	padding: 17px 0;
	width : 688px; 
}
#droite span.c {
	position: relative;
	float: left;
	text-align: center;
	line-height: 2em;
	padding: 10px 0;
	font-weight:bold;
	width : 688px; 
}

#droite span.tit {
	display: block;
	position: relative;
	float: left;
	left: 45px;
	top:10px;
	text-align: left;
	font-weight: bold;
	}
#bas {
	position: relative;
	float: left;
	width :1006px; height:192px;
	background: url(../images/bas.jpg) no-repeat;
	font-size: 0.9em;
}
#foto1 {
	position: relative;
	float: left;
	width :190px; height:142px;
	top: 11px;
	left: 41px;
	text-align:center;
		}
#foto2 {
	position: relative;
	float: left;
	width :190px; height:142px;
	top: 11px;
	left: 38px;
	text-align:center;
	}
#foto3 {
	position: relative;
	float: left;
	width :190px; height:142px;
	top: 11px;
	left: 35px;
	text-align:center;
	}
#foto4 {
	position: relative;
	float: left;
	width :190px; height:142px;
	top: 11px;
	left: 35px;
	text-align:center;
	}
#foto5 {
	position: relative;
	float: left;
	width :190px; height:142px;
	top: 11px;
	left: 35px;
	text-align:center;
	}
#foto1 a, #foto2 a, #foto3 a, #foto4 a, #foto5 a {
	text-decoration: none;
	color: black;
	
}
#foto1 a img, #foto2 a img, #foto3 a img, #foto4 a img, #foto5 a img {
	border: 1px solid gray;
}
#foto1 a:hover img, #foto2 a:hover img, #foto3 a:hover img, #foto4 a:hover img, #foto5 a:hover img {
	border: 1px solid #000159;
}

#cont {
	font-size: 0.9em;
	text-align: left;
}
#cont td img {
	border: 1px solid gray;
}
#error {
	position: absolute;
	color: #e60000;
	top:280px;
	left:-270px;
	background-color: white;
	border: 1px solid black;
	padding: 0.8em;
	font-size:0.8em;
	font-weight: bold;
}
input.butt {
	color: black;
	background-color:#E6DFD9;
	font-size: 0.65em;
	font-family:verdana;
	font-weight:bold;
	border-width:1px;
	width:165px;
	text-align:center;
	border-color:gray;
}

.merci {
	display: block;
	position: relative;
	float: left;
	top:10px;
	left:40px;
	width: 630px;
	font-size: 0.9em;
	line-height:1.5em;
	font-weight:bold;
	text-align:center;
	border: 1px solid orange;
}
#footer {
	clear:both;
	font-size: 0.8em;
	width:900px;
	text-align:center;
}
/*--------- Lightbox -----------*/

#lightbox{
	position: relative;
    background-color: #E6DFD9;
    padding: 3px;
    border-bottom: 1px solid #000159;
    border-right: 1px solid #000159;
	 z-index:5000;
}
#lightboxDetails{
    font-size: 0.9em;
    color: black;
    padding-top: 0.5em;
	 z-index:5000;
}

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

#lightboxCaption{ float: left; }

#keyboardMsg{ float: right; }

#lightbox img{ position: relative;border: none; z-index:5000; }

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

#overlay{ background-image: url(../overlay.png); z-index:5000; }

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

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

