@font-face {
    font-family: 'belleroselight';
    src: url('../font/bellerose-webfont.eot');
    src: url('../font/bellerose-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/bellerose-webfont.woff') format('woff'),
         url('../font/bellerose-webfont.ttf') format('truetype'),
         url('../font/bellerose-webfont.svg#belleroselight') format('svg');
    font-weight: normal;
    font-style: normal;

}

/****** RESET CSS ******/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {line-height:1;}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;}
nav ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,q:before, q:after {content:''; content:none;}
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none;}
/* change colours to suit your needs */
mark {background-color:#ff9;color:#000; font-style:italic;font-weight:bold;}
del {text-decoration: line-through;}
abbr[title], dfn[title] { border-bottom:1px dotted;cursor:help}
table { border-collapse:collapse;border-spacing:0;}
/* change border colour to suit your needs */
hr {display:block;height:1px; border:0;   border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select {vertical-align:middle;}
/********************************************************** GENERAL ***/
.clear_both {clear:both;}
a {margin:0;padding:0;font-size:100%; vertical-align:baseline;background:transparent;text-decoration: none;color:#4E7192;}
a:hover {text-decoration: underline;}
body {
	font-size:13px;
	font-weight:normal;
	font-family: "Arial", sans-serif;
	color:#fff;
	background:#3f3f3f;
	text-align:justify;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	overflow:auto;
}
h1 {
    color: #FFF;
    margin: 50px 0 30px;
	font-size: 33px;
	font-family: 'belleroselight';
}
#h1-accueil {
    color: #FFF;
    margin: 10px 0;
	font-size: 36px;
	font-family: 'belleroselight';
}

#sous-h1 {
    display: block;
    font-size: 27px;
    margin: 0 0 30px;
    padding-left: 140px;
}

h2{ 
    color: #FFF;
    margin: 10px 0;
	font-size: 24px;
	font-family: 'belleroselight';
}

section#colonne_centre div#container_actualite_listing div.detail_actu h2{
	margin-top: 40px;
}


/* img lightbox */
.imgRight {
	float:right;
	margin:0 0 10px 10px;
	border:none;
}
.imgLeft {
	float:left;
	border:none;
}

.imgCenter {
	border:none;
	margin:0 auto;
}


#container {
	width:100%;
	position:relative;
	
}
/********************************************************** HEADER ***/
header {
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

header section {
	position:relative;
	width:960px;
	margin: 0 auto;
	height:200px; /*Hauteur a supprimer si utilisation du bx responsive*/
	z-index:9
}
#langue{ position: absolute; top: 160px; left: 0; display: block}

/* Logo */
#div-logo{
	width:100%;
	position:relative;
	margin:0 auto;
	display:block;
}

#logo {
	display:block;
	position:absolute;
	left: 0;
	top: 30px;
    background:url(../gifs/logo.png) no-repeat center;	
	background-color: rgba(255,255,255,0.5);
	background-color:#fff \9;	
	width: 100%;
	height: 140px;
	text-indent:-999999px;
	z-index:10;
	border-bottom:1px solid #fff;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
.baseline {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index:1;
	text-indent:-999999px;
}
#logo:hover{
	top:35px;

}
/* Contact Header */

#contact_header {
    background: url("../gifs/trait-num.png") no-repeat scroll center center transparent;
    color: #FFFFFF;
    display: block;
    font-family: 'belleroselight';
    font-size: 46px;
    height: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 380px;
    width: 960px;
    z-index: 1;
	-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	
}
#contact_header:hover{
	text-decoration: none;
	opacity:0.6;

}
/* Top bar */
header nav#top_bar {
	background:#4e7192;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	z-index:11;
	border-bottom:1px solid #fff;
}

header nav#top_bar ul {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 960px;
}
header nav#top_bar ul li {
	display: inline-block;
	position: relative;
	height: 35px;
	background:url(../gifs/puce-topbar.png) no-repeat center right;
}
header nav#top_bar ul li+li+li+li+li+li+li {
	background:none;
}

header nav#top_bar ul li a {
    color: #FFFFFF;
    display: block;
    margin: 0 15px;
    padding: 11px 15px;
}
header nav#top_bar ul li a:hover,header nav#top_bar ul li a.selected {
	background:#3f3f3f;
	color:#fff;
	text-decoration:none;
}
header nav#top_bar .dropdown{
	position: absolute;
	background: orange;
	width: 210px !important}
header nav#top_bar .dropdown li{
	float: none !important}

/*********** BX SLIDER *****/
.bx-wrapper {
	position:  absolute;
	top: 0;
	left: 0;
	margin:0;
	padding: 0;
	width:100%;
	z-index:2;
	*zoom: 1;
}
.bx-wrapper img {
	width: 100%;
	display: block;
}
.bx-wrapper .bxslider li{
	width: 100%}
.bx-wrapper .bx-viewport {
	background: #fff;
}
.bx-viewport{z-index:-1}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(../gifs/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

header div.bx-wrapper div div div.bx-pager-item a{
    background:url(../gifs/vignette-menu1.png) no-repeat;
    border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
    text-indent: 300px;
    width: 73px;
}
header div.bx-wrapper div.bx-pager div.bx-pager-item{width:auto !important}
header div.bx-wrapper div.bx-pager div.bx-pager-item{margin-left:210px}
header div.bx-wrapper div.bx-pager div.bx-pager-item+div.bx-pager-item{margin-left:175px}
header div.bx-wrapper div.bx-pager div.bx-pager-item+div.bx-pager-item+div.bx-pager-item{margin-left:145px}
header div.bx-wrapper div div div+div.bx-pager-item a{
    background:url(../gifs/vignette-menu2.png) no-repeat;
    border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    overflow: hidden;
    text-indent: 300px;
    width: 73px;
	margin:0 auto;
}
header div.bx-wrapper div div div+div+div.bx-pager-item a{
    background:url(../gifs/vignette-menu3.png) no-repeat;
    border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    overflow: hidden;
    text-indent: 300px;
    width: 73px;
	margin:0 auto;
}
header div.bx-wrapper div div div.bx-pager-item a:hover, header div.bx-wrapper div div div.bx-pager-item a.active {
    background:url(../gifs/vignette-menu1-hover.png) no-repeat;
	margin:0 auto;

}
header div.bx-wrapper div div div+div.bx-pager-item a:hover, header div.bx-wrapper div div div+div.bx-pager-item a.active{
    background:url(../gifs/vignette-menu2-hover.png) no-repeat;
	margin:0 auto;

}
header div.bx-wrapper div div div+div+div.bx-pager-item a:hover, header div.bx-wrapper div div div+div+div.bx-pager-item a.active{
    background:url(../gifs/vignette-menu3-hover.png) no-repeat;
	margin:0 auto;

}

header div.bx-wrapper div.bx-controls{
	width:100%;
	margin:0 auto;
	float:left;
}
header div.bx-wrapper div.bx-pager{
	width:960px;
	margin:0 auto;
}
header div.bx-wrapper div.bx-pager div.bx-pager-item{
	width:31%;
	float:left;
	margin-top:-60px;
	text-align:center
}
	
/****** NIVO SLIDER ***/	
.slider-wrapper{ 
	display: block; 
	position: absolute; 
	top: 35px; 
	left: 0; 
	width:100%
}
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}


.nivo-controlNav {
    bottom: 50px;
    display: block;
    margin: -10px auto 0;
    padding: 0;
    position: relative;
    text-align: center;
    z-index: 20;
}


.nivo-controlNav a {
    background:url(../gifs/vignette-menu1.png) no-repeat;
    border-radius: 50% 50% 50% 50%;
		-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    height: 72px;
    margin: 0 70px 0 90px;
    overflow: hidden;
    text-indent: 300px;
    width: 73px;

}

.nivo-controlNav a+a {
    background:url(../gifs/vignette-menu2.png) no-repeat;
}

.nivo-controlNav a+a+a {
    background:url(../gifs/vignette-menu3.png) no-repeat;
}


.nivo-controlNav a.active ,.nivo-controlNav a:hover{
	background: url(../gifs/vignette-menu1-hover.png) no-repeat;
}
.nivo-controlNav a+a.active ,.nivo-controlNav a+a:hover{
	background: url(../gifs/vignette-menu2-hover.png) no-repeat;
}
.nivo-controlNav a+a+a.active ,.nivo-controlNav a+a+a:hover{
	background: url(../gifs/vignette-menu3-hover.png) no-repeat;
}

/*** MENU H ***/
header nav#menu_h{
	position: absolute;
	left: 0;
	z-index: 2;
	width: 100%;
	background:#4e7192;
	}
header nav#menu_h ul.tabs{
	position: relative;
	display: block;
	width: 960px;
	margin:0 auto;
	}
header nav#menu_h ul.tabs li{
	position: relative;
	display: block;
	width: 256px;
	height: 50px;
	display:inline-block;
	margin-left:125px;
	}
	
header nav#menu_h ul.tabs li+li{
	width: 210px !important;
	margin-left:10px;
	}	
		
header nav#menu_h ul li a{
	display: block;
	color: #fff;
	text-align: center;
	line-height:50px;
	font-size:23px;
	padding:0 5px;
	font-family: 'belleroselight';
	text-decoration:none;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	
header nav#menu_h ul li a:hover, header nav#menu_h ul li a.selected{
	text-decoration:none;
	background:#3f3f3f;
	}	

header nav#menu_h ul li+li+li a:hover, header nav#menu_h ul li+li+li a.selected{
	text-decoration:none;
	background:#3f3f3f url(../gifs/fleche-menu.png) no-repeat center bottom;
	}

header nav#menu_h .dropdown{
	position: absolute;
	left: 0;
	background: #4E7192;
	width: 100%;
	}

header nav#menu_h .tabs li .dropdown li {
    float: none;
    height: 35px;
    margin-left: 0 !important;
    padding: 5px 0 0;
    width: 210px !important;
}

.menu-deroulant{
	background:url(../gifs/fleche-menu.png) no-repeat center bottom;
}

header nav#menu_h .tabs li .dropdown li a{
	text-align: left;
	padding: 0px 5px;	
	font-size:18px;
	line-height:30px !important;
	}
header nav#menu_h .tabs li .dropdown li a:hover, header nav#menu_h .tabs li .dropdown li a.selected{
	text-decoration:underline;
	background:none;
	}
	

#menu-picto1 {
    background: url("../gifs/vignette-menu1.png") no-repeat scroll 0 0 transparent;
    bottom: -319px;
    display: block;
    height: 73px;
    left: 315px;
    position: absolute;
    width: 73px;
    z-index: 31;
}
#menu-picto2 {
    background: url("../gifs/vignette-menu2.png") no-repeat scroll 0 0 transparent;
    bottom: -319px;
    display: block;
    height: 73px;
    left: 557px;
    position: absolute;
    width: 73px;
    z-index: 31;
}
#menu-picto3 {
    background: url("../gifs/vignette-menu3.png") no-repeat scroll 0 0 transparent;
    bottom: -319px;
    display: block;
    height: 73px;
    left: 775px;
    position: absolute;
    width: 73px;
    z-index: 31;
}


	
/********************************************************** CONTENT ***/
#content {
	width:960px;
	position:relative;
	margin:0 auto;
	margin-top:360px;
}


/*/****************************** COLONNE GAUCHE ****/
#colonne_gauche {
	position: relative;
    float: left;
    width:254px;
	min-height: 300px; /* supprimer au montage */
	font-family:"Arial";
	margin-bottom:25px;
}

/****** Encart actualités *******/

article.encart_actu {
}
.titre_actu {
	font-family: 'belleroselight';
	color:#FFFFFF;
	background:#4e7192 url(../gifs/picto-actualites.jpg) no-repeat center left;
	padding-left:55px;
	font-size:30px;
	display:block;
	height:36px;
	line-height:36px;
	
}

section#colonne_centre div.container_actualite div#container_actualite_listing div.container_actualite div.colonne_journal div.bloc_listing_actu .titre_actu {
	line-height:18px;
	padding:10px 0 10px 10px;
	text-align:left;
	width:305px;
	margin-left:-10px;
	background: #4e7192;
}

article.encart_actu div#encart_actualite ul li{
	list-style-type:none;
}


article.encart_actu div#encart_actualite ul li p a.lien_encart_actu {
    color: #FFFFFF;
    display: block;
    font-size: 17px !important;
    margin: 10px 0;
    text-decoration: none;
}

article.encart_actu div#encart_actualite ul li p a.lien_encart_actu:hover {
    text-decoration: underline;
}

article.encart_actu p {
	font-size:13px;
}
article.encart_actu p a img {
}

article.encart_actu .bouton {
    padding: 8px 20px 8px 0;
    text-align: right;
    width: 92%;
	background:#4e7192 url(../gifs/fleche-bouton.png) no-repeat center right;
	font-family: 'belleroselight';
	font-size:17px;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}
article.encart_actu .bouton:hover {
	text-decoration:none;
	background:#333333 url(../gifs/fleche-bouton.png) no-repeat center left;
}
/**** Encart plan ******/
.encart_plan {
	margin-top:90px;
}
.encart_plan img {
}
.titre_plan {
	font-family: 'belleroselight';
	color:#FFFFFF;
	background:#4e7192 url(../gifs/picto-plan.jpg) no-repeat center left;
	padding-left:55px;
	font-size:30px;
	display:block;
	height:36px;
	line-height:36px;
	margin-bottom:1px;
}
.encart_plan p {
}

a.lien-plan{
	display:block;
	width:254px;
	background:url(../gifs/fond-plan.jpg) no-repeat;
	height: 71px;
			-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
}


a.lien-plan span {
    color: #3F3F3F;
    display: block;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 0 0 15px;

}

a.lien-plan:hover {
	text-decoration:none;
	opacity: 0.8;
}

/* COLONNE CENTRE */
#colonne_centre {
	position:relative;
	float:right;
	width:655px;
	margin-bottom:25px;
}
#colonne_centre p {
	margin-bottom:20px;
	line-height:18px;
	text-align:justify;
}
/* liste colonne centre */
#colonne_centre ul {
	margin:10px 0
}
#colonne_centre ul li {
	margin-left:30px;
	list-style-image:url(../gifs/puce-relance.png);
	line-height:20px;
}

/**** ARTICLES PRESSE **/
#all-articles{
	width:100%;
	display:block;
}

.article-presse{
	display:block;
	width:50%;
	float:left;
	text-align:center;
	margin-bottom:40px;
}

/*************** LISTING  DETAIL *******/

/************** Listing *************/
.element_listing{display: block;height: 178px;width: 179px;float: left;margin:0;}

.list_produit {
    display: block;
    float: left;
    height: 178px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 179px;
    z-index: 11;
}



.list_produit .list_img {
	display: block;
	position: absolute;
	left:0;
	z-index:1;
}

.list_produit .list_titre {
    background: none repeat scroll 0 0 #4E7192;
    color: #FFFFFF;
    display: block;
    font-family: 'belleroselight';
    font-size: 17px;
    height: auto;
    left: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    /*top: 0;*/
	top:-54px;
	display:block;
    width: 180px;
    z-index: 1;
}
/*.list_produit .list_contenu {
	color: #6F6F6F;
	display: block;
	font-size: 10px;
	line-height: 12px;
	margin-top: 148px;
}*/
.list_produit .list_lien {
	color: #FFFFFF;
	width: 180px;
    background: none repeat scroll 0 0 #4E7192;
    color: #FFFFFF;
    display: block;
    font-family: 'belleroselight';
    font-size: 17px;
    height: auto;
    left: 0;
	display:block;
/*	bottom:0;*/
	bottom:-37px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
	z-index:22;
}
.list_produit:hover {text-decoration:none;}
.list_produit:hover .list_lien {text-decoration:none;}



.paginationControl {
    background: none repeat scroll 0 0 #4E7192;
    clear: both;
    float: left;
    font-size: 11px;
    padding: 10px 5px;
    text-align: right;
    width: 87.1%;
}
div.paginationControl a {text-decoration:none; color:#FFFFFF; font-weight:bold;}
div.paginationControl a:hover, div.paginationControl a.active, div.paginationControl a.selected {text-decoration:underline;}


#bloc-listing {
    display: block;
    margin-left: 50px;
    margin-top: 60px;
}

/********* Details *************/


section#colonne_centre div.listing_global .titre-relance {
    border-top: 1px solid #4E7192;
    display: block;
    float: left;
    font-family: 'belleroselight';
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    width: 100%;
}

.det_img {
    float: left;
    position: relative;
    width: 340px;
	margin-top:120px
}
.det_contenu {
    float: right;
    height: auto;
    position: relative;
    width: 300px;
}

.det_lien {
    background: none repeat scroll 0 0 #4E7192;
    color: #FFFFFF;
    display: block;
    float: left;
    font-weight: bold;
    padding: 8px;
    text-align: left;
    text-decoration: none;
    width: 83.5%;
	font-family: 'belleroselight';
	font-size:16px;
}


section#colonne_centre .listing_global {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.h1-detail{
	margin-left:-355px;

}

.bouton-detail {
	float:right;
	display:block;
	color:#fff;
	background:#4e7192;
	padding:10px;
	margin: 20px 0 30px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	clear:both;
}
.bouton-detail:hover {
	text-decoration:none;
	background:#333333;
}

/* Bouton */
.bouton {
	float:right;
	display:block;
	color:#fff;
	background:#4e7192;
	padding:10px;
	margin: 20px 0 30px 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	clear:both;
}
.bouton:hover {
	text-decoration:none;
	background:#333333;
}
/* Fil d'ariane */
#fil_ariane {
    left: 0;
    position: absolute;
    top: 5px;
	z-index:1;
	font-size:10px
}
#fil_ariane div{ display :inline; }
#fil_ariane a {
	text-decoration:none;
	color:#4E7192
}
#fil_ariane a:hover{
	text-decoration:underline;
}
#fil_ariane strong{}
/* Relance */

#relance {
    display: block;
    float: left;
    margin: 20px 0 50px;
    position: relative;
    width: 100%;
}
#relance .titre-relance {
    border-top: 1px solid #4E7192;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
	font-family: 'belleroselight';
}
#relance li {
	width: 45%;
	float:left
}
#relance a {
	display: block;
	color:#FFFFFF;
	text-decoration:none;
}
#relance a:hover {
	text-decoration:underline;
}

/**** DEVIS ****/
form#formulaire_3 div#field_8{
	border-top: 1px solid #4C4C4C;
	border-bottom: 1px solid #4C4C4C;
	padding: 10px 0;	
}

form#formulaire_3 div#field_12{
	border-bottom: 1px solid #4C4C4C;
	padding: 10px 0;	
}

form#formulaire_3 div#field_14{
	border-bottom: 1px solid #4C4C4C;
	padding: 10px 0;	
}

form#formulaire_3 p.submit{
	margin:10px 0;
}

form#formulaire_3 p.submit input#field_7{
	background:#4E7192;
	color:#fff;
	border:none;
	padding:3px;
}
form#formulaire_3 p.submit input#field_7:hover{
	background:#333333;
	cursor:pointer;
}

form#formulaire_3 div#field_12 p label.required span.required{
	color:#4E7192;
}

/******** Formulaire ********/
div.divGenerateur ul li label.noFloatingLabel input#field_15-je-souhaite-recevoir-la-lettre-d-information {
    width: 25px;
}

section#colonne_centre div#formulaire_contact p a{
	color:#4E7192;
	text-decoration:none;
}

section#colonne_centre div#formulaire_contact p a:hover{
	color:#4E7192;
	text-decoration:underline !important;
}

form#formulaire_4 div#field_18 p input#field_21 {
    margin-left: 174px;
    margin-top: 5px;
    width: 29.8% !important;
}

#carte, #formulaire_contact {
	width:100%;
	position:relative;
	float:left;
}
#gmap_link {
	display: block; float: right;
}
#gmap_link:hover {
}


#coordonnees {
    border-top: 1px solid #FFFFFF;
    float: right;
    margin-top: 20px;
    padding-top: 10px;
    width: 100%;
}
#coordonnees p {
	text-align:left;
}
#formulaire_1 {
	float:left
}
legend {
	font-size: 16px;
	font-weight:normal !important;
	padding-right:10px;
	color: #50504E;
	position: relative; 
	left: 0;
}
#formulaire_contact label{
	display:block !important; 
	font-size: 10px;
	text-align: right !important;
	width:165px !important
}
#formulaire_contact input {
	border: solid 1px #999;
	width: 300px;
	height: 20px !important; 
	text-indent: 5px;
}
#formulaire_contact textarea {
	border: solid 1px #999;
	width:400px;
}
#formulaire_contact textarea:hover, #formulaire_contact input:hover {
	border:1px solid #000
}
#formulaire_contact p {
	width: 100%;
	padding:0 !important;
	position:relative;
}
#formulaire_1 #field_14 {
	width: 70px !important;
}
#formulaire_1 #field_3{
	width: 120px !important;
}
#formulaire_contact p.submit{ margin: 0 !important}

#formulaire_contact p.submit input {
    background: none repeat scroll 0 0 #4E7192;
    border: medium none !important;
    color: #FFFFFF !important;
    cursor: pointer;
    float: right;
    height: auto !important;
    padding: 2px 5px !important;
    text-indent: 0 !important;
    width: auto !important;
}
#formulaire_contact p.submit input:hover {
	background: #525252;
}
#formulaire_contact .form_erreur {
	border:1px solid #cc0000 !important;
	background:#ff5252 !important
}
form.generateur p.erreur, form.generateur div.divGenerateurErreur {
	border:none !important;
}
form.generateur p.erreur span.erreur, form.generateur div.divGenerateurErreur span.erreur {
	background:none !important;
	font-weight:normal !important;
	margin: 0 0 0 170px !important;
	padding: 0 0 5px 0 !important
}
span.validation {
	right: -20px;
    position: absolute;
    top: 5px;
}
form.generateur label.noFloatingLabel input {
	border:none !important;
}
form.generateur label.noFloatingLabel input:hover {
	border:none !important;
	background-color:transparent !important;
}
.divGenerateurRequired {
	display:none;
}
div.valide {
	background: none !important;
	color:#000 !important;
	padding: 0 !important;
	margin: 0 !important;
	font-weight: normal !important
}
/********************************************************** FOOTER ***/
footer {
	width: 100%;
	display: block;
	position: relative;
	z-index:1;
	float:left;
	background:#a7a7a7;
	border-top:1px solid #fff;
}
footer section {
	margin: 20px auto 0;
	padding:10px;
	width:940px;
	overflow:hidden;
}

#footer-gauche{
	float:left;
}

footer section p {
	display:block;
	clear:both;
	font-size:13px;
	color:#3f3f3f;
	line-height:18px;
}


#footer-num {
    color: #FFFFFF;
    display: block;
    font-family: 'belleroselight';
    font-size: 18px;
    padding-top: 5px;
}

a#logo_footer {
    background: url("../gifs/logo-footer.jpg") no-repeat scroll 0 0 transparent;
    display: block;
    float: left;
    height: 63px;
    margin-right: 45px;
    margin-top: 0;
    width: 232px;
}
a#logo_footer:hover {
	-webkit-opacity:.8;
	-moz-opacity:.8;
	opacity:.8;
}
footer section ul {
	float:left;
	padding-left:4px;
	margin-top: 20px
}
footer section ul+ul{
	margin-left: 60px}
footer section ul li {
	list-style:none;
}
footer section ul li a {
	background:none !important;
	color:#3f3f3f;
	font-size:15px;
}
footer section ul li a:hover {
	color:#4E7192;
	text-decoration:none;
}
footer section ul li ul {
	border: 0;
    float: none;
    margin-top: 0;
    padding-left: 10px;
    width: auto;
}
footer section ul li ul li a {
	font-size:12px
}

.footer_ref{
	display: block;
	float: left;
	margin-top: 10px;
	text-align: center;
}


/* FANCYBOX : newsletter | conseiller a un ami */
#newsletter_iframe {height: 345px;margin: 0 !important;position: absolute;top: 0 !important; padding: 10px !important}
#ami_box_frame{ display: block;
height: 350px;
padding: 0 10px;
width: 93%;}

#newsletter_iframe p, #ami_box_frame p{display: block; float: left; width: 100%;}
#newsletter_iframe label,#ami_box_frame label{ text-align: left !important; margin-top: 20px; clear: both; display: block; width: 100%}
#newsletter_iframe #input_newsletter, #ami_box_frame input, #ami_box_frame textarea{
	width: 98%;
	height: 20px;
	clear: both;
	float:left;
	border: 1px solid #999}
#ami_box_frame textarea{ height: auto !important}
#submit_newsletter, #submit_ami {
	background: none repeat scroll 0 0 #4E7192;
	color: #FFF !important;
	border: none !important;
	width: auto !important;
	height: auto !important;
	float: right !important;
	font-size: 16px !important;
	text-indent: 0 !important;
	cursor:pointer;
	padding: 2px 5px !important;
	margin-top: 15px
}
#submit_newsletter:hover, #submit_ami:hover {
	background: #333333;
	color: #FFFFFF !important
}
div#ami_box_frame h1{
	font-size:28px
}
/********************************************************** REF ***/
.ref_close{
	position: fixed;
	right: -97.3%;
	bottom: 0;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 95.5%;
	-webkit-border-radius: 30px 0 0 0 / 30px 0 0 0;
	-moz-border-radius : 90px 0 0 0 / 90px 0 0 0;
	-ms-border-radius: 30px 0 0 0 / 30px 0 0 0;
	border-radius : 90px 0 0 0 / 90px 0 0 0;
	cursor: pointer;
	background-color: orange;
	padding: 4px 2% 4px 2.5%;
	min-height: 28px;
	z-index:1
}
.ref_close .plus_ref{
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 6px;
	background: url(../gifs/plus_ref.png) no-repeat;
	bottom: 3px;
	-webkit-transition: background 300ms ease;
	-moz-transition: background 300ms ease;
	-ms-transition: background 300ms ease;
	-o-transition: background 300ms ease;
	transition: background 300ms ease;}

.rotate_plus{
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contenu_ref{
	position: relative;
	float:right;
	display: block;
	width: 98%;
}