/* attributs generaux */

body{
	font-family: trebuchet MS, arial, sans serif;
	font-size: 13px;
    background: linear-gradient(to bottom,
    #474644 25%, #e2e0d1 25%, #e2e0d1 26%, #f4f0e7 26%);
}

.retour{
	clear: both;
}

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



/*HEADER*/

img{
	display: block;
	margin: auto;
}

.logo{
	margin: 10px auto;
}

	/*nav*/

nav li{
	float: left;
	text-align: center;
	width: 181px;
	text-transform: uppercase;
	padding: 32px;
	font-size: 23px;
	font-weight: bold;
	color: #FFFFFF;
}

.dborder-right{
	border-right: 1px solid #b8a98a;	
}

.dborder-left{
	border-left: 1px solid #e8e2d2;
}

.width-1{
	width: 180px;
}

.width_2{
	width: 179px;
}

nav a{
	text-decoration: none;
	width: 245px;
}

nav a:hover .btn{
	background: url("images/fleche-nav.png") no-repeat #ae3637 220px center;
}

.btn{
	background: #dbd0ba;
}



/*CONTENU ACCUEIL*/

.col2{
	width: 410px;
	margin: auto;
	float: left;
	padding: 40px;
	height: 550px;
}

.col2-border{
	width: 409px;
	float: left;
	margin: 40px auto;
	padding: 0 40px 40px 40px;
	border-right: 1px solid #dacfb9;
	height: 550px;
}

#index .titre{
	font-size: 20px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
}

#index img{
	margin-bottom: 15px;
}

#index p{
	font-size: 13px;
	color: #454545;
	text-align: justify;
	padding: 10px 0;
}

.col2-border a{
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	background: url("images/caret-right.png") no-repeat 100px center;
	margin-top: 10px;
	width: 109px;
	color: #000000;
}

h2{
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #454545;
	background: url("images/check.png") no-repeat left center;
	padding-left: 22px;
	line-height: 20px;
}

#service p{
	font-size: 13px;
	color: #454545;
	text-align: left;
	padding-top: 20px;
}

#service{
	border-bottom: 1px solid #ae3637;
	margin-bottom: 20px;
}

#service a{
	background-color: #ae3637;
	text-transform: uppercase;
	color: #ffffff;
	padding: 9px 13px;
	text-decoration: none;
	float: right;
}



/*CONTACT*/

#contact .titre{
	font-size: 20px;
	color: #454545;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 15px;
}

#contact p{
	font-size: 13px;
	color: #454545;
	text-align: left;
	padding-bottom: 20px;
}

	/* formulaire*/

fieldset{
	border: 1px solid #dacfb9;
	padding: 20px;
	margin-bottom: 50px;
}

fieldset legend{
	font-size: 16px;
	font-weight: bold;
	color: #9f8262;
	padding: 0 5px;
}

label{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	line-height: 250%;
}

#contact label{
	float: left;
	width: 80px;
	margin-top: 5px;
}

.uppercase{
	text-transform: uppercase;
}

input[type="text"]{
	border: 1px solid #b9a189;
	width: 275px;
}

textarea{
	border: 1px solid #b9a189;
	width: 275px;
	line-height: 40px;
}

.btn-contact{
	width: 80px;
	padding: 5px 9px;
	text-align: center;
	margin-left: 60px;
}

#form-s p{
	font-size: 16px;
	font-weight: bold;
	color: #9f8262;
}

input[type="radio"]{
	width: 20px;
	margin-right: 10px;
}

input[type="checkbox"]{
	width: 20px;
	margin: 32px 0 0 10px;
}

.rdv{
	font-size: 16px;
	font-weight: bold;
	color: #9f8262;
	padding: 0 5px;
	margin-top: 30px;
	float: left;
}



/*PARTENAIRES*/

#partenaires{
	border-bottom: 4px double #dbd0ba;
	border-top: 4px double #dbd0ba;
	margin: 26px auto 37px auto;
}

.partenaires{
	width: 520px;
	margin: auto;
}

#partenaires img{
	margin: 30px 20px;
	text-align: center;
	float: left;
}



/*FOOTER*/

footer p{
	color: #454545;
	font-size: 11px;
	background: #e2e0d1;
	text-align: center;
	padding: 30px 0 63px 0;
}











	





