/* Mise en forme site */
body {
	background-color: #f3f0e8;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	text-align: justify;
}

#conteneur {
	position:absolute;
	/*left: 50%; */
	top: 50%;
	width: 100%;
	height: 560px;
	margin-top: -280px; /* moitié de la hauteur */
	margin-left: auto; /* moitié de la largeur */
	margin-right: auto; /* moitié de la largeur */
	background-image: url(../img-interface/fond-degrade.jpg);
	background-repeat: repeat-x;
}

#main {
	width:980px;
	margin:0 auto;
	height: 560px;
}


#gauche {
	background-image: url(../img-interface/zone-rouge.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	float: left;
	width: 228px; /*238px*/
	height: 405px; /*515px*/
	padding: 100px 5px 5px 5px;
	color: #e0d8c6;
}

#header_droite {
	float: right;
	width: 742px;
	height: 146px;
	background-image: url(../img-interface/14-professionnels.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#main_index_droite {
	float: right;
	width: 742px;
	height: 279px;
}

#main_droite {
	float: right;
	width: 742px;
	height: 279px;
	background-image: url(../img-interface/fond-blanc.jpg);
	background-repeat: no-repeat;
}

#footer_droite {
	float: right;
	width: 722px; /*742px*/
	height: 70px; /*90px*/
	text-align: right;
	padding: 10px 10px 10px 10px;
}

#adresse {
	float: left;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: justify;
}

#partenaires {
	float: right;
	width: 321px;
}

#footer {
	clear: both;
	height: 40px;
}

#texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 130%;
	text-align: justify;
	padding-right:5px;
}

h1 {
 font-size: 22px;
/* margin-bottom: 5px;*/
}

p {
	margin-top: 3px;
	margin-bottom: 3px;
}

a {
	text-decoration: underline;
	cursor: hand;
	color: #910005;
}

a:hover {
	text-decoration: none;
	color: #8d8d8d;
}

#gauche a {
	text-decoration: none; /*underline;*/
	cursor: hand;
	color: #e0d8c6;
}

#gauche a:hover {
	text-decoration: none;
	color: #8d8d8d;
}

#gauche ul {
	margin: 0;
	padding: 0 2px 0 15px;
	/*list-style: none;*/
	font-size: 16px;
	line-height: 130%;
}

/*
td {
	vertical-align: top;
}
*/

