/* [General styles] */

@import url(https://fonts.googleapis.com/css?family=Righteous);
/*@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Pontano+Sans);*/
@import url(https://fonts.googleapis.com/css?family=Gudea);


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #302C2D;
	background-color:#f3f3f3;
	margin:0;
	padding:0;
	behavior:url("/stylesheets/csshover3.htc");
}

img, div { behavior: url("/scripts/iepngfix.htc") }

h1, h2, h3 {
	padding-top: 4px;
	padding-bottom: 6px;
}

h1{
	color: #00a651;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'Righteous', sans-serif;
	font-weight: 400;
}

h2{
	color: #00a651;
	font-weight: 400;
	font-size: 25px;
	font-family: 'Gudea', sans-serif;
}

h3 {
	font-size: 18px;
	/*font-family: 'Abel', sans-serif;
	font-family: 'Pontano Sans', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	letter-spacing:-1px;
}

h4 {
	color:#00a651;
	font-size: 21px;
	/*font-family: 'Abel', sans-serif;
	font-family: 'Pontano Sans', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	letter-spacing:-1px;
}

p {
	padding-top: 2px;
	padding-bottom: 6px;
	/*font-family: 'Abel', sans-serif;
	font-family: 'Pontano Sans', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	color:#000;
}

a {
	color: #003399;
	text-decoration: none;
}

a:hover {
	color: #003399;
	text-decoration: underline;
}

textarea {
	overflow: auto;
}

hr {
	height: 1px;
	width: 100%;
	border: none;
	background-color: #302C2D;
	color: #302C2D;
}

ul {
	list-style: disc;
	list-style-image:url(../images/bullet.gif);
}

ul li {
	margin-left: 20px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-family: 'Gudea', sans-serif;
	font-size:14px;
	color:#000;
}

.cb {
	clear: both;
}

/* [Error messages] */
.msg_info, .msg_success, .msg_warning, .msg_erreur {
    border: 1px solid;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 0 5px #888;
    -webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
    width: auto !important;
	margin: 0px 0px 10px 0px !important;
    padding: 15px 10px 15px 50px !important;
    background-repeat: no-repeat;
    background-position: 10px 5px;
	text-align:left;
}

.msg_info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('/images/messageBox/info.png');
}
.msg_success {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('/images/messageBox/success.png');
}
.msg_warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/images/messageBox/warning.png');
}
.msg_erreur {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('/images/messageBox/error.png');
}

.erreur_loc {
	color: #CC0000;
	font-size: 11px;
	font-style: italic;
	/*display: block;*/
}

/* [Autodatatable] */
.autodatatableLight td {
	padding: 5px;
	font-size: 11px;
}

.autodatatable {
	border: 1px solid #000000;
	color: #3e3e3e;
}

.autodatatable th {
	font-size: 11px;
	border-bottom: 1px solid #000000;
	background-color: #e3e3e3;
	padding: 5px;
	padding-right: 15px;
	text-align: left;
}

.autodatatable tr:hover td {
	background-color: #dbe8ec;
}

.autodatatable td {
	padding: 5px;
	padding-right: 15px;
	font-size: 11px;
	text-align: left;
}

.autodatatable .row1 td {
	background-color: #f1f1f1;
}

.autodatatable .row2 td {
	background-color: #fff;
}

/* [Admin styles] */

.adminContent h2 {
	font-size: 18px !important;
}

.blockIcon {
	float: left;
	width: 60px;
	margin-right: 10px;
}

.blockContent {
	float: left;
	width:220px;
}

.adminBlock {
	min-height:100px;
	height:auto !important;
	height:100px;
}

#adminNavBar {
	list-style: none;
	margin: 0px;
	padding: 0px;
	padding-top: 6px;
	padding-bottom: 12px;
}

#adminNavBar li {
	display: inline;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}

.specialButton {
	display: block;
	border: 1px solid #003;
	background: #03C;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	float: left;
}

.specialButton:hover {
	color: #FFF;
	text-decoration: none;
	background: #03F;
}

.specialButtonSubmit {
	position: absolute;
	left: -9999px;
}

#top_menu {
	position:absolute;
	top:-30px;
	left:580px;
	width:350px;
}

#top_menu ul{
	float:right;
	clear:both;
	list-style:none;
	margin-top:50px;
}

.ie6 #top_menu ul {
	margin-right: 50px;
}

#top_menu ul li{
	display:inline;
	margin-left:0;
	height:37px;
}

#top_menu ul li a{
	/*font-family: 'Abel', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	font-size:13px;
	color:#000;
}

#menu {
	position:absolute;
	background-image:url(../images/bg_menu.gif);
	background-repeat:repeat-x;
	width:969px;
	height:73px;
	margin-top:200px;
}

div#menu ul.lvl1 {
	padding-top:25px;
	padding-left:15px;
}

div#menu ul.lvl1 img {
	position:absolute;
	margin-top:0px;
	z-index:9999;
}

div#menu ul li {
	margin: 0;
	position: relative;
	display:block;
	float:left;
	/*border:#f00 solid 1px;*/
}

div#menu ul li.separateur_menu {
	background-image:url(../images/separateur.gif);
	background-repeat:no-repeat;
	width:1px;
	height:73px;
	margin:0;
	padding:0;
}

div#menu ul.lvl1 li a{
	padding-top:22px;
	padding-bottom:32px;
	padding-left:25px;
	padding-right:25px;
/*	border:#f00 solid 1px;
*/}

div#menu ul.m-en li a {
	padding-left:40px !important;
	padding-right:40px !important;	
}

.ie6 div#menu ul.m-en li a {
	padding-left:20px !important;
	padding-right:20px !important;	
}

div#menu ul.lvl1 li a:hover {
	padding-top:22px;
	padding-bottom:32px;
	padding-left:25px;
	padding-right:25px;	
}

div#menu ul.m-en li a:hover {
	padding-left:40px !important;
	padding-right:40px !important;	
}

.ie6 div#menu ul.m-en li a:hover {
	padding-left:20px !important;
	padding-right:20px !important;	
}

.ie div#menu ul.lvl1 > li > a {
	padding-left:25px;
	padding-right:25px;	
}

.ie div#menu ul.lvl1 > li > a:hover {
	padding-top:23px;
	padding-bottom:34px;
	padding-left:25px;
	padding-right:25px;	
}


div#menu ul.lvl1 li.dd1:hover > a {
	background-color:#41cb4d;
}

div#menu ul.lvl2 li#en-1:hover > a {
	background-color:#41cb4d;
}

div#menu ul.lvl2 li#en-2:hover > a {
	background-color:#41cb4d;
}


div#menu ul li a {
	font-family: 'Gudea', sans-serif;
	font-size: 14px;
	color:#FFF;
	margin: 0;
	position: relative;
	text-transform:uppercase;
	font-weight:bold;
}

.ie7 div#menu ul li a {
	font-size:14px;	
}

.ie8 div#menu ul li a {
	font-size:14px;	
}

div#menu ul li.dd {
	margin-top:-40px;
}

div#menu ul li.dd a {
	/*padding: 20px 31px 17px 20px;*/
}

div#menu ul li a span {
	display: block;
	width: 7px;
	height: 7px;
	position: absolute;
	top: 23px;
	right: 21px;
}


div#menu ul li:hover a span {
	
}

div#menu ul li.dd:hover a {
	color: white;
	background: #12aecb;
}

div#menu ul li a:hover {
	text-decoration: none;
	background-color:#41cb4d;
}

div#menu ul.lvl2 li {
	display: block;
	padding: 6px 0 8px 0px;
	width:100%;
	/*width:180px;*/
}

div#menu ul.lvl3 li {
	display: block;
	padding: 0px 0 12px 4px;
	/*width:180px;*/
}

div#menu ul.lvl1 li ul.lvl2 > li > a {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	color:#FFF;
}

div#menu ul.lvl1 li ul.lvl2 > li > a:hover {
	background-color:#41cb4d;
	color:#FFF;
}



/******************* GROSSEUR DU PADDING POUR LE SOUS-MENU *****************************/
div#menu ul.lvl1 li ul.lvl2 li#en-1 > a {
	padding-right:20px;
/*	border:#f00 solid 1px;
*/}

.ie6 div#menu ul.lvl1 li ul.lvl2 li#en-1 > a {
	padding-right:20px;
	background:none;
/*	border:#f00 solid 1px;
*/}


div#menu ul.lvl1 li ul.lvl2 li#en-1 > a:hover {
	/*padding-right:20px;*/
}
.ie6 div#menu ul.lvl1 li ul.lvl2 li#en-1 > a:hover {
	background:none;
	padding-right:20px;
	padding-left:0;
	margin-left:0;
}

div#menu ul.lvl1 li ul.lvl2 li#en-2 > a {
	padding-right:20px;
/*	border:#f00 solid 1px;
*/}
.ie6 div#menu ul.lvl1 li ul.lvl2 li#en-2 > a {
	background:none;
	padding-right:20px;
/*	border:#f00 solid 1px;
*/}


div#menu ul.lvl1 li ul.lvl2 li#en-2 > a:hover {
	/*padding-right:20px;*/
}

.ie6 div#menu ul.lvl1 li ul.lvl2 li#en-2 > a:hover {
	background:none;
	padding-left:0;
	margin-left:0;
	padding-right:20px;
	border:#f00 solid 1px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-3 a {
	padding-right:144px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-3 a:hover {
	padding-right:144px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-4 a {
	padding-right:147px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-4 a:hover {
	padding-right:147px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-5 a {
	padding-right:202px;
}


div#menu ul.lvl1 li ul.lvl2 li#en-5 a:hover {
	padding-right:202px;
}



/***************************************************/

div#menu ul li.dd:hover a:hover {
	color: white;
}

ul.lvl2 li a.sub:hover {
	text-decoration: none;
	color: #db7d27;
}

div#menu ul.lvl2 {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 220px;
	list-style:none;
	background-color:#00a651;
	/*border:#1d9750 solid 1px;*/
	border-top:none;
	z-index:9999;
}
.ie6 div#menu ul.lvl2 {
	display: none;
	position: absolute;
	top: 48px;
	left: 0;
	width: 200px;
	list-style:none;
	background-color:#00a651;
	/*border:#1d9750 solid 1px;*/
	border-top:none;
	z-index:9999;
}

div#menu ul.lvl2 li.first {
	border-top: none;
}

div#menu ul.lvl2 li a {
	padding: 0;
}

div#menu ul.lvl2 li a:hover {

}

div#menu ul li:hover ul.lvl2 {
	display: block;
}
/********************LVL 3******************************/
ul.lvl3 li a.sub:hover {
	text-decoration: none;
}

div#menu ul.lvl2 li ul.lvl3 {
	display: none;
	position: absolute;
	top: -12px;
	left: 185px;;
	padding: 12px 19px 12px 19px;
	width: 210px !important;
}

div#menu ul.lvl3#dd-services {
	
}

div#menu ul.lvl3#dd-ressources {
	
}

div#menu ul.lvl3 li {
	display: list-item;
	/*padding: 6px 0 8px 0;*/
	background-color:#00A651;
	list-style:none;
	width:240px;
	padding-top:10px;
	padding-bottom:10px;
}

div#menu ul.lvl2 li {
	padding-top:10px;
	padding-bottom:10px;
}

div#menu ul.lvl2 li:hover {
	background-color:#41CB4D;
}

div#menu ul.lvl3 li:hover {
	background-color:#41CB4D;
}

div#menu ul.lvl3 li.li-1-1 {
	height:31px !important;
}

div#menu ul.lvl3 li.first {
	border-top: none;
	padding-top:10px;
}

div#menu ul.lvl3 li a {
	padding: 0;
	color:#FFF;
}

div#menu ul.lvl3 li a:hover {
	color:#FFF;
	padding:0;
	background-color:transparent !important;
}

div#menu ul.lvl2 li.bu1-2 ul.lvl3 li a {
	padding-right:30px;
}

div#menu ul.lvl3 a {
	padding-left:15px !important;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;	
	color:#FFF;
}

div#menu ul.lvl3 a:hover {
	padding-left:15px !important;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	color:#FFF;
}


div#menu ul li:hover ul.lvl3 {
	display: block;
}

ul.lvl2 ul 						{/* width: 220px; */visibility: hidden; position: absolute; top: 100%; left: 0; }
ul.lvl2 ul li 					{ /*font-weight: normal; background: #FFF; color: #000; border-bottom: 1px solid #ccc; */float:none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.lvl2 ul li a					{ border-right: none; width: 100%; display: inline-block; /*color:#006;*/} 

/* 
	LEVEL THREE
*/
ul.lvl2 ul ul 					{ /*left: 100%;*/ top: 0; }
ul.lvl2 li:hover > ul 			{ visibility: visible; }


/*** DIV SPÉCIAL ***/
div#menu ul.lvl2-1 {
	width:250px;
}

div#menu ul.lvl2-2 {
	width:200px;
}

#menu_locaux {
	background-image:url(../images/img_locaux.png);
	background-repeat:no-repeat;
	width:128px;
	height:105px;
	position:absolute;
	top:-32px;
	left:870px;
	z-index:5;
	cursor:pointer;
}

#menu_locaux_en {
	background-image:url(../images/img_locaux_en.png);
	background-repeat:no-repeat;
	width:128px;
	height:105px;
	position:absolute;
	top:-32px;
	left:870px;
	z-index:5;
	cursor:pointer;
}

/*#menu_locaux:hover, #menu_locaux_en:hover {
	background-position:0px -105px;
}*/

.ie #menu_locaux, .ie #menu_locaux_en {
	top:-35px;
	top:-31px !important;
}

.ie #menu_locaux:hover, .ie #menu_locaux_en:hover {
	background-position:0px -106px;
}

.ie #slider_wrap {
	z-index:1;
}

.link-1 {
	color:#373737;
	font-size:29px;
	font-family: 'Righteous', cursive;
}

.link-2 {
	color:#00a651;
	font-size:42px;
	font-family: 'Righteous', cursive;
}


#slidebg1 {
	background-image:url(../images/slider1/slide_bg1.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:447px;
	position:absolute;
	top:0;
	left:0
	z-index:1;
}

#slidebg2 {
	background-image:url(../images/slider2/slide_bg2.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:447px;
	position:absolute;
	top:0;
	left:0
	z-index:1;
}

#slidebg3 {
	background-image:url(../images/slider3/slide_bg3.jpg);
	background-repeat:no-repeat;
	width:969px;
	height:447px;
	position:absolute;
	top:0;
	left:0
	z-index:1;
}



#wrap_slid_elements {
	position:absolute;
	top:0;
	left:0;
}

#accueil_content {
	position:relative;
	margin:auto;
	width:969px;	
	min-height:405px;
	background-color:#FFF;
	border:#e3e3e3 1px solid;
	
}

#accueil_content_ins {
	position:relative;
	margin:auto;
	width:969px;	
	min-height:805px;
	height:auto !important;
	background-color:#FFF;
	border:#e3e3e3 1px solid;
}

#col_gauche {
	position:relative;
	float:left;
	width:647px;
	padding-left:34px;
	padding-top:27px;
}

#col_gauche p{
	line-height:20px;
}

#col_gauche ul {
	margin-left:15px;
}

.ie7 #col_gauche {
	width:650px;	
}

.ie8 #col_gauche {
	width:650px;	
}

#col_droit {
	position:relative;
	width:262px;
	float:left;
	margin-left:26px;
}

.ie7 #col_droit {
	margin-left:23px !important;
}

.ie8 #col_droit {
	margin-left:23px !important;
}	


#ins_btn_resi {
	background-image:url(../images/side_btn_reside.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:97px;
	cursor:pointer;
}

#ins_btn_resi_en {
	background-image:url(../images/side_btn_reside_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:97px;
	cursor:pointer;
}

#ins_btn_resi:hover, #ins_btn_resi_en:hover {
	background-position:0px -97px;
}

#ins_btn_comm {
	background-image:url(../images/side_btn_comm.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:97px;
	cursor:pointer;
}

#ins_btn_comm_en {
	background-image:url(../images/side_btn_comm_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:97px;
	cursor:pointer;
}

#ins_btn_comm:hover, #ins_btn_comm_en:hover {
	background-position:0px -97px;
}

#ins_btn_gouv {
	background-image:url(../images/side_btn_gouv.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:96px;
	cursor:pointer;
}

#ins_btn_gouv_en {
	background-image:url(../images/side_btn_gouv_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:96px;
	cursor:pointer;
}

#ins_btn_gouv:hover, #ins_btn_gouv_en:hover {
	background-position:0px -96px;
}


#ins_btn_soum {
	background-image:url(../images/side_btn_soumi.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:98px;
	cursor:pointer;
}

#ins_btn_soum_en {
	background-image:url(../images/side_btn_soumi_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:98px;
	cursor:pointer;
}

#ins_btn_soum:hover, #ins_btn_soum_en:hover {
	background-position:0px -98px;
}

#ins_btn_super{
	background-image:url(../images/side_banner_super.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:338px;
	cursor:pointer;
}

#ins_btn_super_en {
	background-image:url(../images/side_banner_super_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:338px;
	cursor:pointer;
}

#ins_btn_entrepot_ext {
	background-image:url(../images/side_btn_entrepot_ext.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:56px;
	cursor:pointer;
}

#ins_btn_entrepot_ext_en {
	background-image:url(../images/side_btn_entrepot_ext_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:56px;
	cursor:pointer;
}

#ins_btn_entrepot_ext:hover, #ins_btn_entrepot_ext_en:hover {
	background-position:0px -56px;
}

#ins_btn_entrepot_int {
	background-image:url(../images/side_btn_entrepot_int.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:56px;
	cursor:pointer;
}

#ins_btn_entrepot_int_en {
	background-image:url(../images/side_btn_entrepot_int_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:56px;
	cursor:pointer;
}

#ins_btn_entrepot_int:hover, #ins_btn_entrepot_int_en:hover {
	background-position:0px -56px;
}

#ins_btn_expe {
	background-image:url(../images/side_btn_expert.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:313px;
}
#ins_btn_expe_en {
	background-image:url(../images/side_btn_expert_en.jpg);
	background-repeat:no-repeat;
	width:262px;
	height:313px;
}

#slide_locaux {
	float:left;
	width:450px;
	height:100%;
	
}

.ie6 #slide_locaux {
	float:left;
	width:450px;
	min-height:400px;
	height:400px;
}

#shadow_slide {
	position:absolute;
	background-image:url(../images/shadow_slide.jpg);
	width:372px;
	height:44px;
	left:45px;
	top:315px;
}

#contour_slide {
	position:absolute;
	width:388px;
	height:285px;
	border:#cdcdcd 1px solid;
	top:30px;
	left:40px;
}	

#slide {
	position:relative;
	margin-left:50px;
	margin-top:40px;
}

#slide img{
	float:left;
	display:block;
}

#selecteur {
	position:absolute;
	top:300px;
	left:120px;
}

#selecteur a {
	background:url(../images/realisation_btn.png);
	width:12px;
	height:12px;
	display:block;
	float:left;
	text-indent:-9999px;
	margin-top:3px;
	margin-left:10px;
}

#selecteur a.selected {
	background:url(../images/realisation_btn_selected.png);
	width:12px;
	height:12px;
}



#cont_locaux {
	float:left;
	width:505px;
	height:100%;
	
}

.ie6 #cont_locaux {
	float:right;
	position:absolute;
	
}

#cont_locaux h2{
	padding-top:30px;
}


#cont_locaux p{
	line-height:17px;
	padding-right:40px;
	text-align:justify;
}

.ie #cont_locaux p{
	line-height:20px;
}

.fl_lien {
	color:#00a651;
	margin-left:350px;
	/*font-family: 'Abel', sans-serif;
	font-family: 'Pontano Sans', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	font-size:14px;
}

a.fl_lien:hover {
	text-decoration:none;
	color:#41cb4d;
}

#locaux_pencarte {
	background-image:url(../images/img_locaux.png);
	background-repeat:no-repeat;
	width:128px;
	height:105px;
	position:absolute;
	top:300px;
	left:450px;	
}

#locaux_pencarte_en {
	background-image:url(../images/img_locaux_en.png);
	background-repeat:no-repeat;
	width:128px;
	height:105px;
	position:absolute;
	top:300px;
	left:450px;	
}

.ie6 #locaux_pencarte {
	left:0px !important;
}

.ie6 #locaux_pencarte_en {
	left:0px !important;
}

.locaux_t {
	color:#7b7a7a;
	font-family: 'Righteous', cursive;
	margin-top:30px;
	margin-left:140px;
	width:360px;
	text-transform:uppercase;
}
.locaux_t_en {
	color:#7b7a7a;
	font-family: 'Righteous', cursive;
	margin-top:60px;
	margin-left:140px;
	width:360px;
	text-transform:uppercase;
}

.locaux_st1 {
	color:#4b4b4b;	
	font-size:20px;
}

.locaux_st2 {
	color:#00a651;	
	font-size:26px;
}


#bas_content {
	position:relative;
	margin:auto;
	width:969px;	
	height:170px;
	background-color:#FFF;
	border:#e3e3e3 1px solid;
	margin-top:30px;	
}

#bas_gauche {
	float:left;
	width:484px;
	border-right:#e3e3e3 1px solid;
	height:100%;
}

.ie #bas_gauche {
	width:474px !important;	
}

#bas_droit {
	float:left;
	width:484px;
}

#bas_cont_gauche {
	float:left;
	width:180px;
	height:100%;
}

#bas_cont_gauche img{
	padding-left:15px;
	padding-top:30px;
}

#bas_cont_droit {
	float:left;
	width:284px;
	height:100%;
	padding-top:20px;
	padding-left:5px;
}

.ie #bas_cont_droit {
	width:264px;	
}

#bas_cont_droit p{
	text-align:justify;
}


#ins_footer {
	position:relative;
	margin:auto;
	width:969px;
	margin-top:50px;
}

#logo_cred {
	width:247px;
	float:left;
	margin-left:20px;
}

#logo_cred p{
	padding-top:20px;
	width:230px;
	line-height:15px;
	font-size:13px;
}

#menu_footer {
	width:260px;
	float:left;
}

.ie #menu_footer ul {
	list-style-image:none;
}

#menu_footer a{
/*	font-family: 'Abel', sans-serif;
	font-family: 'Pontano Sans', sans-serif;*/
	font-family: 'Gudea', sans-serif;
	font-size:13px;
	color:#555555;
}

#menu_foot_g {
	width:110px;
	float:left;
	list-style:none;
}

#menu_foot_d {
	width:130px;
	float:left;
	list-style:none;
}


#localisation {
	width:422px;
	
	float:left;
}

#loca_carte {
	float:left;
	margin-top:-10px;
}

#loca_info {
	float:left;
	margin-left:20px;
	margin-top:10px;
	height:100%;
}

.ie8 #loca_info {
	margin-left:10px !important;	
}

#loca_info p {
	padding-top:10px;
	line-height:20px;	
	font-size:13px;
}
#loca_info2 {
	float:left;
	margin-left:20px;
	margin-top:10px;
	height:100%;
}

.ie8 #loca_info2 {
	margin-left:10px !important;	
}

#loca_info2 p {
	padding-top:10px;
	line-height:20px;	
	font-size:13px;
}


/* **************************************************************** 

                                                 ALBUM PHOTO

**************************************************************** */
.albumContainer {	
	margin: 30px 0;
	width: 647px;
}

.albumItem {	
	margin-bottom: 10px;
	width: 200px;
	float: left;
	margin-right:15px;
}

.albumCover {
		
}

.albumInfo {
	margin-top:10px;
}

.albumInfo h3 {
	padding-top: 0;
	width: 380px;
}

.albumInfo h3 a {
	color: black;
}

.albumPicture {
	float: left;
	margin: 5px;
}











.hidden-mobile{
	display: none !important;
}

.img-responsive{
	max-width: 100%;
}
.img-center{
	display: block;
	margin: auto;
}

#global {
	position:relative;
	margin:auto;
	overflow:hidden;
}

#header {
	position:relative;
	margin:auto;
	z-index:999;
	text-align: center;
	padding: 0 20px 40px;
	background:url(../images/bg_header_mobile.jpg) center center no-repeat;
	background-size: cover;
}
#header .logoContainer{
	padding: 35px;
}
#header .logo{
	margin: auto;
	display: block;
}
#header .rejoindreContainer{
	padding: 0 35px 20px;
}

.sectionCollapse.on .off{
	display: none;
}
.sectionCollapse.off .on{
	display: none;
}
.sectionCollapse.off .collapser{
	background: #ffffff;
	border-bottom: solid 1px #eeeeee;
}
.sectionCollapse.on .collapser{
	background: #F58220;
}
.sectionCollapse .collapser img{
	display: block;
	margin: auto;
}
.sectionCollapse .textCollapse{
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	padding: 20px;
}

.sectionCollapse .textCollapse p{
	line-height: 22px;
}

#accueilContentSection{
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	padding: 40px 20px 0;
}
#accueilContentSection p{
	line-height: 22px;
}


#footer {
	background-color:#ffffff;
	color:#555555;
	text-align: center;
}

#footer a{
	color: #00a651;
}

#footer #footerTop{
	padding: 40px 55px;
}

#footer #footerBottom{
	background: #ededed;
	padding: 10px 20px;
}

#footer .copyright p {
	font-size:13px;
}
#footer .distantia p{
	font-size:13px;
}

#footer .logo{
	margin-bottom: 40px;
}

#header .menu{
	position: fixed;
	top: 0;
	left: 0;
	padding: 0 20px;
	background: #3dcb4c;
	background: -moz-linear-gradient(top,  #3dcb4c 0%, #1c974e 100%);
	background: -webkit-linear-gradient(top,  #3dcb4c 0%,#1c974e 100%);
	background: linear-gradient(to bottom,  #3dcb4c 0%,#1c974e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3dcb4c', endColorstr='#1c974e',GradientType=0 );
	height: 100vh;
	overflow: auto;
	width: calc(100% - 40px);
}
#header .menu ul{
	margin: 20px -20px 0;
	padding-bottom: 65px;
}
#header .menu ul li{
	list-style: none;
	margin: 0;
}
#header .menu ul li a{
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	padding: 15px 0;
	display: block;
	border-top: solid 1px rgba(0, 0, 0, 0.25);
}


#header .toggleMenu{
	position: absolute;
	right: 15px;
	top: 15px;
}


#containerInt{
	padding: 20px;
	background: #e5e5e5;
	background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%);
	background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

form input[type="text"], form select, form textarea{
	width: 100%;
	margin-bottom: 10px;
}

#containerInt img{
	max-width: 100%;
	height: auto !important;
}

#containerInt div, #containerInt iframe, #containerInt table{
	max-width: 100%;
}

#containerInt .scrollDivMobile{
	overflow: auto;
}

.overflowHidden{
	overflow: hidden;
	height: 100%;
}