@charset "utf-8";
/* CSS Document */
body{
	background-color:#e95b1f;
}
#conteneur{	
	position:relative;
	background-color:#FFFFFF;
	width:790px;
	left:50%;
	margin-left:-350px;
	padding:0px;
}
#header{
	position:relative;
	width:790px;
	height:133px;
	background-image:url(img/bandeau.jpg);
	background-repeat:no-repeat;
	
}
#logo{
	position:relative;
	width:790px;
	height:106px;
	
}
#logo img{
	width:142px;
	height:106px;
	border:none;
	margin:5px 0 0 3px
}
#menu{
	position:relative;
	width:790px;
	height:23px;
	padding:0px;
	margin:0px;
}
#menu ul{
	padding:0px;
	margin:4px 0 0 0;
}
#menu ul li{
	position:relative;
	float:left;
	width:101px;
	height:23px;
	margin-left:9px;
	text-decoration:none;
	list-style:none;
}
#menu ul li img{
	border:none;
}
#contenant{
	width:790px;
	height:auto;
	background-color:#FFFFFF;
}
#haut{
	float:left;
	width:790px;
	height:10px;
	background-image:url(img/1erLigne.jpg);
	background-repeat:no-repeat;
	margin-top:50px;
	background-color:#FFFFFF;
}
#titlePresentation{
	margin-top:-4px;
	margin-left:210px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#e95b1f;
	font-size:13px;
	font-weight:bold;
}
#gauche{
	position:relative;
	float:left;
	width:175px;
	height:346px;
	background-image:url(img/img_gauche.jpg);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
}
#gaucheCrea{
	position:relative;
	float:left;
	width:175px;
	height:346px;
	padding:0px;
	margin:0px;
}

#droite{
	position:relative;
	float:left;
	width:615px;
	height:auto;
	padding:0px;
	margin:0px;
	background-color:#FFFFFF;
	float:left;
}
#SpectImg{
	position:relative;
	float:left;
	width:150px;
	height:auto;
	margin:10px 0 0 7px;
}
#SpectImg a img{
	border:none;
}
#texte1 {
	margin:10px 5px 5px 160px;
}
#texte1 img{
	border:none;
}
#diapo{
	position:relative;
	float:left;
	width:44Opx;
	height:150px;
	padding:0;
	margin:0 0 15px 0;
}
#separation{
/*	background-image:url(img/2emeLigne.jpg);*/
	background-repeat:no-repeat;
}
#texte2 {
	margin:10px 5px 5px 0;
}
#texte2 img{
	border-color:#511d00}
#footer{
	width:790px;
	height:15px;
	background-color:#511d00;
	clear:both;
}

#footer p{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#FFFFFF;
	margin:1px 0 0 5px;
}	
	

