body{
	 color: #707070;
	 font-family: helvetica;
	 font-size: 14px;
	 background: url(images/bgheader.png) repeat-x;
	 background-color: #F4F0E7;
	 line-height: 15px;
	 font-size: 14px;
}

.retour{
	clear: both;
}

.container{
	width:980px;
	margin:auto;
}

/*--------------------- HEADER ---------------------*/
.header{
	text-align: center;
	/*padding: 30px;*/
}	
	.header img{
		margin:auto;
		margin-top: 30px;
		
	}
 /*--------------------- TOP NAV ---------------------*/
 #topnav{
 	
 }

#topnav li{
	
}

	 #topnav a{
	 	color: black;
	 	text-decoration: none;
	 	font-size: 20px; 
	 	float: left;
		display: block;	
		width: 243px;
		padding: 40px 0 40px 0;
		background-color: #E2E0D1;
		text-align: center;
		color: white;
		text-transform: uppercase;
		margin-bottom: 80px;
		border: 1px solid #D9D7CA;
 	}	

 		#topnav a:hover{
 			background-color: #D93F3F;
 		}

/*--------------------- CONTENU ---------------------*/
h2{
	font-size:18px;
	text-transform: uppercase;
	color: #464646; 
	margin-bottom: 15px;
}

	h3{
	font-size:15px;
	text-transform: uppercase;
	color: #464646;
	margin-top: 5px; 
}

.col2{
	float: left;
	width: 40%;
	height: auto;
	padding-left: 5%;
	padding-right: 5%;
}

	.col3{
		display: block;
		width: 30%;
		float: left;
		margin: 0 1.5% 0 1.5%;
		text-align: center;
	}

	.symbole{
		margin:0 7px 0 7px;
	}

		#choisir p{
			text-align: justify;
			margin: 10px 0 20px 0 ;
		}

	.savoirplus{
		color: #464646;
		font-size: 12px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}

#domaines p{
	margin: 10px;
}

.btn{
	text-decoration: none;
	color: white;
	text-align: right;
	/*padding-bottom: 20px;*/
	display: block;
	float: right;
	background-color: #D93F3F;
	padding:8px 15px 8px 15px;
	/*font-weight: bold;*/
	margin-bottom: 10px;

}

.logos{
	border-top: 2px dotted #E2E0D1; 
	border-bottom: 2px dotted #E2E0D1;
	margin: 30px 0 30px 0;
}

	.logos img{
		margin: 10px 0 10px 0;
	}





/*--------------------- CONTACT ---------------------*/

/*--------------------- GAUCHE ---------------------*/
#contacteznous img{
	margin-top: 30px;
}

.planacces{
	color: black;
	font-size: 13px;
}

/*#vousetes{
	display: block;
	float: left;
}*/


/*--------------------- DROITE ---------------------*/

/* ------------------------ FORMULAIRE -----------------------------*/

fieldset {
	border: 1px solid #999;
	padding: 16px;
	margin-bottom: 20px;
}

fieldset:hover {
	border: 1px solid #666;
}


fieldset legend{
	color: #ae967b;
	font-weight: bold;
}

.coordonnees input[type="text"] {
	width: 240px;
	border: 1px solid #ae967b;
}

.coordonnees label {
	display: block;
	width: 100px;
	float: left;
}

.coordonnees textarea {
	width: 240px;
	border: 1px solid #ae967b;
}

.coordonnees .rdv{
	color: #ae967b;
	width: 190px;
}

input[type="submit"] {
	float: right;
}

input:hover {
	background-color: #d5c3ae;
	cursor: pointer;
}

textarea:hover {
	background-color: #d5c3ae;
}

/*fieldset{
	margin: 0 0 10px 0;
	padding: 10px;
	border: 1px solid #E2E0D1;	
}

	fieldset legend{
		color: #907A4F;
		font-weight: bold;
		padding-left: 5px;
	}

		.coordonnees label{
			width: 100px;
			display: block;
			float: left;
		}

			#monform p{
				margin: 2px 0 2px 0;
				line-height: 23px;
			}


.coordonnees input [type="text"]{
	width: 240px;
	border: 1px solid #a2967b;
}


.coordonnees textarea{
	width: 240px;
	border: 1px solid #a2967b;
}
.coordonnees .rdv{
	color: #ae967b;
	width: 190px;
}
/*#form input{
	width: 200px;
}*/

	#monform p{
	width: 100px;
	line-height: 20px;
	float: left;
	display:block;
}


input[type="submit"]{
	float: right;
}*/





/* ---------------- FOOTER -------------- */
.footer{
	background-color: #E2E0D1;
	padding: 10px 0 30px 0;
	
}

.footer p{
	display: block;
	text-align: center;
	font-size: 13px;
}
