html /* DEFINITION DU BACKGROUND DE LA PAGE HTML */
{
	background-image: url('habillage/background.jpg');
	background-color: black;
	background-repeat: repeat-x;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

body /* DEFINITION LARGEUR BODY*/
{
	width: 980px;
	margin:auto;
	
	height: auto;
	padding-bottom:10px;
	border: 0px solid BLUE;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

img /* PAS DE BORDURES AUX IMAGES PAR DEFAUT */
{
	border:none;

}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.flottemec  /*FAIR FLOATER UN ELEMENT PAR DEFAUT */
{
	float:left;
}
.stopflot
{
	clear:both;
}
strong
{
	color:rgb(46,154,255);
	font-weight:normal;
		font-family: Arial;
}
.adroite
{
	text-align: right;
}

.centrerceci
{
	text-align: center;
}
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */ /* ---------------------------------------------------------------- */

.h1titreprincipal  /* Titre principal de la page */
{
	color:rgb(46,154,255);
	font-size:12px;
	font-family: Arial;
	text-align:right;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.divconteneurlogo /* DIV CONTENEUR GENERAL DU LOGO*/
{
	width: 980px;
	height:117px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.ulmenurapidehaut /* UL MENU RAPIDE DU HAUT A DROITE */
{
 	display: inline;
	margin-top: 50px;
	width:400px;
	float:left;
	text-align: right;

}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.limenurapidehaut /* LI MENU RAPIDE DU HAUT A DROITE BALISE  LI  */
{

	display: inline;
	padding-left:10px;
	color:white;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.lialienmenuhautdroite /* LI MENU RAPIDE DU HAUT A DROITE BALISE A  */
{
	color:white;
	font-size:12px;
	font-family: Arial;
	text-decoration:none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.lialienmenuhautdroite:hover /* LI MENU RAPIDE DU HAUT A DROITE BALISE A SI SURVOLEE */
{
	color:rgb(46,154,255);
	font-size:12px;
	font-family: Arial;
	text-decoration:none;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.divconteneurmenunavigation /* CONTENEUR DU MENU DE NAVIGATION */
{
	background-image: url('habillage/backgroundmenuhaut.jpg');
	width: 948px;
	height:68px;
	margin-bottom:0px;
	float:left;
	margin-left:15px;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.ulmenunavigation /*UL DE LA BARRE DE NAVIGATION */
{
	display: inline;
	margin-top:22px;
	margin-left:29px;
	width:880px;
	height: 42px;
	padding-left:0px;
		clear:both;
	float:left;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.limenulaavigation  /*LI DE LA BARRE DE NAVIGATION */
{
	display: inline;
	color:white;

}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.divconteneurdubandeau /*DIV QUI CONTIEN LE BANDEAU */
{
		width: 934px;
		height:200px;
		padding-left:14px;
		clear:both;
		margin-bottom:0px;
		margin-left:15px;
		background-image: url('habillage/backgroundgenerique.jpg');
		height:auto;
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

.divconteneurtotalitesite
{
		width: 934px;
		height:auto;
		padding-left:14px;
		padding-bottom:50px;
		margin-bottom:0px;
		margin-left:15px;
		background-image: url('habillage/backgroundgenerique.jpg');
}
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */


			.pavedesmisesenavant
{
				margin-top:10px;
				float:left;
				width: 918px;
				background-image: url('habillage/miseenavantpave.jpg');
				background-color: rgb(44,43,43);
				background-repeat: no-repeat;
				height:auto;
				padding-bottom:10px;
	
}

.miseenavant1
{
	width: 280px;
	height: auto;
	float: left;
	padding: 10px;
}



.miseenavant2
{
	width: 280px;
	height: auto;
	float: left;
	padding: 10px;
	border-right:1px solid black;
	border-left:1px solid black;
}

.miseenavant1bis
{
	width: 340px;
	height: auto;
	float: left;
	padding: 10px;
}


.miseenavant2bis
{
	width: 500px;
	height: auto;
	float: left;
	padding: 10px;
	padding-left: 40px;
	border-right:1px solid black;
	border-left:1px solid black;
}

.miseenavant3
{
	width: 280px;
	height: auto;
	float: left;	
	padding: 10px;
}

.h2miseenavant
{
	margin: 0px;
	font-size: 16px;
	color:white;
	font-family: Arial;
}
.pmiseenavant
{
	font-size: 13px;
	color:white;
	text-align: justify;
	font-family: Arial;
}
.conteneurmiddle
{
	float:left;
	width: 580px;
	height: auto;
	border:1px solid white;
		padding: 10px;
}

.titrecontenuh2
{
	font-size: 16px;

	font-family: Arial;
	color:rgb(44, 42, 43);
	width: 560px;
	border-bottom: 1px solid rgb(44, 42, 43);
	margin-top: 0px;
}

.conteneurright
{
	float:left;
	width: 290px;
	height: auto;
	border:1px solid white;
		padding: 10px;
}
.conteneurresultat
{
		width: 560px;
		height: auto;

		margin-top:5px;
		
}
.conteneurresultatphoto
{
	float: left;
		width: 150px;
		height: 100px;
		margin-right: 10px;
}


.proposalh3
{
	color:rgb(46,154,255);
	font-size:13px;
	font-family: Arial;
	margin-top: 0px;
	margin-left: 0px;
	text-decoration: none;
}
.proposaltext
{
	font-size: 11px;
	text-align: justify;
	font-family: Arial;
	margin-top: 0px;
	margin-left: 0px;
}
.ok
{
	clear:both;
}
.mysubtitle
{
	color:rgb(44,42,43);
	font-size:14px;
	font-family: Arial;
	margin-top: 0px;
	margin-left: 0px;
	text-decoration: none;
}


.titrecontenuh2right
{
	font-size: 16px;
	font-weight:bold;
	font-family: Arial;
	color:rgb(44, 42, 43);
	width: 260px;
	border-bottom: 1px solid rgb(44, 42, 43);
	margin-top: 0px;
}

.orange /* LIENS EN BLEU - ORANGE POUR NE PAS MODIFIER ANCIENNE VERSION */
{
	color:rgb(46,154,255);
	font-weight:normal;
	font-size: 11px;
	text-decoration: underline;
	font-family: Arial;
}
.googlepubcentrer
{
	width: auto;
	margin-left: 50px;
	border:1px solid white;
	margin-bottom: 10px;
}

.footer
{
	text-align: center;
	padding: 10px;
	background-color: black;
		font-family: Arial;
		font-size: 11px;
		color: white;
		width:890px;
		margin-top:10px;
}
.formcontact
{
		font-family: Arial;
		font-size: 11px;
}

.largeur
{
		width: 300px;
}
.classicaltexte
{
		font-family: Arial;
		font-size: 11px;
		text-align:justify;

}


.mev
{
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: red;
}

.mevblack
{
	background-color:black;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	color: white;
}


#slider ul, #slider li
{
	margin:0;
	padding:0;
	list-style:none;
}

#slider, #slider li
{ 
	width:934px;
	height:200px;
	overflow:hidden; 
}

span#prevBtn{

}

span#nextBtn{

}
#prev{

		font-family: Arial;
		font-size: 12px;
				color:rgb(46,154,255);
}
#next{

		font-family: Arial;
		font-size: 12px;
			color:rgb(46,154,255);
}

#prev a{

		font-family: Arial;
		font-size: 12px;
	
			color:rgb(46,154,255);
}
#next a{

		font-family: Arial;
		font-size: 12px;
			color:rgb(46,154,255);
	

