@font-face {
    font-family: 'aller_lightregular';
    src: url('fonts/aller_lt-webfont.eot');
    src: url('fonts/aller_lt-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_lt-webfont.woff') format('woff'),
         url('fonts/aller_lt-webfont.ttf') format('truetype'),
         url('fonts/aller_lt-webfont.svg#aller_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'allerregular';
    src: url('fonts/aller_rg-webfont.eot');
    src: url('fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/aller_rg-webfont.woff') format('woff'),
         url('fonts/aller_rg-webfont.ttf') format('truetype'),
         url('fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
	width: 100%;
	margin: 0;
	padding: 0;
	font-family: allerregular, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000;
}
*{
	outline: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}

#header-wrap {
	position: relative;
	z-index: 3;
	width: 100%;
	height:129px;
	float: left;
	background-image:url(../images/haut.gif);
	background-position:left top;
	background-repeat:repeat-x;
}
.header {
	width: 80%;
	min-width: 960px;
	max-width: 1100px;
	height: 129px;
	margin-left: auto;
	margin-right: auto;
}
#contenu-wrap {
	position: relative;
	z-index: 2;
	min-height: 580px;
	width: 100%;
	float: left;
	background-image: url(../images/soudeur.jpg);
	background-repeat: no-repeat;
	background-position: 70% top;
}
#contenu {
	width: 80%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	min-width: 960px;
	max-width: 1100px;
}
#footer-wrap {
	position: relative;
	z-index: 2;
	width: 100%;
	height: 120px;
	float: left;
	background: rgb(36,36,36);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzI0MjQyNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background: -moz-linear-gradient(top,  rgba(36,36,36,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,36,36,1)), color-stop(100%,rgba(0,0,0,1)));
	background: -webkit-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(top,  rgba(36,36,36,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom,  rgba(36,36,36,1) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#242424', endColorstr='#000000',GradientType=0 );
}
#footer {
	width: 80%;
	min-width: 960px;
	max-width: 1100px;
	height: 26px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 10px;
}
#logo{
	display: block;
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	width: 520px;
	height: 129px;
	padding-left: 10%;
	background-image: url(../images/precisoud.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#menu{
	display: block;
	float:left;
	width: 960px;
	height: 25px;
}
.btn{
	display: block;
	float:left;
	height: 23px;
	line-height: 23px;
	padding-left:10px;
	padding-right:10px;
	margin-right:8px;
	color:rgb(128,128,128);
	font-size:12px;
	text-decoration:none;
	text-align:center;
	border:1px solid rgb(70,70,70);
}
.btn:hover, a.btn.active{
	color:rgb(255,255,255);
	border:0px solid rgb(70,70,70);
	height: 25px;
	line-height: 25px;
	padding-left:11px;
	padding-right:11px;
	background-color:rgb(36,36,36);
}
.tel{
	display:block;
	float:right;
	height:36px;
	line-height:36px;
	margin-top:45px;
	font-size:18px;
	color:rgb(128,128,128);
	margin-right:40px;
}
.txt-acc{
	display:block;
	float:left;
	width:420px;
	height: 495px;
	font-size:12px;
	margin-top:40px;
	color:rgb(186,186,186);
}
.bleu{
	color:rgb(114,152,192);
}
.tit1{
	font-size:20px;
}
.tit2{
	font-size:16px;
}
.txt-blc{
	font-size:14px;
	color:rgb(255,255,255);
}
.contact{
	display:block;
	float:left;
	margin-top:10px;
	padding-right:20px;
	padding-left:20px;
	height:25px;
	line-height:25px;
	font-size:14px;
	color:rgb(255,255,255);
	border:1px solid rgb(70,70,70);
}
.option{
	display: block;
	float:right;
	height: 26px;
	line-height: 26px;
	margin-right: 20px;
	color:rgb(128,128,128);
	font-size:11px;
	text-decoration:none;
}
.option:hover, a.option.active{
	color:rgb(255,255,255);
}
.juliana{
	display: block;
	float: right;
	height: 26px;
	background-image: url(../images/juliana.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 41px;
}
.trigger{
	float: right;
	position: relative;
	margin-top:45px;
	cursor: pointer;
	font-size: 12px;
	line-height: 36px;
	color: rgb(128,128,128);
	border-left: 1px solid rgb(70,70,70);
	border-right: 1px solid rgb(70,70,70);
	padding-left: 10px;
	padding-right: 10px;
	text-align:center;
	text-decoration: none;
}
.slide{
	position: absolute;
	top: 46px;
	left: -130px;
	height: 0px;
	width: 200px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color:rgba(0,0,0,0.8);
	line-height: normal;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	overflow: hidden;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	border:1px solid rgb(70,70,70);
}
.trigger:hover .slide{
	min-height: 100px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
a.trigger.active .slide{
	min-height: 80px;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
.adresse {
	display: block;
	padding: 10px;
	float: left;
}
.adresse-txt {
	color:rgb(128,128,128);
	text-decoration: none;
}


section {
	float: left;
	width: 480px;
	min-height: 495px;
	font-size: 12px;
	margin-top: 40px;
	margin-bottom: 20px;
	color: rgb(186,186,186);
}
h1 {
    float: left;
    width: 100%;
    margin: 0 0 20px 0;
    color: rgb(114,152,192);
    font-size: 20px;
    font-weight: normal;
}

.vignette {
    float: left;
    width: 220px;
    height: 170px;
    margin: 0 20px 20px 0;
    background: #242424;    
}
.vignette-titre {
    width: 220px;
    padding: 5px 10px;
    line-height: 15px;
    height: 30px;
    color: rgb(186,186,186);
    font-size: 14px;
    display: table-cell;
	vertical-align: middle;
}
.vignette-photo {
    float: left;
    width: 220px;
    height: 130px;
}
.fiche-texte {
    float: left;
    width: 460px;
}
.fiche-images {
    float: left;
    width: 480px;
    margin-top: 20px;
}
.fiche-texte a {
    color: rgb(114,152,192);
}

.retour {
	float: left;
	margin-bottom: 20px;
	color: black;
	background: rgb(128,128,128);
	padding: 2px 10px;
	border-radius: 5px;
}

.plan {
    width: 440px;
    float: left;
    height: 20px;
    line-height: 20px;
    background: #242424;
    padding: 0 20px;
    margin-bottom: 1px;
    color: rgb(186,186,186);
}
.plan-sub {
    width: 400px;
    margin-left: 40px;
    float: left;
    height: 20px;
    line-height: 20px;
    background: #242424;
    padding: 0 20px;
    margin-bottom: 1px;
    color: rgb(186,186,186);
}
.plan:hover, .plan-sub:hover {
    color: white;
}

							
.avis-titre {
    float: left; width: 100%; margin-bottom: 20px; font-weight: bold; font-size: 14px;
    color: rgb(114,152,192);
    padding-top: 20px;
    border-top : 1px solid #333;
}
.avis-bouton-deposer {
    float: left;
    height: 25px;
    line-height: 25px;
    background: #242424;
    color: rgb(186,186,186);
    padding: 0 10px;
    margin-top: 20px;
    cursor: pointer;
}
.avis-bouton-deposer:hover, .avis-bouton-deposer.active {
    color: white;
}
.avis-form {
    float: left;
    width: 100%;
    margin-top: 10px;
}
.avis-voir-ligne {
    float: left;
    height: 1px;
    margin: 9px 0;
    width: 480px;
    background: gray;
    position: relative;
}
.avis-voir { 
	text-align: center; 
	height: 20px; 
	line-height: 20px;
 	margin: 0 auto; 
 	margin-top: -10px; 
 	background: black; 
 	width: 100px; 
 	font-weight: bold;
 	cursor: pointer;
 }
.avis-bloc {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.avis-premier {
	float: left;
	width: 100%;
}
.avis {
	float: left;
	width: 460px;
	background: rgb(73, 73, 73);
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 5px;
}

.avis-avis-infos {
    float: left; 
    width: 130px;
    margin-right: 10px;
}
.avis-avis-texte {
    float: left;
    width: 320px;
}
.avis-avis-nom {
    padding-left: 20px;
    float: left;
    width: 110px;
    font-weight: bold;
    background: url(../images/contact.png) no-repeat 0 1px;
}
.avis-avis-date {
    float: left;
    padding-left: 20px;
    width: 110px;
}
.form-recaptcha{
	box-sizing: border-box;
	float: right;
}