@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}

body
{background-image:url(images/background-site.png);
height:auto;
width:auto;

}
#header
{
	
/*	background-image:linear-gradient(to top, white,#B0D2E8);
*/	width:1500px;
	height: 220px;
	padding-top:0px;
	padding-left:0px;
	font-family: "Verdana", "sans-serif";
	font-size:20px;
	color:#FFF;
	
}
#header img{
	height:200px;}
	
#header h1{list-style-type:none;
	font-family: "Verdana", "sans-serif";
	font-size:22px;
	color:#FFFFFF;
	position:absolute;
	left: 290px;
	top: 40px;

}
#conteneur
{
	
	background-repeat:no-repeat;
	width:960px;
	height:60px;
	z-index:10;
	background-position:center;
	padding-left:100px;

	
}
#navigation ul li a{
	 margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}
  #navigation:after,
#navigation > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#navigation {
  width: auto;
  border-bottom: 4px solid #ffffff;
  font-family: Raleway, sans-serif;
  line-height: 1;
  margin-top:0px;
}
#navigation ul {
  background:;
}
#navigation > ul > li {
  float: left;
}
#navigation.align-center > ul {
  font-size: 0;
  text-align: center;
}
#navigation.align-center > ul > li {
  display: inline-block;
  float: none;
}
#navigation.align-right > ul > li {
  float: right;
}
#navigation.align-right > ul > li > a {
  margin-right: 0;
  margin-left: -4px;
}
#navigation > ul > li > a {
  z-index: 2;
  padding: 18px 25px 12px 25px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  color: #444444;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  margin-right: -4px;
}
#navigation > ul > li.active > a,
#navigation > ul > li:hover > a,
#navigation > ul > li > a:hover {
  color:#B0D2E8;
}
#navigation > ul > li > a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 120%;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  content: "";
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  -webkit-transform: perspective(5px) rotateX(2deg);
  -webkit-transform-origin: bottom;
  -moz-transform: perspective(5px) rotateX(2deg);
  -moz-transform-origin: bottom;
  transform: perspective(5px) rotateX(2deg);
  transform-origin: bottom;
}
#navigation > ul > li.active > a:after,
#navigation > ul > li:hover > a:after,
#navigation > ul > li > a:hover:after {
  background:#FFFFFF;
}



#navigation ul a
{
	list-style-type:none;
	text-decoration:none;
	color:black;
	
	
	}
	
li
{
	list-style-type:none;
	font-family: "Verdana", "sans-serif";
	font-size:19px;
	color:#000;
	float: left;
	margin-right:65px;
	padding-top:px;
	
	}
	
	

#corps h3 {
	font-family: "Verdana", "sans-serif";
	font-size: 60px;
	color:#FFFFFF;
	position: absolute;
	left: 100px;
	top: 350px;
	width: 511px;
	height: 156px;
	text-align: justify;
	z-index:1;
}

#corps{
	height:500px;
	width:300px;
	}

	
#coordonnées{
	text-align:center;
	font-family: "Verdana", "sans-serif";
	font-size: 14px;background-color:#E8E8E8;
	width:300px;
	height:320px;
	position:absolute;
	left:1000px;
	top:350px;
	border-style:solid;
	border-color:#FFFFFF;}

	
#espaceclient{
	font-size: 14px;background-color:#E8E8E8;
	width:300px;
	height:80px;
	position:absolute;
	left:1000px;
	top:750px;
	border-style:solid;
	border-color:#FFFFFF;
	}
	
.bouton {
	border:none;
	width:250px;
	height:40px;
	border-radius:2px;
	box-shadow:6px 6px 6px #999;
	background:#B0D2E8;
	font:bold 18px Arial;
	color:#555 ;
	margin-left:20px;
	margin-top:22px;
	
}
.bouton a{
	color: inherit;
	text-decoration:none;
	text-align:center;
	margin:25px;
}

.bouton:hover{
	color:#FFFFFF;}
	

	
#corps_contact {
	font-family: "Verdana", "sans-serif";
	font-size: 16px;
	color: #000;
	height:397px;
	width:600px;
	z-index:10;
	position: absolute;
	left: 100px;
	top: 350px;
	
}
#corps_contact h4{
	color:#FFFFFF;
	font-size:30px;
	font-family:"Verdana", "sans-serif";
	}




.diaporama{
	position:relative;
	width:202px;
	height:288px;
	margin: 150px 0 0 300px;
}

.diaporama li{
	list-style-type:none;
	overflow:hidden;
	position:absolute
}

.diaporama_controls{
	width:512px;
	margin:3px 0;
	padding:5px;
	clear:both;
	overflow:hidden;
}

.diaporama_controls .btns{
	float:right;
}

.diaporama_controls a{
	font-weight:normal;
	width:10px;
	height:13px;
	text-indent:-9999px;
	display:inline-block;
	margin:0 3px;
}

.diaporama_controls .prev{
	background:url(images/fleches_diapo.png) no-repeat top right;
}

.diaporama_controls .next{
	background:url(images/fleches_diapo.png) no-repeat top left;
}

.diaporama_controls .pause{
	background:url(images/fleches_diapo.png) no-repeat bottom right;
}

.diaporama_controls .play{
	background:url(images/fleches_diapo.png) no-repeat bottom left;
}

