/*------------ Général ---------------*/

body {
	background-color: #f4f0e7;
	font-family: "Trebuchet MS", Verdana, "sans-serif";
}

h2{
	text-transform: uppercase;
	font-size: 20px;
	color: #464648;
	margin-bottom: 30px;
}

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

.retour{
	clear: both;
}

.col2{
	width: calc((100%/2) - 80px);
	float: left;
}

.col4{
	width: calc(100%/4);
	float: left;
}

/*------------ Header ---------------*/

.bg_header {
	background-color: #464646;
	height: 430px;
	border-bottom: 15px solid #e2e0d1;
	margin-bottom: 34px;
}

.bandenoire {
	background-color: rgba(0,0,0,0.5);
	height: 65px;
	width: 980px;
	position: absolute;
	bottom: 0px;
}

#logo {
	text-align: center;
}

#logo h1 {
	font-family: "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 16px;
	color: #FFFFFF;
	margin: 8px 0px 15px 0px;
}

#bann {
	background: url("images/banniere.jpg") center no-repeat;
	height: 350px;
	position: relative;
}

#bann p{
	text-transform: uppercase;
	font-family: Impact, "Arial Black", "sans-serif";
	font-size: 31px;
	color: #FFFFFF;
	text-align: right;
	margin: 18px 65px;
}

/*------------ Navigation ---------------*/

#navheader {
	text-align: center;
	margin: auto;
}

#navheader a{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #dbd0ba;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	color: #FFFFFF;
	width: 243px;
	height: 50px;
	padding-top: 35px;
	border-left: 1px solid #e9e2d2;
	border-right: 1px solid #b7aa88;
	float: left;
}

#navheader a:hover{
	background:#ae3637 url("images/puce-coche.svg") no-repeat;
	background-size: 15px 15px;
	background-position: right 10px center;
	width: 245px;
	border: 0px;
}

/*------------ Accueil ---------------*/

.sep{
	border-top: 1px dotted #dbd0ba;
}

#acc h3{
	background: url("images/puce-ok.svg") left no-repeat;
	background-size: 35px;
	height: 30px;
	padding: 15px 0px 0px 35px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #464648;
}

#acc p{
	font-size: 14px;
	color: #7a7a7a;
}

#acc1{
	padding: 70px 40px;
}

#acc1 img{
	border: 5px solid #dacfbb;
	margin-bottom: 35px;
}

#acc1 a{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	color: #000000;
}

#acc1 a:hover{
	color: #BBBBBB;
}

#acc2{
	padding: 70px 40px;
}

#acc2 a{
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	width: 34px;
	height: 14px;
	background-color: #ae3637;
	color: #FFFFFF;
	padding: 8px 13px;
	margin-top: 10px;
	margin-left: 350px;
}

#acc2 a:hover{
	background-color: #771718;
}

/*------------ Contact ---------------*/

#cont1{
	padding: 70px 40px;
}

#cont1 p{
	font-size: 14px;
	color: #7a7a7a;
}

span.plan{
	font-size: 14px;
}

#cont2{
	padding: 70px 40px;
}

iframe {
	margin-top: 25px;
}

fieldset{
	border: 2px solid #ded8ca;
	width: 332px;
	padding: 14px 10px 25px 14px;
	margin-bottom: 20px;
}

legend {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	color: #9f8061;
	padding: 0px 10px;
}

label {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	line-height: 16px;
	font-size: 12px;
}

fieldset#coord {
	padding-bottom: 14px;
}

#coord label {
	line-height: 27px;
} 

#coord input[type="text"],input[type="email"]{
	border: 1px solid #9c8261;
	width: 250px;
	float: right
}

#coord textarea{
	border: 1px solid #9c8261;
	width: 250px;
	height: 90px;
	margin-bottom: 10px;
	float: right;
}

.rdv{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: bold;
	font-size: 18px;
	color: #9f8061;
}

input[type="submit"]{
	margin-left: 297px;
}

/*------------ Footer ---------------*/

footer{
	background-color: #e2e0d1;
	border-top: 2px solid #FFFFFF;
	height: 200px;
}

footer {
	font-size: 11px;
	text-align: center;
	padding: 20px;
}

#bord{
	display: block;
	border: 1px dotted #dbd0ba;
	border-left: 0px;
	border-right: 0px;
	height: 3px;
}

#partenaires{
	width: 550px;
	padding: 20px;
}

#partenaires .col4{
	text-align: center;
}