 
@import url(https://fonts.googleapis.com/css?family=Raleway:400,900,800,700,600,500);
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700,700italic,900,900italic);
 
/*****************************************************
                     GLOBAL  
/*****************************************************/

body{
	background-color: #f2f2f2;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	margin-top: 0px;
}
.typo10{font-size: 10px;}
.typo12{font-size: 12px;}
.typo15{font-size: 15px;}
.typo17{font-size: 17px;}
.typo20{font-size: 20px;}
.typo25{font-size: 25px;}
.typo30{font-size: 30px;}

.bleu{color: #1c4f62;}
.ciel{color: #00CCFF;}
.gris{color: #999;}
.grisf{color: #666;}
.center{text-align: center;}
a{text-decoration: none;}
.deco{text-decoration: underline;}
*{outline: none;}
.noir{color: #627688;}
.blanc{color: #fff;}
.rouge{color: #f00;}

.ligneHeight20{line-height: 20px;}
.ligneHeight25{line-height: 25px;}
.ligneHeight30{line-height: 30px;}
.ligneHeight{line-height: 45px;}
.lineHeight50{line-height: 50px;}

.uper{text-transform: uppercase;}
.justifi{text-align: justify;}
.center{text-align: center;}
.left{text-align: left;}
.right{text-align: right;}
.clear { clear: both; }
.imgCenter {
    display: block;
    margin-left: auto;
    margin-right: auto }
.imgMargeG{
	margin-left: 7px;
	margin-top: 0px;
	float: right;
}
.imgMargeD{
	margin-right: 7px;
	margin-top: 4px;
	float: left;
}

.roundedImage{
    overflow:hidden;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    /*width:90px;
    height:90px;*/
}
.margeImage4{margin-top: 1px;margin-right: 5px;margin-bottom: 0px;margin-left: 0px;float: left;}
.margeImage5{margin-top: 1px;margin-right: 15px;margin-bottom: 0px;margin-left: 0px;float: left;}
.boxImg
{
border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
h1,h2,h3,h4,h5,h6{margin:0px;font-weight:normal;-webkit-font-smoothing:antialiased;} 
.bgNoir{background-color: #000;}
.bgBleu{background-color: #1c4f62;}
a.lien1 {
	color: #fff;
	text-decoration: none;
	outline: none;
	/*transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;*/
}

a.lien1:hover {
	color: #fff;
}
#main{
	height: auto;
	width: 1250px;
	margin-right: auto;
	margin-left: auto;
	/*margin-top: 0px;*/
}
#mainTetiere{
    position: relative;
	height: auto;
	width: 1250px;
}
#corps{
	height: auto;
	width: 1250px;
	margin-top: 0px;
}
#sidebar{
	height: auto;
	width: 1250px;
	float: left;
    position: relative
	}
#cgv{
	height: auto;
	width: 1250px;
	float: left;	
	}
#footer{
	height: auto;
	width: 1250px;
	position: relative;
	float: left;
	margin-top: 10px;
	background-color: #1c4f62;
}
/*****************************************************
                     INDEX  
/*****************************************************/
 .menu_block{
	height: 46px;
	width: 1250px;
	border-bottom: 1px solid #000;
	 box-shadow: 0 1px 5px #000;
	-moz-box-shadow: -10px 1px 5px #000;
    -webkit-box-shadow: -10px 1px 5px #000;
    -o-box-shadow: -10px 1px 5px #000;
    box-shadow: -10px 1px 5px #000; 
	box-shadow: 0px 8px 10px -5px rgba(119, 119, 119, 0.75);
	-moz-box-shadow: 0px 8px 10px -5px rgba(119, 119, 119, 0.75);
	-webkit-box-shadow: 0px 8px 10px -5px rgba(119, 119, 119, 0.75);
	background-color: #1c4f62;
}
.menu_nav{
	height: 46px;
	width: 1250px;
	float: left;
	background-color:#1c4f62;
}
.logo_nav{
	height: 46px;
	width: 100px;
	float: left;
	background-color:#1c4f62;
}
.flag_nav{
	position: absolute;
	height: 36px;
	width: 230px;
	float: left;
	background-color: #FF0000;
	padding-top: 11px;
	text-align: center;
	color: #FFF;
	left: 1021px;
	top: 0px;
	z-index: 2;
}
ul {
	padding: 0;
	/*margin: 0;*/
    margin-top: 7px; 
	margin-left: 0;
	/*margin-left: 45px;*/
	margin-right: 0;
	margin-bottom: 0;
	list-style: none;
}
.lists {
	padding: 0;
	margin: 0;
	list-style-type: disc;
	list-style-position: inside;
}
ul.list li{
	background: url(../img/marker.png) 0 8px no-repeat;
	padding-left: 11px;
	color: #464646;
	margin-bottom: 5.5px;
}

ul.list.l1 li {
	margin-bottom: 5.2px;
}
.menu {
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 20px;
	z-index: 999;
	position: relative;
	display: block;
	list-style-type: none;
}
/********* menu nav **************/
/* partie positionnement et déco */
#menu a { 
	display:block; 
	color: #fff; 
	text-decoration:none;
	font-size: 14px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 20px;
	
}
#menu > li,
#menu > li li {
	position: relative;
	display:inline-block;
	/*width: 160px;*/
	padding: 6px 15px;
	/*background-color: #777;
	background-image: linear-gradient(#aaa, #888 50%, #777 50%,#999);*/
	z-index: 1200;
    margin-left: 47px;
	
}

#menu >  li ul  li   { margin-left: 0px;}
 


.upper{text-transform:uppercase;}
.norm{text-transform: none;  }

#menu > li li { background: transparent none; }
#menu > li li a { color: #fff; }
#menu > li li:hover { background-color:#1c4f62;opacity: 0.9; }
#menu > li:first-child {
	/*border-right: 1px solid #777;*/
	border-radius: 5px 0 0 5px;
}
#menu > li + li {
	/*border-left: 1px solid #aaa;
	border-right: 1px solid #777;*/
}
#menu > li:last-child {
	border-right: 0;
	/*border-left: 1px solid #aaa;*/
	border-radius: 0 8px 8px 0 ;
}
#menu > li:hover {
	background-color:#1c4f62;opacity: 0.9;
	/*background-color: #999;
	background-image: linear-gradient(#ccc, #aaa 50%, #999 50%,#bbb);*/
}
/* (presque) fin de la partie positionnement/déco */
/* dans cette déclaration, on fixe le max-height */
#menu ul {
	position: absolute;
	top: 2em; left: 0;
	max-height:0em;	
	margin-top: 7; 
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	background-color: #fff;
	background-color:#1c4f62;opacity: 0.9;
	/*background-image: linear-gradient(#fff,#ddd);*/
	overflow: hidden;
	transition: 1s max-height 0.3s;
	border-radius: 0 0 8px 8px;
	z-index: 1200;
}
/* ici on change la valeur de max-height au :hover */
#menu > li:hover ul {
	/* à adapter, le minimum est le meilleur mais voyez large ?? */
	max-height: 13em;
}


#menu li ul li a {
	background-image: url(../img/spacer.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-left: 28px;
}
#menu li ul li a:hover {
	color: #fff;
	background-image: url(../img/spacer3.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 28px;

}
/****** fin menu nav ***********/ 



.upc{opacity: 0;transition: opacity .6s;}
.upc menu li ul:hover{opacity: 1;}


.menu li {
float:left;
	padding-top: 13px;
	padding-right: 30px;
	padding-bottom: 13px;
	padding-left: 30px;
    text-align:center;
    position:relative;
}
.menu .active a {color:#fff;}
.menu li:hover a {color:#fff;}


.menu li.item1:hover, .menu li.item1 ul, #menu li.item1.active {background-color:#1c4f62;opacity: 0.9;}
.menu li.item2:hover, .menu li.item2 ul, #menu li.item2.active {background-color:#1c4f62;opacity: 0.9;}
.menu li.item3:hover, .menu li.item3 ul, #menu li.item3.active {background-color:#1c4f62;opacity: 0.9;}
.menu li.item4:hover, .menu li.item4 ul, #menu li.item4.active {background-color:#1c4f62;opacity: 0.9;}
.menu li.item5:hover, .menu li.item5 ul, #menu li.item5.active {background-color:#1c4f62;opacity: 0.9;}


/*#menu .menu span {
display:table-cell;	
vertical-align:middle;
}*/
.menu a {
color:#76664F;	
text-decoration:none;
width:100%;
height:100%;
}
/*#menu .menu a {
display:block;
vertical-align:middle;
}*/
.menu ul a:hover, .menu #current ul a:hover {color:#fff;}
.menu li.item9 li a:hover, .menu li.item7 li a:hover {color:#fff;}
.menu #current a {color:#fff;}
.menu #current.item1 {background-color: #1c4f62;}
.menu #current.item2 {background-color:#1c4f62;}
.menu #current.item3 {background-color:#1c4f62;}
.menu #current.item4 {background-color:#1c4f62;}
.menu #current.item5 {background-color:#1c4f62;}

/*** Sous menu ***/
.menu li ul {
	display: none;
	list-style-type: none;
	left: 0;
	position: absolute;
	top: 46px;
	width: 224px;
	z-index: 1200;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 6px;
	padding-left: 0px;
	border-radius: 0 0 5px 5px;
}


.menu li:hover ul {display:block;z-index:200;}
.menu li ul li {
	/*background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
	background-position: 0 0;*/
	padding-left: 0px;
	float: none;
	height: auto;
	position: static;
	text-align: left;
	width: 200px;
	z-index: 2000;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 0; 	
}
.menu li ul li.last {border-bottom:0;}
.menu li ul li a {
	background-image: url(../img/spacer.png);
	background-repeat: no-repeat;
	background-position:0px 0px;
	padding-left: 28px;
    color:#fff;	
    font-size:12px;
/*padding:3px 0;*/

}
.menu li ul li a:hover {
	color: #fff;
	background-image: url(../img/spacer2.png);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	padding-left: 28px;

}

#infos{
	background-color: #FFF;
	height: 100px;
	width: 1250px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px none #ffffff;
	margin-bottom: 15px;
}
#infos-reportage{
	background-color: #FFF;
	height: 280px;
	width: 1250px;
	border-radius: 0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border: 0px none #ffffff;
	margin-bottom: 10px;
}
#infoT{
	height: 25px;
	width: 270px;
	float: left;
	padding-top: 10px;
}
#infos1{
	height: 70px;
	width: 910px;
	float: left;
	padding-top: 25px;
	padding-left: 10px;
}
#infos2{
	height: 60px;
	width: 325px;
	float: left;
	padding-top: 35px;
}
#infos3{
	height: 170px;
	width: 970px;
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #666;
}
/*****************************************************
                     SLIDER  
/*****************************************************/
#slide-images{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:1250px;
	height:550px;
	overflow:hidden;
}
#slide-loc{
	position:relative;
	display:block;
	margin:0px;
	padding:0px;
	width:1250px;
	height:341px;
	overflow:hidden;
}
#slide-images li{
	position:absolute;
	display:block;
	list-style-type:none;
	margin:0px;
	padding:0px;
	background-color:#FFFFFF;
}

#slide-images li img{
	display:block;
	background-color:#FFFFFF;
}
/*****************************************************
                     PANEL  
/*****************************************************/
#contPan{
	height: 360px;
	width: 1250px;
	position: relative;
	overflow: hidden;
}
#contPanInfos{
	height: 360px;
	width: 880px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
#contPanPlan{
	height: 360px;
	width: 345px;
	float: right;
	overflow: hidden;
}
.layout-0 {
	width: 882px;
	height:325px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0 .ceInner {
	width: 860px;
	height:300px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/**avec une image residentiel dedans**/
.layout-0 .ceInners {
	width: 860px;
	height:300px;
    /*background-color: #FFFFFF;*/
    background-image: url("../img/climatisation-securite.png");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/**avec une image tertiaire dedans**/
.layout-0 .ceInnert {
	width: 860px;
	height:300px;
    /*background-color: #FFFFFF;*/
    background-image: url("../img/climatisation-entreprise.png");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/**avec une image tertiaire dedans**/
.layout-0 .ceInnertM {
	width: 860px;
	height:300px;
    /*background-color: #FFFFFF;*/
    background-image: url("../img/climatisation-mobil-home.jpg");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
} 
/**avec une image mobile dedans**/
.layout-0 .ceInnertMo {
	width: 860px;
	height:300px;
    /*background-color: #FFFFFF;*/
    background-image: url("../img/climatisation-mobile.jpg");
    background-repeat: no-repeat;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1 {
	width: 342px;
	height:325px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1 .ceInner1 {
	width: 320px;
	height:300px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

/*****************************************************
                     PANEL 2  
/*****************************************************/

#contPanMax{
	height: 510px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanMax{
	height: 510px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Max {
	width: 1250px;
	height:505px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Max .ceInnerMax {
	width: 1230px;
	height:480px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Max {
	width: 492px;
	height:1250px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Max .ceInner1Max {
	width: 1250px;
	height:450px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/*****************************************************
                     PANEL 3 
/*****************************************************/

#contPanCat{
	height: 760px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanCat{
	height: 810px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Cat {
	width: 1250px;
	height:745px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Cat .ceInnerCat {
	width: 1230px;
	height:720px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat {
	width: 442px;
	height:780px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat .ceInner1Cat {
	width: 1250px;
	height:750px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
 

/*****************************************************
                     PANEL 4
/*****************************************************/

#contPanCat2{
	height: 670px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanCat2{
	height: 670px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Cat2 {
	width: 1250px;
	height:655px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Cat2 .ceInnerCat2 {
	width: 1230px;
	height:630px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat2 {
	width: 442px;
	height:640px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat2 .ceInner1Cat2 {
	width: 1250px;
	height:630px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

/*****************************************************
                     PANEL 5 
/*****************************************************/

#contPanCat5{
	height: 870px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanCat5{
	height: 870px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Cat5 {
	width: 1250px;
	height:855px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Cat5 .ceInnerCat5{
	width: 1230px;
	height:830px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat5 {
	width: 1250px;
	height:840px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat5 .ceInner1Cat5 {
	width: 1250px;
	height:830px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/***************************************/
/*****************************************************
                     PANEL 6 
/*****************************************************/

#contPanCat6{
	height: 870px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanCat6{
	height: 870px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Cat6 {
	width: 1250px;
	height:855px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Cat6 .ceInnerCat6{
	width: 1230px;
	height:830px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat6 {
	width: 1250px;
	height:840px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat6 .ceInner1Cat6 {
	width: 1250px;
	height:830px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/***************************************/

/*****************************************************
                     PANEL 7 
/*****************************************************/

#contPanCat7{
	height: 970px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#contPanPlanCat7{
	height: 970px;
	width: 1250px;
	float: right;
	overflow: hidden;
}
.layout-0Cat7 {
	width: 1250px;
	height:955px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-0Cat7 .ceInnerCat7{
	width: 1230px;
	height:930px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat7 {
	width: 1250px;
	height:940px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-1Cat7 .ceInner1Cat7 {
	width: 1250px;
	height:930px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}





#contPanContactezNous{
	height: 260px;
	width: 1250px;
	float: left;
	margin-right: 0px;
	position: relative;
	overflow: hidden;
}
#btns{
	position: absolute;
	height: 39px;
	width: 867px;
	left: 6px;
	top: 281px;
	z-index: 1000;
}
#what{
	position: absolute;
	height: 28px;
	width: 844px;
	left: 18px;
	top: 15px;
	z-index: 1000;
	color: #FFF;
	padding-top: 5px;
	/*background-image: url(../img/what.png);
	background-repeat: repeat-x;*/
	background-color:#1c4f62;
	text-align: right;
	padding-right: 5px;
}
#new{
	position: absolute;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 1001;
	background-image: url(../img/new.png);
	background-repeat: no-repeat;
}
#top{
	position: absolute;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 1001;
	background-image: url(../img/top.png);
	background-repeat: no-repeat;
}
#residentiel{
	position: absolute;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 1001;
	background-image: url(../img/residentiel.png);
	background-repeat: no-repeat;
}
#tertiaire{
	position: absolute;
	height: 120px;
	width: 120px;
	left: 0px;
	top: 0px;
	z-index: 1001;
	background-image: url(../img/tertiaire.png);
	background-repeat: no-repeat;
}
#exep{
	position: absolute;
	height: 45px;
	width: 315px;
	left: 280px;
	top: 142px;
	z-index: 1001;
	background-image: url(../img/exceptionnel.png);
	background-repeat: no-repeat;
}
/* Tab Content - menucool.com */
ul.tabs
{ 
	font-size: 0;
	margin: 0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the tabs as desired*/
	padding-top: 6px;
	padding-right: 0;
	padding-bottom: 6px;
	padding-left: 0;

}
        
ul.tabs li
{ 
    display: inline;
    margin: 0;
    /*margin-right:10px; /*distance between tabs*/
}
        
ul.tabs li a
{
	text-decoration: none;
	position: relative;
	padding: 6px 16px;
	border-bottom-color: #CCC;
	color: #1c4f62;
	/*background: #F0F0F0;*/
		
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );	
	border-radius: 4px;
	outline: none;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
        
ul.tabs li a:visited
{
    color: #1c4f62; 
}
        
ul.tabs li a:hover
{
    border: 1px solid #AAA;
    background:#F0F0F0; 
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	padding: 6px 16px ;
	position: relative;
	top: 0px;
	font-weight:bold;
	background: #F0F0F0;
	border: 1px solid #AAA;
	color: #1c4f62;	 
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none; 
}

div.tabcontents
{
	padding: 5px;
	background-color: #fff; 
}
div.tabform
{   padding-top:25px;
	padding-left: 110px;
	background-color: #fff; 
}
div.devis
{   padding-top:25px;
	padding-left: 25px;
	background-color: #fff; 
}
.Desc{
	font-size: 12px;
}
.bor{	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;}
	
	
	
	
/*****************************************************
                     CARD WRAPPER
/*****************************************************/	
.cardWrapper{
  width:305px;
  height:250px;
  position:relative;
  /*background-color:#333;
  float:left;*/
  margin-right:10px;
  margin-left:3px;
  cursor:pointer;
  -webkit-font-smoothing:antialiased;
}

.cardFace{
  position:absolute;
  width:305px;
  height:250px;
  overflow:hidden;
}

.front{
  background-color:#fff; 
}

.back{
  background-color:#fff; 
}



.cardFace h1{
  margin:0px;
  font-size:30px;
  padding:10px 0px 10px 10px;
  border-bottom:solid 6px #aaa;
  border-top:solid 6px #aaa;
  background-color:black;
  color:white;
}


.cardFace.back h1{
 border-color:#91e600;
}

.moreInfo{
  padding:10px;
  color:white;
  line-height:24px;
  
}	
	

/*****************************************************
                     PANEL  SLIDER
/*****************************************************/
#galerie{
	height: 290px;
	width: 865px;
	margin-right: auto;
	margin-left: auto;
}
#recrut1{
	height: 480px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#recrutCat{
	height: 700px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#recrutCat1{
	height: 570px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#recrutCat2{
	height: 740px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#recrutCat5{
	height: 900px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#recrutCat6{
	height: 800px;
	width: 1165px;
	margin-right: auto;
	margin-left: auto;
}
#container {
	width:585px;
	height:290px;
	z-index:0;
}
#example {
	width:585px;
	height:290px;
	position:relative;

}
#example2 {
	width:585px;
	height:290px;
	position:relative;
	overflow:hidden;
}
#slides {z-index:100;}
#slides1 {z-index:100;}
#slides2 {z-index:100;}
#slides3 {z-index:100;}
#slides4 {z-index:100;}
#slides5 {z-index:100;}
#slides6 {z-index:100;}
#slides7 {z-index:100;}
#slides8 {z-index:100;}
#slides9 {z-index:100;}
#slides10 {z-index:100;}
#slides11 {z-index:100;}
#slides12 {z-index:100;}
.slides_container {
	width:585px;
	height:290px;
	overflow:hidden;
	display:none;
}

.slides_container a {
	width:585px;
	height:290px;
	display:block;
	/*margin-left: 33px;*/
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides0 .next,#slides0 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides1 .next,#slides1 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides2 .next,#slides2 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides3 .next,#slides3 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides4 .next,#slides4 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides5 .next,#slides5 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides6 .next,#slides6 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides7 .next,#slides7 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides8 .next,#slides8 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides9 .next,#slides9 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides10 .next,#slides10 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides11 .next,#slides11 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides12 .next,#slides12 .prev {
	position: absolute;
	top: 128px;
	left: 1px;
	width: 10px;
	height: 16px;
	display: block;
	z-index: 101;
	border-bottom: 0;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #1c4f62;
	text-decoration: none;
	background-color: #eee;
	background-image: -webkit-linear-gradient(#fff,#ddd);
	background-image: -moz-linear-gradient(#fff,#ddd);
	background-image: -ms-linear-gradient(#fff,#ddd);
	background-image: -o-linear-gradient(#fff,#ddd);
	background-image: linear-gradient(#fff,#ddd);
	text-shadow: 0 0 1px #aaa;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 14px;
	line-height: 22px;
}
#slides .next {
	left: 549px;
}
#slides0 .next {
	left: 549px;
}
#slides1 .next {
	left: 549px;
}
#slides2 .next {
	left: 549px;
}
#slides3 .next {
	left: 549px;
}
#slides4 .next {
	left: 549px;
}
#slides5 .next {
	left: 549px;
}
#slides6 .next {
	left: 549px;
}
#slides7 .next {
	left: 549px;
}
#slides8 .next {
	left: 549px;
}
#slides9 .next {
	left: 549px;
}
#slides10 .next {
	left: 549px;
}
#slides11 .next {
	left: 549px;
}
#slides12 .next {
	left: 549px;
}
/*
	Pagination
*/

.pagination {
	width:70px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.pagination li {
	float:left;
	margin:0 1px;
	list-style:none;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../img/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}	
/*****************************************************
                     PANEL  DETAILS
/*****************************************************/
#details1{
	height: 260px;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#details2{
	height: 260px;
	width: 585px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
#d1{
	height: 30px;
	width: 585px;
	float: left;
}
#d2{
	height: 20px;
	width: 585px;
	float: left;
}
#d3{
	height: 220px;
	width: 585px;
	text-align: justify;
	margin-top: 10px;
	float: left;
	overflow: hidden;
}
#d4{
	height: 50px;
	width: 585px;
	float: left;
}
#if{
	height: 350px;
	width: 585px;
}
#view1{overflow: hidden;}
#view2{overflow: hidden;}
#view3{overflow: hidden;}
#view4{overflow: hidden;}
#view5{overflow: hidden;}
#view6{overflow: hidden;}
#view7{overflow: hidden;}
#view8{overflow: hidden;}
#view9{overflow: hidden;}
#view10{overflow: hidden;}
#view11{overflow: hidden;}
#view12{overflow: hidden;}
/*****************************************************
                    PAGE  DETAILS
/*****************************************************/

#contPanDetails{
	height: 1050px;
	width: 995px;
	position: relative;
	overflow: hidden;
}
#contPanDetails-youtube{
	height: 1450px;
	width: 995px;
	position: relative;
	overflow: hidden;
}
#contPanInfosDetails{
	height: 1030px;
	width: 622px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#contPanInfosDetails-youtube{
	height: 1400px;
	width: 622px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.detailslayout-0 {
	width: 622px;
	height: 1040px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;

}
.detailslayout-0-youtube {
	width: 622px;
	height: 1440px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;

}
.detailslayout-0 .detailsceInner {
	width: 600px;
	height:1015px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;	
	border: 1px solid #ccc;
}
.detailslayout-0-youtube .detailsceInner-youtube {
	width: 600px;
	height:1415px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;	
	border: 1px solid #ccc;
}

#sepa{
	background-color: #CCC;
	height: 1px;
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sepa2{
	background-color: #CCC;
	height: 1px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sepa3{
	background-color: #CCC;
	height: 1px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/**contact**/
#contPanPlanDetails{
	height: 960px;
	width: 320px;
	float: right;
	overflow: hidden;
	padding-left: 25px;
}
.detailslayout-1 {
	width: 322px;
	height:950px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.detailslayout-1 .detailsceInner1 {
	width: 300px;
	height:933px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}







/***********************************************
               FOOTER
***********************************************/
.titre-box1 {
	float: left;
	width: 460px;
	height: 50px;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
}
.titre-box2 {
	float: left;
	width: 275px;
	height: 50px;
	text-align: left;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	padding-left: 185px;
}
.news-box {
	float: left;
	width: 660px;
	height: 140px;
}
.icone-box {
	float: left;
	width: 150px;
	height: 70px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-top: 25px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}

.foot-box {
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width: 315px;
	height: 85px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-top: 25px;
	margin-right: 3px;
	margin-bottom: 20px;
	margin-left: 15px;
}
.foot-box-britain {
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width: 295px;
	height: 100px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-top: 3px;
	margin-right: 27px;
	margin-bottom: 20px;
	margin-left: 22px;
}
.foot-box-2 {
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width: 210px;
	height: 100px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 80px;
}
.foot-box-3 {
	font-family: 'Source Sans Pro', sans-serif;
	float: left;
	width: 250px;
	height: 100px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	margin-top: 3px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 40px;
}
.sanspro{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 12px;
}
.container_121 {
  margin-left: 7px;
  margin-right: auto;
  width: 980px;
  background-color:#f3f3f3;
}

.container_12 {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  background-color:#f3f3f3;
}
.container_12 .grid_12 {
  width: 990px;
}
.clear {
	float: none !important;
	clear: both;
}
/************************************************************
					       MAP 
************************************************************/
#map_canvas {
	width: 585px;
	height: 260px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#map{
	width: 585px;
	height: 260px;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
}
#lat, #lng{
	width: 100px;
}
.hidden{
	visibility: hidden;
}
.insideMap{
	position: absolute;
	top: -100px;
}
#consulter {
	border-radius: 10px;
	background-color: #1B2024;
	padding: 5px;
	height: auto;
	width: 585px;
	margin-bottom: 20px;
	font-size: 18px;
}
#alerte {
	padding: 5px;
	height: auto;
	width: 585px;
	margin-bottom: 20px;
	font-size: 18px;
	margin-right: auto;
	margin-left: auto;
}
/*************************************************
              demande news
**************************************************/
#contPanNews{
	height: 340px;
	width: 995px;
	position: relative;
	overflow: hidden;
}
#contPanInfosNews{
	height: 340px;
	width: 980px;
	float: left;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

/************************************************************
					       ANNONCE 
************************************************************/
#contPanAnnonce{
	height: 190px;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
.layout-2 {
	width: 1000px;
	height:210px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-2 .ceInner2 {
	width: 980px;
	height:190px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/************************************************************
					  ANNONCE PARTICULIER
************************************************************/
#contPanPar{
	/*height: 2890px;*/
	height: auto;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
.layout-3 {
	width: 1000px;
	height:2870px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-3 .ceInner3 {
	width: 980px;
	height:2850px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/************************************************************
					  ANNONCE PRO
************************************************************/
#contPanPro{
	height: 860px;
	width: 1000px;
	position: relative;
	overflow: hidden;
}
.layout-4 {
	width: 1000px;
	height:860px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-4 .ceInner4 {
	width: 980px;
	height:840px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/************************************************************
					      CONTACT 
************************************************************/
#contPanContact{
	height: 1000px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-33 {
	width: 1000px;
	height:920;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-33 .ceInner33 {
	width: 980px;
	height:780;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/************************************************************
					      DEVIS 
************************************************************/
#contPanDevis{
	height: 1700px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-33Devis {
	width: 1000px;
	height:2393px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-33Devis .ceInner33Devis {
	width: 980px;
	height:2393;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

/*********************************/
#contPanDevis2{
	height: 2390px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-33Devis2 {
	width: 1000px;
	height:2390px;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-33Devis2 .ceInner33Devis2 {
	width: 980px;
	height:1280;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/*********************************/
#contPanDevis3{
	height: 1450px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-33Devis3 {
	width: 1000px;
	height:520;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-33Devis3 .ceInner33Devis3 {
	width: 980px;
	height:480;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}
/******************************/

/* popup*/
			#similipopup {
	position: fixed; /* ici la fenetre est fixé */
	display : none; /* par defaut la fenetre est cachée */
	left : 50%; /* on met l'element à 50% de la page */
	margin-left : -206px; /* ici on fixe une marge negative égale à la moitié de la boite pour avoir un positionnement à 50% */
	width : 368px; /*  ici on fixe la largeur de la boite (adapter margin-left en conséquence) */
	height: 208px;
	top : 25%; /*  pour la forme */
	/*border : 1px solid #435000; /* pour la forme */
	padding : 20px; /*  pour la forme */
	z-index: 1500;
	background-image: url(../img/pop.png);
	background-repeat: no-repeat;
			}
			#simili1{
	text-align: right;
	height: auto;
	width: 360px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 7px;
	line-height: 20px;
}
			#simili2{
	text-align: justify;
	height: auto;
	width: 360px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 7px;
	line-height: 20px;
} 

/************************************************************
					      CGV
************************************************************/
#contPanCgv{
	height: 4200px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-34 {
	width: 1000px;
	height:4120;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-34 .ceInner34 {
	width: 980px;
	height:3180;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

/************************************************************
					      MENTIONS LEGALES
************************************************************/
#contPanM{
	height: 700px;
	width: 1000px;
	position: relative;
	overflow: hidden;
	color: #005EA8;
	margin-left:auto;
	margin-right:auto;
}
.layout-35 {
	width: 1000px;
	height:620;
	padding-bottom: 1px;
	background-image: url("../img/shadow.png");
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100% 29px;
	position: relative;
	overflow: hidden;
}
.layout-35 .ceInner35 {
	width: 980px;
	height:680;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 2px 0px #919191;
    -moz-box-shadow: 0px 0px 2px 0px #919191;
    box-shadow: 0px 0px 2px 0px #919191;
    padding: 10px;
    clear: both;
    margin-bottom: 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	position: relative;
	overflow: hidden;
}

.hidden {
    display: none;
}

/******** popup ********/
			#similipopup {
	position: fixed; /* ici la fenetre est fixé */
	display : none; /* par defaut la fenetre est cachée */
	left : 50%; /* on met l'element à 50% de la page */
	margin-left : -206px; /* ici on fixe une marge negative égale à la moitié de la boite pour avoir un positionnement à 50% */
	width : 383px; /*  ici on fixe la largeur de la boite (adapter margin-left en conséquence) */
	height: 193px;
	top : 25%; /*  pour la forme */
	/*border : 1px solid #435000; /* pour la forme */
	padding : 15px; /*  pour la forme */
	z-index: 1500;
	background-image: url(../img/pop.png);
	background-repeat: no-repeat;
			}
			#simili1{
	text-align: right;
	height: auto;
	width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 7px;
	line-height: 20px;
}
			#simili2{
	text-align: justify;
	height: auto;
	width: 380px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	padding-right: 5px;
	padding-bottom: 7px;
	line-height: 20px;
}




/*********************** popup*/
.contente {
	max-width: 220px;
	width: 286px;
	margin: 0;
	position: absolute;
	top: 301px;
	left: 844px;
	z-index: 1;
}
 button {
	/*border: 3px solid #f00;*/
     border-color:transparent;
	padding: 0;
	background-color: transparent; 
	color: #fff;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	/*margin: 3px 2px;
	border-radius: 2px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;*/
     
}

 button:hover {
	/*background: #FFF;
	color: #f00;*/
}
 

.container {
	background: url(../img/blur.jpg) no-repeat center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 140px;
	text-align: center;
	padding: 5%;
}

.content {
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}

.popup-button {
	margin-bottom: 60px;
}
 

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1130px;
	max-width: 1130px;
	min-width: 250px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	background: #1d556c;
    
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.show {
	visibility: visible;
}

.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.show ~ .overlay {
	opacity: 1;
	visibility: visible;
}

.popup-content {
	color: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	padding: 6% 10%;
}

.popup-content h3 {
	margin: 0;
	text-align: center;
	font-size: 3.4em;
	font-weight: 300;
	position: relative;
}

.popup-content h3:before {
	/*position: absolute;
	background: url(../img/img-titre.png) no-repeat left center;
	width: 47px;
	height: 38px;
	content: "";
	top: 18px;
	left: 0px;*/
}

.popup-content .para {
	color: #fff;
	margin-bottom: 30px;
	text-align: justify;
}

.popup-content > div {
	padding: 0px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.popup-content > div p {
	margin: 0;
	padding: 10px 0;
}

.popup-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.popup-content > div ul li {
	padding: 5px 0;
}

.popup-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}

.close {
	background: url(../img/close.png) no-repeat;
	height: 49px;
	width: 49px;
	position: absolute;
	right: 35px;
	top: 35px;
	z-index: 9999;
	cursor: pointer;
	opacity: 1;
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.close:hover {
	opacity: 0.2;
}
/***********************************/

#tarif1 {
	width: 235px;
	height: 32px;
	position: absolute;
	top: 281px;
	left: 10px;
	z-index: 2;
}
#tarif2 {
	width: 252px;
	height: 148px;
	position: absolute;
	top: 151px;
	left: 323px;
	z-index: 2;
}
#tarif3 {
	width: 252px;
	height: 148px;
	position: absolute;
	top: 151px;
	left: 678px;
	z-index: 2;
}
