@charset "utf-8";

/* GENERAL
------------------------------------------------------------------------------------------------------*/

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
	display:block;
}

*{
	margin:0;
	padding:0;
}

@font-face{
	font-family:OpenSans-Regular;
	src:url("../images/font/OpenSans-Regular.ttf") format("truetype");
}

@font-face{
	font-family:MavenPro-Medium;
	src:url("../images/font/MavenPro-Medium.ttf") format("truetype");
}

body{
	background:url(../images/bg.jpg) repeat;
	font-family:OpenSans-Regular, Arial;
}

a{
  	outline:none;
	text-decoration:none;
}

img{
  	border:none;
}

h1{
	font-family:MavenPro-Medium;
	font-size:25px;
	color:#333;
	font-weight:normal;
}

h2{
	font-family:MavenPro-Medium;
	font-size:20px;
	color:#333;
	font-weight:normal;
	text-align:left;
	margin-bottom:15px;
}

h3{
	font-size:16px;
	color:#2C9ED4;
	font-weight:normal;
	text-align:left;
	margin:5px 0 0 0;
}

span.under{
	color:#2C9ED4;
}

hr{
	border:1px;
	color:#e5e5e5;
	border-bottom-style:solid;
	margin:5px 0 12px 0;
}

/* SCROLLTOP
------------------------------------------------------------------------------------------------------*/

div.scrollToTop{
    position:fixed;
    right:50px;
    bottom:95px;
    display:none;
    width:51px;
	height:51px;
}

/* HEADER
------------------------------------------------------------------------------------------------------*/

#top{
	width:100%;
	height:18px;
	background:url(../images/top.jpg) repeat-x;
}

#container_home{
	width:980px;
	height:874px;
	margin:10px auto 0;
}

#container{
	width:980px;
	margin:10px auto 0;
}

#container_top{
	width:980px;
	height:20px;
	background:url(../images/container_top.png) no-repeat;
}

#content_home{
	width:980px;
	height:854px;
	background-color:#fff;
}

#content{
	width:980px;
	background-color:#fff;
	padding-bottom:20px;
}

header{
	height:120px;
}

#logo{
	width:244px;
	height:120px;
	float:left;
	margin-left:20px;
	position:relative;
}

.img_logo{
  position:absolute;
  top:0;
  left:0;
  z-index:10;
}

.img_logo_hover{
  position:absolute;
  top:0;
  left:0;
}

#header_right{
	width:716px;
	height:120px;
	float:right;
	text-align:right;
}

#header_contact{
	width:716px;
	height:85px;
	float:right;
}

#header_contact p{
	margin:8px 20px 0 0;
}

#header_contact ul{
	list-style-type:none;
	float:right;
	margin-right:20px;
}

#header_contact ul li{
	float:left;
	padding-left:10px;
}

a.facebook{
	width:30px;
	height:30px;
	background:url(../images/facebook.png) no-repeat;	
	display:block;	
}

a.facebook:hover{
	background:url(../images/facebook_hover.png) no-repeat;	
}

a.mail{
	width:30px;
	height:30px;
	background:url(../images/mail.png) no-repeat;	
	display:block;	
}

a.mail:hover{
	background:url(../images/mail_hover.png) no-repeat;	
}

/* NAVIGATION
------------------------------------------------------------------------------------------------------*/

nav{
	width:716px;
	height:35px;
	float:right;
	font-size:20px;
	font-family:MavenPro-Medium;
}

nav ul{
	list-style-type:none;
	float:right;
	margin:10px 20px 0 0;
}

nav ul li{
	display:inline;
	padding-left:25px;
}

nav a:link, nav a:visited{
	color:#333;
}

nav a:hover, nav a.active{
	color:#2C9ED4;
}

/* SLIDESHOW
------------------------------------------------------------------------------------------------------*/

#banner{
	height:424px;
	margin-top:20px;
}

#slideshow{
	width:940px;
	height:424px;
	margin:0 auto;
}

/* ENCART
------------------------------------------------------------------------------------------------------*/

#wrap_encart{
	height:250px;
	margin-top:20px;
}

#encart{
	width:940px;
	height:250px;
	margin:0 auto;
}

.box{
	width:300px;
	height:250px;
	float:left;
	background:url(../images/box.png) no-repeat;
	margin-left:20px;
}

.box:first-child{
	margin-left:0;
}

.content_box{
	width:248px;
	height:198px;
	margin:20px 0 0 20px;
	position:relative;
}

.content_box ul, .box_bottom ul{
	list-style-image:url(../images/puce.png);
	font-size:13px;
	color:#666;
	margin-left:20px;
}

.content_box ul li, .box_bottom ul li{
	margin-bottom:12px;
}

.content_box ul li:last-child{
	margin-bottom:0;
}

.btn_plus{
	position:absolute;
	bottom:0;
	left:0;
}

a.plus{
	width:110px;
	height:30px;
	background:url(../images/plus.png) no-repeat;	
	display:block;	
}

a.plus:hover{
	background:url(../images/plus_hover.png) no-repeat;	
}

/* CONTENT
------------------------------------------------------------------------------------------------------*/

#ligne{
	width:940px;
	height:1px;
	background-color:#e5e5e5;
	margin:20px auto;
}

#contenu{
	width:940px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	text-align:justify;
}

#contenu ul{
	list-style-image:url(../images/puce.png);
	margin:20px 0 20px 20px;
}

#contenu ul li{
	margin-bottom:12px;
}

#contenu2{
	width:940px;
	min-height:440px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	text-align:justify;
}

#contenu h1{
	font-family:MavenPro-Medium;
	font-size:22px;
	color:#333;
	font-weight:normal;
	margin-bottom:20px;
}

/* GALERIE
------------------------------------------------------------------------------------------------------*/

.galerie{
	width:940px;
	height:140px;
	margin-top:20px;
}

.miniature{
	width:220px;
	height:140px;
	float:left;
	margin-left:20px;
}

.miniature:first-child{
	margin-left:0;
}

.miniature img{
	opacity:0.9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.miniature img:hover{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* CONTACT
------------------------------------------------------------------------------------------------------*/

#contact_left{
	width:340px;
	min-height:400px;
	float:left;
}

#contact_right{
	width:600px;
	min-height:400px;
	
	float:right;
}

label{
	font-size:14px;	
}

input[type=text]{
    width:598px;
  	height:30px;
  	border:1px solid #e5e5e5;
  	background:none;
  	color:#3F3F3F;
  	font-size:14px;
}

textarea{
  	width:598px;
	min-width:598px;
	max-width:598px;
  	height:150px;
	min-height:150px;
	max-height:150px;
  	border:1px solid #e5e5e5;
  	background:none;
  	color:#3F3F3F;
  	font-size:14px;
}

input[type=submit]{
  	width:110px;
  	height:30px;
  	border:none;
  	cursor:pointer;
  	background:url(../images/send.png) no-repeat;	
	color:#fff;
	font-size:16px;
}

input[type=submit]:hover{
  	background:url(../images/send_hover.png) no-repeat;	
}

/* BOTTOM
------------------------------------------------------------------------------------------------------*/

#bottom{
	width:100%;
	height:360px;
	background:url(../images/bottom.jpg) repeat;
	border-top:1px solid #e2e2e2;
	clear:both;
}

#wrap_bottom{
	width:980px;
	height:340px;
	margin:0 auto;
}

#wrap_content_bottom{
	width:980px;
	height:300px;
	background:url(../images/content_bottom.png) repeat;
	padding-top:20px;
}

#content_bottom{
	width:940px;
	height:300px;
	margin:0 auto;
}

.box_bottom{
	width:450px;
	height:300px;
	float:left;
	margin-left:20px;
	font-size:13px;
	color:#666;
	text-align:justify;
}

.box_bottom:first-child{
	margin-left:0;
}

.box_bottom a{
	font-weight:bold;
	color:#333;
}

.box_bottom a:hover{
	color:#2C9ED4;
}

.logo_partenaire{
	width:170px;
	height:98px;
	margin:0 auto;
}

.logo_partenaire2{
	width:170px;
	height:50px;
	margin:0 auto;
}

#down_bottom{
	width:980px;
	height:20px;
	background:url(../images/down_bottom.png) no-repeat;
}

/* FOOTER
------------------------------------------------------------------------------------------------------*/

footer{
	width:100%;
	height:75px;
	background:url(../images/footer.jpg) repeat;
	clear:both;
}

#wrap_footer{
	width:980px;
	height:75px;
	line-height:75px;
	margin:0 auto;
}

#footer_left{
	width:490px;
	height:75px;
	float:left;
	font-size:13px;
}

#footer_left ul{
	list-style-type:none;
}

#footer_left ul li{
	display:inline;
	padding-right:20px;
}

#footer_left a{
	color:#737373;
}

#footer_left a:hover, #footer_left a.actif{
	color:#fff;
}

#footer_right{
	width:490px;
	height:75px;
	float:right;
	text-align:right;
	color:#fff;
	font-size:13px;
	
}

#footer_right p{
	margin-right:40px;
}

#footer_right a{
	color:#737373;
}

#footer_right a:hover{
	color:#2C9ED4;
}