body {
	margin: auto;
	background-color: #dcdcdc;
	scrollbar-face-color:#1F6FA2;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#C0C0C0;
scrollbar-darkshadow-color:#000000;
scrollbar-shadow-color:#808080;
scrollbar-arrow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}

td {
	vertical-align: top;z-index:1;
}
#flash {
	position: relative;
	z-index: 1;
}

.text {
	color: Black;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	}

#titre1 {
	position: relative;
	float:left;
	width: 120px;
	top: 32px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	
}	
	
#text1 {
	position: relative;
	float:left;
	width: 190px;
	top: 50px;
	left: 23px;
	line-height: 18px;
	text-align: justify;
	font-size: 14px;
}	


#text1a {
	position: relative;
	float:left;
	width: 190px;
	top: 60px;
	left: 23px;
	text-align: center;
	line-height: 22px;
	font-size: 14px;
	}

#titre2 {
	position: relative;
	float:left;
	width: 150px;
	top: 32px;
	left: -13px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	}	
	

#text2 {
	position: relative;
	float:left;
	width: 340px;
	top: 70px;
	left: 23px;
	line-height: 22px;
	font-size: 16px;
	text-align: justify;
}	

#titre3 {
	position: relative;
	float:left;
	width: 200px;
	top: 124px;
	left:40px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	}	
	

#text3 {
	position: relative;
	float:left;
	width: 340px;
	top: 50px;
	left: 23px;
	line-height: 25px;
	font-size: 16px;
	text-align: justify;
}	

.voirplus {
	position: relative;
	float: right;
	right:90px;
	width: 300px;
	top: 55px;
	text-align: right;
	
			}

#titre4 {
	position: relative;
	float:left;
	width: 300px;
	top: 122px;
	left: 27px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	text-align: left;
	}	
		
	
#assur {
	position: relative;
	float:left;
	width: 300px;
	top: 130px;
	left: 27px;
	line-height: 18px;
	font-size: 14px;
	text-align: justify;
}	

#titrec1 {
	position: relative;
	float:left;
	width: 620px;
	top: 32px;
	left: 28px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	text-align:left;
	}	

#textc1 {
	position: relative;
	float:left;
	width: 620px;
	top: 50px;
	left: 28px;
	line-height: 22px;
	font-size: 16px;
	text-align: justify;
}	

#video {
	position: relative;
	float:left;
	width: 220px;
	top: 32px;
	left:43px;
	font-size: 16px;
	font-weight: bold;
	color: White;
	font-variant : small-caps;
	text-align:left;
	}	

#image1 {
	position: relative;
	float:left;
	top: 32px;
	left:43px;
	width: 220px;
}

.imagev1 {
	position: relative;
	float:left;
	top: 72px;
	left:93px;
	
}

.image2 {
	margin-top: 24px;
	margin-right: 24px;
	}
	
.imagev2 {
	position: relative;
	float:left;
	top: 52px;
	left:43px;
	width: 220px;
	}	
#voirvideo {
	position: relative;
	float:left;
	top: 95px;
	left:183px;
	width: 220px;
	text-align:left;
}
a.voir:link, a.voir:active, a.voir:visited
{	
text-decoration: none;
	color : Navy;
	}
	
a.voir:hover {
	text-decoration: underline;
	color: Aqua;
}	

#copy {
position: relative;
	top: 55px;
	color: navy;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-align:center;
}
#adresse {
position: relative;
	top: 45px;
	width:1000px;
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: bold;
	text-align:center;
}

div#droite {
	position: relative;
	float:left;
	top: 55px;
	left:32px;
	width: 570px;
	text-align: center;
}
div#droite a img, div#gauche a img {
	border: none;
}
div#gauche {
	position: relative;
	float:left;
	top: 55px;
	left:32px;
	width: 370px;
	text-align: center;
	}
	.img {
		border: none;
	}
	
/*--------- Lightbox -----------*/
#lightbox{
	position: relative;
    background-color: #ffffFF;
    padding: 3px;
    border-bottom: 1px solid navy;
    border-right: 1px solid navy;
	 
}

#lightboxDetails{
    font-size: 0.9em;
    color: navy;
    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);  }

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