@import url(ihover.min.css); /* importer la feuille de styl ihover */

*{
	margin:0;
	padding:0;
	text-decoration: none;
	font-family: "Helvetica", "Arial", "sans-serif";
}

body{background: #f7f7f6;}
header{
	font-size: 21px;
	font-weight:lighter;
	background: white;
}
#imglogo{
	margin-top: 4px;
}

footer{
	width:100%;
	position: fixed;
	bottom:0;
	background: white;
	height:40px;
	line-height: 40px;
}


footer p{

	text-align: center;
	font-size: 12px;
	font-weight:lighter;
}

footer nav nav.col9{
	width: 720px;
	height: 40px;
	line-height: 40px;
	float: right;
	
}

footer nav nav a img{
	
	width: 30px;
	height:30px;
	float: right;
	padding-left: 10px;
	padding-top:6px;

}


ul li{
	list-style-type: none;
	float: left;
	color: white;
}

nav{
	width: 940px;
	height: 64px;
	background-color: white;
	margin:0 auto;
}

nav ul li a{
	display: block;
	width: 150px;
	color:#cacaca;
	text-align: center;
	line-height: 64px;
}
nav ul li.col4 a{
	width: 340px;
}
nav ul li.col4 a img{
	display: block;
	width: 129px;
	height: 129px;
	margin: 0 auto;
	text-align: center;
}
article{
	width: 960px;
	min-height: 1000px;
	margin: 0 auto;
	clear: both;

}

#content{
	background: url("img/coveraccueil.jpg")no-repeat;
	background-size: cover !important;
	min-height: 976px;
}

#content1{
	background: url("img/bg_service.svg")no-repeat;
	background-size: cover !important;
	min-height: 976px;
}

#content2{
	background: url("img/contactordi.jpg");
	background-size: cover !important;
	min-height: 976px;
}


article h1{
	padding-top: 70px;
	text-align: center;
	font-weight:lighter;
	clear:both;
}
h1.blanc{
	color: white;
}
hr.col2{
	height: 1px;
	float: left;
	margin:20px 0 140px 405px;
	display: block;
}

hr.rouge{
	width:220px;
	height: 1px;
	float: left;
	display: block;
	color: #e57265;
	margin-top: 35px;

}

article p.col5{
	background: url('img/opacity.png');
	opacity: 0.5;
	padding: 50px;
	font-weight:lighter;
	font-size: 18px;
	text-align: justify;
	/*margin: 0 120px;*/
	/*background-color: red;*/
	float: right;
}

#bloctexte{
	width: 960px;
	height: 200px;
	background-color: white;
	opacity: 0.5;
	margin: 0 auto;
	display: block;
}

div.col8{
	clear: both;
	margin: 0 auto;
	height: 500px;
	width: 640px;
}
div.col3{
	float: left;
	display: block;
	margin: 0 auto,
}

div#droite.col3{
	float: right;
}

div.col3 p{
	font-weight:lighter;
	clear: both;
	padding-top: 35px;
	text-align: center;
	font-size: 22px;
}	

.imgservice{
	height:130px;
	width:130px;
	/*margin: 0 45px;
		-webkit-transition:all 1s;*/

}

div.col12{
	width: 960px;
	margin: 0 auto;
}
div.col12 ul{
	float: left;
}
div.col12 ul li{
	list-style-type: none;
	float: left;
	width: 308px;
	height:212px;
	background-color: white;
	margin:0px 4px 8px 4px;
}

div.col12 ul li a img{
	margin: 0 auto;
	display: block;
	margin-top: 27.5px;
}
div.col12 ul li:hover{
	background-color:#e57265;
}

#formulaire{
	margin: 0 auto;
	width:81.25%;
}

#nom, #mail{
	margin: 0 auto;
	float: left;
	width: 385px;
}
#nom{
	margin-right:5px;
}
#mail{

	margin-left:5px;
}
#contactform label{
	font-weight:lighter;
	margin: 0 auto;
	font-size: 15px;
	color: white;
	width: 100%;
	text-align:center;
	display:inline-block;
}

#name, #email, #message{
	height: 30px;
	width: 380px;
	font-size: 16px;
	font-weight:lighter;

}
#mess{
	padding-top: 30px;
	clear: both;
}
#message{
	height: 300px;
	width: 780px;
	resize:none;
}

#captcha{
	height: 30px;
	width:180px;
	font-size: 18px;
	float: left;
}
#imgcaptcha{
	float: left;
	margin-left: 10px;
}

.envoie{
	clear: both;
}

#submit{
	width: 780px;
	height: 30px;
	margin-top: 30px;
	color: black;
	font-size:14px;
	font-weight: lighter;
	background-color: white;
}


#submit:hover{
	width: 780px;
	height: 30px;
	margin-top: 30px;
	color: white;
	font-size:14px;
	font-weight: lighter;
	background-color: black;
}

p.col8{
	background-color: white;
	padding: 20px;
	display: inline-block;
	text-align: justify;
	margin: 0 auto;
	/*margin:0 150px 70px 150px;*/
	margin-bottom: 70px;
	display: inherit;
	font-size: 17px;
	font-weight: lighter;

}


.news{
	margin: 0 auto 50px auto;
	display: inherit;

}
a.blackhover{
	display:block;
	transition:all 0.5s;
}
a.blackhover:hover {
	background-color: black;
	opacity: 0.5 black;
	cursor: url("img/curseur.png"), pointer;
	transition:all 0.5s;
}

a.blackhover:hover img{
opacity:0.4;
filter:alpha(opacity=40);/*ie-8 et plus vieux*/
}

a.blackhovermurelh{
	display:block;
}
a.blackhovermurelh:hover {
	background:url("img/mockup_murelh1_hover.png") no-repeat;
	position: absolute;
	cursor: url("img/curseur.png"), pointer;

}
a.blackhovermurelh:hover img{
opacity:0;
filter:alpha(opacity=0);/*ie-8 et plus vieux*/
}



a.pohover{
	display:block;
}
a.pohover:hover {
	background:url("img/mockup_passionolive_hover.png") no-repeat;
	cursor: url("img/curseur.png"), pointer;
}

a.pohover:hover img{
opacity:0;
filter:alpha(opacity=0);/*ie-8 et plus vieux*/
}

a.pohover1{
	display:block;
}
a.pohover1:hover {
	background:url("img/mockup_passionolive1_hover.png") no-repeat;
	cursor: url("img/curseur.png"), pointer;
}

a.pohover1:hover img{
opacity:0;
filter:alpha(opacity=0);/*ie-8 et plus vieux*/
}


a.pubhover{
	display:block;
}
a.pubhover:hover {
	background:url("img/charteirish_hover.jpg") no-repeat;
	cursor: url("img/curseur.png"), pointer;

}
a.pubhover:hover img{
opacity:0;
filter:alpha(opacity=0);/*ie-8 et plus vieux*/
}

a.instantzenhover{
	display:block;
}
a.instantzenhover:hover {
	background:url("img/mockup_spahover.png") no-repeat;
	cursor: url("img/curseur.png"), pointer;

}
a.instantzenhover:hover img{
opacity:0;
filter:alpha(opacity=0);/*ie-8 et plus vieux*/
}

a.sb742{width:742px;display:block;margin:0 auto;}
a.sb366{width: 366px;display:block;margin:0 auto;}


#center01{
	width:504px !important;
	margin: 0 auto;
}

#center02{
	width:728px;
	margin: 0 auto;
}

.murelh{
	padding: 0 60px;
	margin: 80px auto 200px auto;
	float: left;

}

#olivestatic{
	margin-top: 55px;
}

.olive{
	float: left;
}

.olivedroit{
	float: right;
}

#navdroite{
float: right;
position: absolute;
top: 400px;
right: 0;
}

#navdroite:hover{
float: right;
position: absolute;
top: 400px;
right: 0;
opacity: 0.5 black;
}

#navgauche{
	float: left;
	position: absolute;
	top: 400px;
	left: 0;

}

#video{
	margin-bottom: 80px;
	display: inherit;
	margin: 0 auto 80px auto;

}  
a.amurelh:link {
	color: black;
	font-weight: bold;

}
a.amurelh:visited {color: black;}
a.amurelh:hover {color: black;}
a.amurelh:active {color: black;}
.active{color:black;}
.col1,.col2,.col3,.col4,.col12, .col10{float:left;}
.col1{width: 60px;}
.col2{width: 150px;}
.col3{width: 220px;}
.col4{width: 340px;}
.col5{width: 380px;}
.col8{width: 640px}
.col9{width: 720px;}
.col10{width: 780px;}
.col12{width: 960px; margin:0 auto;}