@charset "utf-8";
/* CSS Document */
*{ padding:0px; margin:0px;}
body{ text-align:center; background-color:#cdcdcd; background-image: url(../images/bg-body.gif); background-repeat:repeat-x}
#conteneur{ text-align:left;min-height:600px;width:1000px; height:auto; margin:auto; margin-top: 20px; }
#header{width:1000px; height:200px; background-image:url(../images/header.jpg)}
#contenu{ width:1000px; min-height:400px; height:auto; background-color:#FFFFFF;}
#ici{width: 30px; height:399; float:left}
#text-accueil{ margin-right:50px; float:right; width:580px;}

#menu{width:333px; min-height:399px; height:auto;float:left; border: 0px solid #ff0000;}
a.menu1{background-image:url(../images/btn-menu1.gif);display: inline-block;width: 333px;margin: 0px;background-repeat: no-repeat;background-position: center top;height: 133px;padding: 0px;margin-right:-4px;}
a.menu1:hover{ background-image:url(../images/btn-menu1-roll.gif);}
a.menu2{background-image:url(../images/btn-menu2.gif);display: inline-block;width: 333px;margin: 0px;background-repeat: no-repeat;background-position: center top;height: 133px;padding: 0px;margin-right:-4px;}
a.menu2:hover{ background-image:url(../images/btn-menu2-roll.gif);}
a.menu3{background-image:url(../images/btn-menu3.gif);display: inline-block;width: 333px;margin: 0px;background-repeat: no-repeat;background-position: center top;height: 133px;padding: 0px;margin-right:-4px;}
a.menu3:hover{ background-image:url(../images/btn-menu3-roll.gif);}

#contenu p{color:#666666; font-family:Arial, Helvetica, sans-serif; text-align:justify; padding:10px; font-size:1em;margin-left: 40px;font-weight:500}
#contenu p a {text-decoration:none;color:#0099FF; }
.img-p{ display:inline-block; float:left;margin: 10px; margin-top:0px;}
#footer{
   color: #666;
   width:100%; text-align:center;
   font-family:Arial;
   font-size:13px;
   }
   #footer a{
   color:#666;
   text-decoration:none;
   margin:4px;
   font-size:12px;
   }
   #footer a:hover{
   color: #fff;
   text-decoration:underline;
   }
   table{width:0px; margin-top:20px;}
   tbody{width:0px; float:left;}
   #bas{width:615px; height:360px; background-image:url(../images/bas.jpg);}
   
   label{width: 100px;display: block;float: left;clear: left;margin-top: 1px;margin-right: 1px;margin-bottom: 1px;margin-left: 1px; color:#666; font-family:Arial}
   input, textarea{display: block;float: left;clear: right; border:#fff solid 1px;margin-top: 1px;margin-right: 1px;margin-bottom: 1px;margin-left: 1px;}
   
   form{width:615px; float:left; background-color:#cdcdcd; padding-bottom: 10px;}
   #coordonnees{ width:180px; height:200px; background-color:#FFFFFF; float: right;}
   
   
   
   
   
   /*********************************/
   #center {
	
	width: 0px;
	height: 333px;
	z-index: 0;
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	float:left;}
	#slider {
	position: relative;
	width: 615px;
	height: 333px;
	overflow: hidden;
	background-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #cdcdcd;
	}
	#slider .slide {
	position: absolute;
	top: 0px;
	height: 333px;
	width: 500px;
	background: #000;
	overflow: hidden;
	cursor: default;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #cdcdcd;
	}
	#slider .title{ font-family:Arial;
	color: #fff;
	font-weight: bold;
	font-size: 1.2em;
	margin-right: 1.5em;
	text-decoration: none;
	}
	.descriptif_photo{ display:block; width: 350px;color:#fff; font-family:Arial;}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 470px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
	}
