/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




.retour{
	clear: both;
}

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

.bg_gris{
	border-bottom: 16px solid #e2e0d1;
	background-color: #464646;
	height: 434px;
}

.bg_beige{
	background-color: #f4f0e7;
	height: 114px;
}

.bg_beige2{
	margin-top: 2px;
	background-color: #e2e0d1;
	height: 92px;
}

.bg_beige3{
	background-color: #f4f0e7;
	padding-bottom: 40px;
}

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

.col2{
	width: calc(100/2);
	float: left;
}

a{
	text-decoration: none;
}

body{
	font-family: Verdana;
}

/*----------- _header -----------*/

#header{
	width: 980px;
	height: 150px;
	margin: auto;
}

#logo{
	text-align: center;
	margin-bottom: 15px;
	padding-top: 5px;
}

#logo h1{
	font-size: 16px;
	color: white;
}

#image{
	background: url("images/Triple image 2.jpg") center no-repeat;
	height: 351px;
	position: relative;
}

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

#image p{
	text-transform: uppercase;
	font-family: Impact;
	font-size: 31px;
	color: white;
	text-align: right;
	margin: 18px 52px;
}

#menu a{
	float: left;
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-family: Arial;
	font-weight: bold;
	padding-top: 35px;
	width: 243px;
	height: 50px;
	border-left: 1px solid #e9e2d2;
	border-right: 1px solid #b7aa88;
	color: white;
	background-color: #dbd0ba;
}

#menu a:hover{
	background: #ad3737 url("images/Déroulé nav.png") no-repeat;
	background-position:  right 10px center ;
}

/*----------- Acceuil -----------*/

#acceuil{
	width: 981px;
	padding-top: 178px;
}

#acceuil .col2{
	padding-left: 40px;
}

#acceuil h2{
	margin-bottom: 25px;
}

#acceuil h3{
	background: url("images/Balise validé.png") no-repeat;
	height: 30px;
	padding: 8px 0px 0px 35px;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: bold;
	color: #464648;
}

#gauche{
	border-right: 1px solid #ded8ca;
}

#droite a{
	display: block;
	font-weight: bold;
	font-size: 13px;
	color: white;
	text-transform: uppercase;
	background-color: #ae3637;
	width: 30px;
	margin: 14px 0px 0px 345px;
	padding: 10px 20px 10px 14px;
}

#droite a:hover{
	background-color: #672122;
}

#gauche img{
	border: 5px solid #dacfb9;
	margin: 0px 48px 28px 0px;
}


#acceuil p{
	font-size: 14px;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: #7a7a7a;
}

#gauche a{
	font-size: 10px;
	font-weight: bold;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	color: black;
	padding-top: 25px;
}

.separateur{
	border-top: 1px dotted #e0ddcf ;
}

/*----------- contact -----------*/

#contact{
	width: 981px;
	padding-top: 178px;
}

#contact .col2{
	padding-left: 40px;
}

#contact h2{
	margin-bottom: 25px;
}

#gauche2{
	border-right: 1px solid #ded8ca;
}

#gauche2 p{
	font-size: 12px;
	color: #8b8a88;
}

#gauche2 iframe{
	padding: 30px 40px 5px 0px;
}

.plan{
	font-size: 12px;
}

#nouscontact{
	width: 361px;
}

#nouscontact legend{
	padding-left: 10px;
}

#nouscontact fieldset{
	padding: 10px;
	border: 1px solid #d8d7d3;
}

.top{
	margin-bottom: 50px;
}

#nouscontact .pers{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	padding: 7px 0px 6px 0px;
}

#nouscontact .coord{
	font-size: 14px;
	font-weight: bold;
	font-family: Arial;
	margin: 5px 0px 6px 0px;
}

#nouscontact .coord label{
	line-height: 23px;
}

textarea{
	float: right;
	width: 240px;
	resize:vertical ;
	margin-bottom: 10px;
}

#nouscontact input[type="submit"]{
	float: right;
	margin-top: 10px;
}

#nouscontact input[type="text"]{
	float: right;
	width: 240px;
}

.titre{
	font-size: 18px;
	color: #af9678;
	font-weight: bold;
}


/*----------- _footer -----------*/

#footer{
	width: 550px;
	margin: auto;
	padding: 5px 20px 5px 20px;
}

#footer .col4{
	text-align: center
}

#bordure{
	border-top: 1px dotted #e0ddcf;
	border-bottom: 1px dotted #e0ddcf;
	height: 2px;
}

#copyright p{
	padding-top: 15px;
	text-align: center;
	font-size: 10px;
	font-family: Verdana;
	color: #706c69;
}