/* Eléments principaux de la page */

body{
	background-image:url('images/couleur.png'); 
	background-size: cover;
}

#bloc_page{
	width: 1000px;
	margin: auto;	
}
/*Header*/
#header{
	background-color: #EEF3E2;
	box-shadow: 0px 4px 4px #1c1a19;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 4px #1c1a19;
	-webkit-box-shadow: 0px 4px 4px #1c1a19;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#image_principale, #principal, #tel, #version{
	display: inline-block;
	position: relative;
	
}
 #image_principale {
	top: 0px;
	left: 40px;	
}
#principal{
	left: 20px;	
	top: 20px;
}
#version{
	bottom: 80px;
	left: 300px;
}
#tel{
	right: 10px;
	font-family:serif;
	font-size: 2em;
	font-weight: bold;
}
#principal h2{
	font-family: arial;
	font-size: 1.8em;
	font-weight: bold;
	width: 200px;	
}
#logo{
	
	height: 80px;
	width: 200px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px #888;
	box-shadow: 0 0 5px 5px #888;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#principal h3{
	font-family: arial;
	font-size: 1.1em;
	font-weight: bold;
	width: 350px;
}
/*Navigation*/
.fancyNav {
	overflow: hidden;
	display: inline-block;
	margin-left: 140px;
	border-radius: 5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
	-moz-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);
	-webkit-box-shadow: 0 0 4px rgba(255, 255, 255, 0.6);	
}
.fancyNav li{
	background-color: #f0f0f0;
	background-image: -webkit-gradient(linear,left,top,left bottom,from(#fefefe), color-stop(0.5,#f0f0f0), color-stop(0.51,#e6e6e6));
	background-image: -moz-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -o-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: -ms-linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	background-image: linear-gradient(#fefefe 0%, #f0f0f0 50%, #e6e6e6 51%);
	border-right: 1px solid rgba(9, 9, 9, 0.125);
	box-shadow: 1px -1px 0 grba(255, 255, 255, 0.6) inset;
	-moz-box-shadow: 1px -1px 0 grba(255, 255, 255, 0.6) inset;
	-webkit-box-shadow: 1px -1px 0 grba(255, 255, 255, 0.6) inset;
	position:relative;
	float:left;
	list-style: none;
}
.fancyNav li a{
	color: #5d5d5d;
	display: inline-block;
	font: 15px/1 Lobster,Arial,sans-serif;
	padding: 12px 35px 14px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	z-index: 2;
	text-decoration: none;
	white-space:nowrap;
}
.fancyNav a.homeIcon{
	background:url('images/imagesCA0D6HP5.jpg')  no-repeat center center;
	display: block;
	overflow: hidden;
	padding-left: 12px;
	padding-right: 12px;
	text-indent: -9999px;
	width: 50px;
}
.fancyNav li:after{
	content:'.';
	text-indent: -9999px;
	overflow:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
	opacity:0;
	background-image:-webkit-gradient(linear, left top,right top,from(rgba(168,168,168,0.5)),color-stop(0.5,rgba(168,168,168,0)),
						To(rgba(168,168,168,0.5)));
	background-image:-moz-linear-gradient(left, rgba(168, 168, 168, 0.5),rgba(168, 168, 168, 0) 50%, rgba(168, 168, 168, 0.5));
	background-image:-o-linear-gradient(left, rgba(168, 168, 168, 0.5),rgba(168, 168, 168, 0) 50%, rgba(168, 168, 168, 0.5));
	background-image:-ms-linear-gradient(left, rgba(168, 168, 168, 0.5),rgba(168, 168, 168, 0) 50%, rgba(168, 168, 168, 0.5));
	background-image:linear-gradient(left, rgba(168, 168, 168, 0.5),rgba(168, 168, 168, 0) 50%, rgba(168, 168, 168, 0.5));
	box-shadow:-1px 0 0 #a3a3a3, -2px 0 0 #a3a3a3, 2px 0 0 #fff;
	-moz-box-shadow:-1px 0 0 #a3a3a3, -2px 0 0 #a3a3a3, 2px 0 0 #fff;
	-webkit-box-shadow:-1px 0 0 #a3a3a3, -2px 0 0 #a3a3a3, 2px 0 0 #fff;
	-moz-transition:0.25s all;
	-webkit-transition:0.25s all;
	-o-transition:0.25 all;
	transition:0.25s all;
}
.fancyNav:hover li.selected:after,
.fancyNav:hover li:target:after{
	opacity:0;
}
.fancyNav li.selected:hover:after,
.fancyNav li:target:hover:after{
	opacity:1;
}
.fancyNav li:first-child{
	border-radius: 4px 0 0 4px;
}
.fancyNav li:first-child:after,
.fancyNav li.selected:first-child:after{
	box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
	-moz-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
	-webkit-box-shadow: 1px 0 0 #a3a3a3, 2px 0 0 #fff;
	border-radius:4px 0 0 4px;
}
.fancyNav li:last-child{
	border-radius: 0 4px 4px 0;
}
.fancyNav li:last-child:after,
.fancyNav li.selected:last-child:after{
	box-shadow: -1px 0 0 #a3a3a3, 2px 0 0 #fff;
	-moz-box-shadow: -1px 0 0 #a3a3a3, 2px 0 0 #fff;
	-webkit-box-shadow: -1px 0 0 #a3a3a3, 2px 0 0 #fff;
	border-radius:0 4px 4px 0;
}
.fancyNav li:hover:after,
.fancyNav li.selected:after,
.fancyNav li:target:after{
	opacity:1;
}
	
#section{
	margin-top: 0px; 
	background-color: #EEF3E2;
	box-shadow: 0px 4px 4px #1c1a19;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 4px #1c1a19;
	-webkit-box-shadow: 0px 4px 4px #1c1a19;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#centre p{
	display: inline-block;
	padding-left: 300px;
	margin: 0;
	font-family: serif;
	font-size: 1.3em;
	font-weight: bold;
}
#centre1 p{
	display: inline-block;
	padding-left: 340px;
	margin: 0;
}
#pog,#sa{
	width: 150px;
	height: 150px;
	margin-left: 40px;	
}
.col1
{
	margin-left: 80px;
}
#ca
{
	width: 150px;
	height: 150px;
	margin-left: 40px;
}
#article {
	width: 900px;
	margin-right: 25px;
	font-size: 1.3em;	
}	
#footer{	
	margin-top: 25px;
	background-color: #EEF3E2;
	box-shadow: 0px 4px 4px #1c1a19;
	border-radius: 5px;
	-moz-box-shadow: 0px 4px 4px #1c1a19;
	-webkit-box-shadow: 0px 4px 4px #1c1a19;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#footer h2{
	padding-left: 310px;
	padding-top: 20px;
}	
#pied{
	padding-left: 290px;
}
#courrier
{
	padding-left: 360px;
	margin-bottom: 20px;
	font-size: 1.2em;
	font-weight: bold;
}
/*page conseil*/
#milieu{
	margin-top: 40px;
}
#milieu p{
	font-family:verdana;
	font-size: 1em;
	color: #181818;
	text-decoration: none;
	padding: 15px;
}	
.cote_droit{
	width: 350px;
	display: inline-block;
	margin-left: 50px;	
}
#logo1{
	padding-left: 0px;
	height: 330px;
	width: 300px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #778899;
	-webkit-box-shadow: 0 0 5px 5px #778899;
	box-shadow: 0 0 5px 5px #778899;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}	
.cote_gauche{	
	width: 480px;
	padding: 10px;
	margin-left: 60px;
	display: inline-block;
	margin-top: 7px;
}
.entete_conseil{
	font-family: serif;
	font-weight: bold;
	font-size: 1.875em;
	color: #181818;
	text-decoration: none;
}
.cote_gauche p{
	font-family: verdana;
	font-size: 1em;
	color: #181818;
	text-decoration: none;
}
/*compagnies*/
#marque p{
	width: 100%;
	margin: auto;
	font-family: verdana;
	font-size: 1em;	
}
/*services*/
#mainbody{
	margin-top:40px;
}
.cote_gauche2{
	width: 350px;
	display: inline-block;
	margin-left: 50px;
}
.cote_droit2{
	display: inline-block;
	width: 480px;
	margin-left: 80px;
}
#logo2{
	padding-left: 0px;
	height: 350px;
	width: 350px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px 5px #778899;
	-webkit-box-shadow: 0 0 5px 5px #778899;
	box-shadow: 0 0 5px 5px #778899;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 30px;
}
#services{
	width: 100%;
}
#services ul{
	display: inline-block;
	margin-top: 0;
	padding-left: 2px;
}
#services li{
	
	color: black;
}
.tarif{
	margin-top: 40px;
}
.heure{
	margin-top: 40px;
}
.asterix{
 color: red;
}
/*formulaire*/
.style1{
	width: 150px;
	text-align: center;
}
.thumbnail{
	position: relative;
	z-index: 0;
}
.thumbnail:hover{
	background-color: transparent;
	z-index: 50;
}
.thumbnail span{
	position: absolute;
	background-color: lightyellow;
	padding: 0px;
	left: 0px;
	border: 0px;
	visibility: hidden;
	color: black;
	text-decoration: none;
}
.thumbnail span img{
	border-width: 0;
	padding: 2px;
	width: 380px;
	height: 320px;
}
.thumbnail:hover span{
	visibility: visible;
	top: 20px;
	left:20px;
}
form{
	padding: 0;
	margin: 0;
}
#milieucontact
{
	margin-top: 15px;
}
#milieucontact h1
{
	padding-left: 120px;
}
.boitecontact
{
	width: 850px;
	overflow: hidden;
}
.coordonne
{
	margin-left: 20px;
	font-size: 1.3em;
	font-weight: bold;
}
.obligatoire em
{
	font-size: .8em;
	margin-left: 20px;
}
/*page merci*/
.merci p
{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
}


	



	
	
	

	