/* CSS Document */
@font-face {
 font-family: 'Harabara';
 src: url('../fonts/Harabara.eot');
 src: local('☺'), url('../fonts/Harabara.woff') format('woff'), url('../fonts/Harabara.ttf') format('truetype'), url('../fonts/Harabara.svg') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'Vegur';
 src: url('../fonts/vegur-r_0.602-webfont.eot');
 src: url('../fonts/vegur-r_0.602-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/vegur-r_0.602-webfont.woff') format('woff'), url('../fonts/vegur-r_0.602-webfont.ttf') format('truetype'), url('../fonts/vegur-r_0.602-webfont.svg#VegurRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
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;
	vertical-align: baseline;
}
p {
	padding-bottom:15px;
}
a {
	text-decoration:none;
	color:#BB0000;
}
a:hover {
	color:#000;
}
em, i{color:#555;}
body {
	background:url(../images/bg_body.jpg) repeat-x center bottom #fbfbfb;
	font:normal 13px "Myriad Pro", 'Vegur';
	color:#000;
}
#conteneur {
	background:url(../images/bg_conteneur.jpg) no-repeat center bottom;
}
#wrapper {
	width:916px;
	margin:0 auto;
	background:url(../images/bg_wrapper.jpg) no-repeat center top;
	padding:0 32px;
}
.spacer {
	width:100%;
	height:0;
	clear:both;
}
/*HEADER*/
#header {
	height:500px;
	position:relative;
}
.logo {
	width:160px;
	height:100px;
	display:block;
	float:left;
	margin:0px 0 30px 15px;
}
.menu_top {
	list-style:none;
	float: right;
	padding:15px 0;
}
.menu_top li {
	display:inline;
	font:italic 20px 'Harabara';
	padding:0 5px;
	color:#fff;
}
.menu_top li a {
	font:italic 20px 'Harabara';
	color:#fff;
}
.menu_top li a:hover {
	color:#BB0000;
}
.menu_top_left {
	list-style:none;
	float:left;
	width:260px;
	background:url(../images/bg_li_top.png) no-repeat center bottom;
	margin:130px 0 0 1px;
	padding-bottom:2px;
}
.menu_top_left li {
	display:block;
	background:url(../images/bg_li_top.png) no-repeat center top;
	padding:2px 0 0;
}
.menu_top_left li a {
	display:block;
	font:italic bold 16px "Myriad Pro", 'Vegur';
	color:#fff;
	padding:10px 0 10px 28px;
}
.menu_top_left li a:hover {
	background:#fff;
	color:#BB0000;
}
.tel {
	width:212px;
	height:49px;
	font:italic 22px/49px 'Harabara';
	letter-spacing:2px;
	padding-left:33px;
	position:absolute;
	right:0;
	bottom:0;
	background:url(../images/bg_tel.png) no-repeat;
	color:#fff;
}
/*CONTENU*/
#content {
	min-height:300px;
}
.left {
	width:230px;
	padding:15px;
	float:left;
}
.left h3 {
	font:italic 18px 'Harabara';
	letter-spacing:1px;
	color:#BB0000;
	background: url(../images/bg_h3.png) no-repeat center bottom;
	padding:5px 0;
	margin-bottom:10px;
}
.contact{ margin-bottom:20px;}
.contact p {
	font:italic 14px "Myriad Pro", 'Vegur';
	padding:0 0 10px 0;
}
.horaires p {
	font:bold 12px/18px "Myriad Pro", 'Vegur';
	padding:0 0 10px 0;
}
.app {
	margin:20px 0;
}
.app p{ padding-left:20px; padding-top:10px;}
.contenu {
	width:584px;
	padding:15px 20px;
	float:right;
}
.contenu h2 {
	font: normal 20px 'Harabara';
	color:#BB0000;
	padding:0 0 15px;
	letter-spacing:1px;
}
.contenu h3 {
	font: italic 16px 'Harabara';
	color:#000;
	padding:0 0 10px;
	letter-spacing:1px;
}
.fil_de_fer {
	padding-bottom:15px;
	font-size:12px;
}
.fil_de_fer, .fil_de_fer a {
	color:#911A20;
}
/*FOOTER*/
#footer {
	height:115px;
	padding-top:40px;
}
.menu_footer {
	list-style:none;
	padding:25px 0 5px;
	text-align:center;
}
.menu_footer li {
	display:inline;
	font:italic bold 14px "Myriad Pro", 'Vegur';
	color:#fff;
	padding:0 3px;
}
.menu_footer li a {
	font:italic bold 14px "Myriad Pro", 'Vegur';
	color:#fff;
}
.menu_footer li a:hover {
	color:#000;
}
.adresse {
	color:#fff;
	font:italic 14px "Myriad Pro", 'Vegur';
	text-align:center;
}
/*formulaire*/
#form1 label {
	float:left;
	width:200px;
	padding-left:20px
}
#form1 input[type=text] {
	float:left;
	width:300px;
}
#form1 input[type=submit] {
	float:left;
	background:#BB0000;
	width: 95px;
	height: 23px;
	cursor: pointer;
	border: 0;
	color:#000;
	font-weight:bold
}
#form1 input[type=submit]:hover{
	-webkit-transition: background 1000ms ease;
	-moz-transition: background 1000ms ease;
	-ms-transition: background 1000ms ease;
	-o-transition: background 1000ms ease;
	transition: background 1000ms ease;
	background:#eee;
	color:#BB0000;
}
#form1 textarea {
	float:left;
	width:300px;
}
#form1 p {
	clear:both;
	padding-bottom:10px;
	font-size:0;
}
.obligatoire {
	color:red;
	font-weight:bold;
	font-size:12px;
}
/*galerie*/
.galerie a {
	width:164px;
	margin:0 20px 20px 0;
	float:left;
	height:111px;
	overflow:hidden;
	border:5px solid #eee;
}
.galerie a:hover {
	border:5px solid #333;
	-webkit-transition: border 1000ms ease;
	-moz-transition: border 1000ms ease;
	-ms-transition: border 1000ms ease;
	-o-transition: border 1000ms ease;
	transition: border 1000ms ease;
}
.galerie img {
	width:174px;
}
.galerie img.m97 {
	margin-top:-97px;
}
