

/*           RESET           */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: "Arial" !important;
}

body *{
	font-family: "Arial";
	box-sizing: content-box;
}

#wrapper sup{
	top: 0 !important;
	line-height: auto !important;
	position: inherit !important;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	outline: none;
}
h1, .h1, h2, .h2, h3, .h3, .h1-like{
	margin-top: 0;
	margin-bottom: 0;
}

/*              CLASSES GENERALISTES           */
.clear {
	clear : both;
}

.half {
	float : left;
	width : 48%;
	margin : 0;
	padding : 0 1%;
}

.trio {
	float : left;
	width : 31%;
	margin : 0;
	padding : 0 1%;
}

#foot-bloc-2.trio{
	padding : 0 0.5%;
	width : 32%;
}

#footer #foot-links #foot-bloc-2 ul{
	width: 91% !important;
}

#footer #foot-links #foot-bloc-3{
	width: 64%
}

#footer #foot-links #foot-bloc-3 h4{
	width: 28%;
	float: left;
}

#footer #foot-links #foot-bloc-3 h4 a{
	font-size: 20px !important;
}

#footer #foot-links #foot-bloc-3 ul{
	width: 70%;
}

#footer #foot-links #foot-bloc-3 ul li{
	width: 50%;
	float: left;
}

.quatior {
	float : left;
	width : 23%;
	margin : 0;
	padding : 0 1%;
}

.trio-margin {
	float : left;
	width : 30%;
	margin : 0 0.5%;
	padding : 1% 1%;
}

.gras {
	font-weight : bold;
}

.italique {
	font-style : italic;
}

.souligne {
	text-decoration : underline;
}

.legende {
	display : none;
	font-size : 11px;
	font-style : italic;
	color : #333;
}

.ville-seperator {
	z-index : 10;
	position : relative;
	height : 50px;
	margin : 0 0 15px;
	padding : 0 10px;
	text-transform : uppercase;
	font-size : 20px;
	line-height : 70px;
	background-color : #fff;
}

.ville-seperator.first {
	z-index : 10;
	position : relative;
	height : 25px;
	margin : 0 0 15px;
	padding : 0 10px;
	border-bottom : 1px solid #9A61A0;
	text-transform : uppercase;
	font-family : 'TeXGyreAdventorRegular';
	font-size : 20px;
	line-height : 25px;
	background-color : #FFF;
}

.ville-seperator:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 30px;
    z-index:6;
    top: 21px;
    left: 0;
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow: 0 5px 2px #D6D6D5;
    -webkit-box-shadow: 0 5px 2px #D6D6D5;
    -o-box-shadow: 0 5px 2px #D6D6D5;
    -ms-box-shadow: 0 5px 2px #D6D6D5;
    box-shadow: 0 5px 2px #D6D6D5;
}

.ville-seperator.first:before{
	height: 5px;
}

.ville-seperator-fiche:before {
    -moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -moz-box-shadow: 0 5px 2px #D6D6D5;
    -webkit-box-shadow: 0 5px 2px #D6D6D5;
    -o-box-shadow: 0 5px 2px #D6D6D5;
    -ms-box-shadow: 0 5px 2px #D6D6D5;
    box-shadow: 0 5px 2px #D6D6D5;
    content: " ";
    height: 20px;
    left: 0;
    position: absolute;
    top: 21px;
    width: 100%;
    z-index: 6;
}

#agences-autres{
	margin-top: 25px;
}

.ville-seperator a{
	position: relative;
	z-index: 11;
	color: #000;
}

.ville-seperator-fiche {
    background-color: #FFFFFF;
    border-bottom: 1px solid #9A61A0;
    font-family: 'TeXGyreAdventorRegular';
    font-size: 20px;
    height: 40px;
    line-height: 50px;
    margin: 0 0 15px;
    padding: 0 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 10;
}

.display-none, .hidden{
	display: none;
}

.relative{
	position: relative;
}

.block{
	display: block;
}

table{
	width: 100%;
	margin: 0 auto;
	font-size: 14px;
	-moz-box-shadow: 0 1px 2px #BCBABA;
	-webkit-box-shadow: 0 1px 2px #BCBABA;
	-ms-box-shadow: 0 1px 2px #BCBABA;
	-o-box-shadow: 0 1px 2px #BCBABA;
	box-shadow: 0 1px 2px #BCBABA;
}

th{
	font-size: 18px;
}

tr.thead, tr.thead td{
	vertical-align: middle;
	height: 40px;
	line-height: 40px;
}

td{
	padding: 5px;
	vertical-align: middle;
}

tr{
	border-bottom: 1px solid #000;
}

a img{
	vertical-align: middle;
}

.informations{
	margin: 20px 0 10px 5px !important;
}

.informations *{
	color: #A1A1A1 !important;
	/*-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-ms-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);*/
	font-style: italic;
	text-decoration: none !important;
	vertical-align: middle;
}

.no_click{
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none !important;
	color: #888 !important;
	color: rgba(255,255,255,0.5) !important;
	cursor: default !important;
	background: rgb(216,216,216) !important; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q4ZDhkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGI0YjQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
background: -moz-linear-gradient(top,  rgba(216,216,216,1) 0%, rgba(180,180,180,1) 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(216,216,216,1)), color-stop(100%,rgba(180,180,180,1))) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 100%) !important; /* IE10+ */
background: linear-gradient(top,  rgba(216,216,216,1) 0%,rgba(180,180,180,1) 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#b4b4b4',GradientType=0 ) !important; /* IE6-8 */

}

.no_click:hover{
	color: rgba(255,255,255,0.5) !important;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	-o-text-shadow: none;
	-ms-text-shadow: none;
	text-shadow: none !important;
}

.blanc{
	color: white;
}

.rouge{
	color: #b73537;
}

.right{
	text-align: right !important;
}

.center, .centre{
	text-align: center;
}

.margintop10{
	margin-top:10px;
}

.margintop40{
	margin-top:40px;
}

.margintop20{
	margin-top:20px;
}

.marginbottom10{
	margin-bottom:10px;
}

.marginbottom20{
	margin-bottom: 20px !important;
}

.padding-20-auto{
	padding-top: 20px;
	padding-bottom: 20px;
}

.inlineblock{
	display: inline-block;
}

.padding50{
	padding: 2px 0;
}

.font18px{
	font-size: 18px;
}

.font20px{
	font-size: 20px;
}

.font14px{
	font-size: 14px;
}

.font16px{
	font-size: 16px;
}

.floatright{
	float: right;
}

.floatleft{
	float: left;
}

.valide.floatright{
	width: 285px;
	margin-top: 10px;
}

.valide.floatright.margintop0{
	margin-top: 0;
}

.valide.floatleft{
	width: 48px;
}

/*            MISE EN PAGE DES BLOCS           */
#wrapper{
	width: 995px;
	margin: 0 auto;
	position: relative;
}

#logo{

}

#illustration{

}

#bandeau-header{
	height: 45px;
	background: #513c52;
	border-bottom: 3px solid #92ac22;
}

#bandeau-header .wrapper{
	width: 750px;
	position: relative;
	margin: 0 auto;
}

#new-accespro{
	float: right;
	width: 185px;
	text-align: center;
	position: relative;
	height: 45px;
	font-size:14px;
}

#new-accespro p{
	font-size: 15px;
	color: #fff;
	margin-top: 4px;
	text-align:center;
}

#new-accespro span{
	position: absolute;
	text-align: center;
	display: inline-block;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 3px 0 0 0;
	border-radius: 3px 3px 0 0;
	background: #92ac22;
}

#new-accespro span a{
	color: #fff;
	display: inline-block;
	padding: 1px 7px 3px;
	border-right: 1px solid rgba(255,255,255,0.3);
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#new-accespro span a+a{
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: none;
}


#bandeau{

}

#bandeau #acces-pro a.lnk{
	display:inline-block;
	padding: 3px 5px 3px 0;
	color: #F3F8FE;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

#bandeau #acces-pro a.lnk+a.lnk{
	border-left: 1px solid rgba(0,0,0,0.3);
	border-right: none;
	padding-left: 5px;
}

#menu{

}

#nav{
	height: 32px;
	margin-top: -3px;
}

#nav li{
	width: 38%;
	float: left;
	text-align:center;
	font-size: 18px;
	line-height: 32px;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset, 0 -2px 2px rgba(0,0,0,0.4) inset;
}

#nav li a{
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
}

#nav li.last{
	//height: 29px;
    //margin-top: 3px;
    //border-radius: 0;
    //background: #BFD480;
    //box-shadow: none;
    width: 24%;
}

#nav li.last a{
	/*display: none;*/
}

#nav-admin{
	position: relative;
	padding: 7px 0 7px 0;
	background: #880221;
	padding: 0 1%;
	width: 100%;
	margin-left: -1%;
	border-radius: 3px 3px 0 0;
	z-index: 50;
	height: 30px;
	line-height: 29px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

#nav-admin:before{
	content: "";
	position: absolute;
	left: -8px;
	bottom: -8px;
	border-color:transparent #610017 transparent transparent;
	border-style: solid;
	border-width:0px 8px 8px 8px;
}

#addmin{
	background: #fff;
}

#addmin h3{
	color: #fff;
	text-indent: 10px;
	//font-weight: bold;
	font-size: 14px;
	margin-left: 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	background: #A80329;
	border-radius: 3px 3px 0 0;
	padding: 2px 5px 2px 5px;
	width: 155px;
	box-shadow: inset 0 -2px 2px rgba(0,0,0,0.3);
}

#nav-admin:after{
	content: "";
	position: absolute;
	right: -9px;
	bottom: -8px;
	border-color:transparent transparent transparent #610017;
	border-style: solid;
	border-width:0px 8px 8px 8px;
}

#nav-admin li{
	float: left;
}

#nav-admin li:first-child{
}

#nav-admin li a{
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	font-size: 14px;
	font-weight: bold;
	padding: 3px 10px;
}

#nav-admin li a:hover{
	text-decoration: underline;
}

#nav-admin li a.actif{
	background: rgba(0,0,0,0.2);
	box-shadow: 0 1px 1px rgba(0,0,0,0.4) inset;
	border-radius: 3px;
}

.bloc-menu ul{
	display: none;
}

.bloc-menu ul.depli{
	display: block;
}

#menu #menu0{ /* Menu admin */
	background: rgb(169,3,41);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E5MDMyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhmMDIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left,  rgba(169,3,41,1) 0%, rgba(143,2,34,1) 44%, rgba(109,0,25,1) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(169,3,41,1)), color-stop(44%,rgba(143,2,34,1)), color-stop(100%,rgba(109,0,25,1)));
	background: -webkit-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -o-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: -ms-linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	background: linear-gradient(left,  rgba(169,3,41,1) 0%,rgba(143,2,34,1) 44%,rgba(109,0,25,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=1 );
}

#menu #menu0 li{
	border-bottom: 1px solid #540001;
	border-top: 1px solid #BC0319;
}

#menu li.first{
	border-top: none !important;
}

#menu li.last{
	border-bottom: none !important;
}

#content{
	padding: 0 0 20px 0;
}

/*     RECHERCHE PROS      */
#search{
	width: 521px;
	height: 80px;
	margin: 5px auto 10px;
	padding: 10px;
	position: relative;
}

#search:after{
	content: " ";
    position: absolute;
    width: 100%;
    height: 30px;
    z-index:30;
   	bottom: -18px;
    right: 0px;
    background: url(/images/search-shadow.png) no-repeat center top;
}

#search #input-recherche{
	width: 438px;
	height: 40px;
	line-height: 40px\9;
	padding-left: 10px;
	font-style: italic;
	float: left;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
}

#search ::-webkit-input-placeholder{
	/*line-height: 40px !important;*/
}

#search a#submit{
	width: 47px;
	height: 42px;
	line-height: 42px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	display: inline-block;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

#autocomplete{
	position: absolute;
	top: 85px;
	left: 14px;
	width: 447px;
	padding: 10px;
	z-index: 50;
	display: none;
}

#autocomplete a{
	height: 15px;
	line-heihgt: 15px;
	padding: 2px 10px;
	font-size: 14px;
	display: block;
}

#autocomplete .search-title{
	height: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #233743;
	font-style: italic;
	font-weight: bold;
}

#autocomplete .search-title-ville{
	margin: 10px 0 5px 0;
}


/*            MAP / POP UP      */
#map{
	width: 520px;
	margin: 15px auto 25px;
	position: relative;
}

#hover_map{
	padding: 4px;
	background: #fff;
	border: 4px solid #EEE;
	color: #233743;
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	-moz-box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	-o-box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	box-shadow: 5px 5px 0 rgba(0,0,0,0.3);
	opacity: 0;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    /* IE 5-7 */
    filter: alpha(opacity=0);
    /* Netscape */
    -moz-opacity: 0;
    /* Safari 1 */
    -khtml-opacity: 0;
}

#liste_departements{
	width: 600px;
	margin: 0 auto;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radiust: 5px;
	border-radius: 5px;
}

#liste_departements ul li{
	width: 100%;
	font-size: 14px;
	float: right;
}

#liste_departements ul li a{
	color: #333333;
}

#liste_villes{
	width: 650px;
	margin: 0 auto;
	padding: 10px;
}

#titres{
	position: relative;
	z-index:10;
}

#titres h1, #titres > h3, #titres .h1-like{
	height: 40px;
	line-height: 40px;
	text-indent: 20px;
	font-size: 24px;
	-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
    -webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
    box-shadow:inset 0 1px 0 rgba(255,255,255,0.3);
    overflow: hidden;
    text-overflow: ellipsis;
}

#titres h2{
	height: 30px;
	line-height: 30px;
	text-indent: 20px;
	margin: 0 0 10px 0;
	font-size: 18px;
	-moz-box-shadow:inset 0 1px 0 #fff;
    -webkit-box-shadow:inset 0 1px 0 #fff;
    box-shadow:inset 0 1px 0 #fff;
    text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 10px 0 0;
	white-space: nowrap;
}

#titres > div{
	margin: 0 0 10px 0;
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #edecec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#edecec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* IE10+ */
	background: linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#edecec',GradientType=0 ); /* IE6-8 */
}

#titres h2.long{
	white-space:normal;
	overflow: inherit;
	text-overflow:inherit;
	height: auto;
	line-height: inherit;
	text-indent: inherit;
	padding: 5px 10px 5px 20px;
	text-shadow: 1px 1px 0 #fff;
}

#liste_villes #villes ul li{
	height: 28px;
	line-height:20px;
}

#liste_villes #villes ul li a{
	color: #333333;
	font-size: 14px;
}

#liste_villes .lien{

	text-align: center;
}

#liste_villes .lien a{
	display: inline-block;
	margin: 20px 0 0;
	padding: 15px 20px;
	color: #fff;
	font-weight: bold;
	-moz-text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-o-text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
    -moz-box-shadow:inset 0 1px 1px #bce10c,0 2px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow:inset 0 1px 1px #bce10c,0 2px 1px rgba(0,0,0,0.2);
    -o-box-shadow:inset 0 1px 1px #bce10c,0 2px 1px rgba(0,0,0,0.2);
    -ms-box-shadow:inset 0 1px 1px #bce10c,0 2px 1px rgba(0,0,0,0.2);
    box-shadow:inset 0 1px 1px #bce10c,0 2px 1px rgba(0,0,0,0.2);
}

#liste_villes .lien a:hover{
	margin: 22px 0 0;
    -moz-box-shadow:inset 0 1px 1px #bce10c;
    -webkit-box-shadow:inset 0 1px 1px #bce10c;
    -o-box-shadow:inset 0 1px 1px #bce10c;
    -ms-box-shadow:inset 0 1px 1px #bce10c;
    box-shadow:inset 0 1px 1px #bce10c;
}

#liste_villes .lien a:active {
	margin: 22px 0 0;
    -moz-box-shadow:inset 0 2px 1px #3d5601;
    -webkit-box-shadow:inset 0 2px 1px #3d5601;
    -o-box-shadow:inset 0 1px 2px #3d5601;
    -ms-box-shadow:inset 0 2px 1px #3d5601;
    box-shadow:inset 0 2px 1px #3d5601;
}


.bloc:after, .bloc:before {
    content: " ";
    position: absolute;
    width: 50%;
    height: 30px;
    z-index:-10;
}
.bloc:before { background: green;}
.bloc:after { background: red; }

.laterals:before {
    top: 4px;
    left: 0;
    width: 100%;
    height: 60px;
    -moz-border-radius: 12px / 65px;
    -webkit-border-radius: 12px / 65px;
    -o-border-radius: 12px / 65px;
    -ms-border-radius: 12px / 65px;
    border-radius: 12px / 65px;
    -moz-box-shadow: 0 0 5px #777777;
    -webkit-box-shadow: 0 0 5px #777777;
    -o-box-shadow: 0 0 5px #777777;
    -ms-box-shadow: 0 0 5px #777777;
    box-shadow: 0 0 5px #777777;
}
.laterals:after { display: none; }


/* LISTE DES AGENCES */
#agences{
	margin: 20px 0 0 0;
}

.liste_agence{
	width: 100%;
	/*height: 90px;*/
	padding: 10px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dec7e1;
	/*overflow: auto;*/
	position: relative;
}

.liste_agence.pair{
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */

}

.liste_agence.impair{
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f2f2f2 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top,  #f2f2f2 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

}

.liste_agence .agence_logo, .liste_agence .agence_infos, .liste_agence .agence_action{
	float: left;
}

.liste_agence .agence_logo{
	width: 110px;
	text-align: center;
}

.liste_agence .agence_action{
	width: 199px;
}

.liste_agence .agence_infos{
	width: 474px;
}

.liste_agence .agence_infos *{
	padding: 0 5px;
	font-size: 14px;
}

.liste_agence .agence_infos strong{
	padding: 0 !important;
}

.liste_agence .agence_infos h3,.liste_agence .agence_infos h3 a{
	font-size: 22px;
	line-height: 18px;
	margin: 0 0 10px 0;
	text-transform: capitalize;
}

.liste_agence.premiumBG .agence_infos h3, .liste_agence.premiumBG .agence_infos h3 a{
	font-weight: bold;
	-moz-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	-o-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	-ms-text-shadow: 1px 1px 0px rgba(255,255,255,1);
	text-shadow: 1px 1px 0px rgba(255,255,255,1);
	font-size: 24px;
	margin-top: 10px;
	line-height: 22px;
}

.liste_agence .agence_infos h3 a{
	padding: 0;
}

.liste_agence.premiumBG .galeries{
	margin: 8px 0 3px;
	color: maroon;
	font-style: italic;
	padding: 0 5px;
	font-size: 14px;
}

.liste_agence .autres_agences{
	font-size: 12px;
	font-style: italic;
	margin: 10px 0 0 0;
}

.agence_action a, .agences-bloc a, .agence_action span.a{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	font-family: 'TeXGyreAdventorBold';
	color: #DDD;
	-moz-text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-webkit-text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-o-text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	-ms-text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	text-shadow: 0 1px 0px rgba(0,0,0,0.3);
	display: block;
}

.liste_agence.premiumBG .agence_action a.premiumA, .agence_action span.a.premiumA{
	height: 40px;
	line-height: 40px;
	border-radius: 5px;
}

a.voir, a.dossier, span.voir{
	/*-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;*/
	border-radius: 5px 5px 0 0;
    box-shadow: inset 0 1px 0px rgba(255,255,255,0.5),0 1px 0px rgba(0,0,0,0.3);
}

a.contacter{
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
    box-shadow: inset 0 1px 0px rgba(255,255,255,0.5),0 1px 0px rgba(0,0,0,0.3);
    position: relative;
}

.agence_action a:hover{
	text-shadow: 0 0 3px rgba(255,255,255,0.3);
}

.bloc-lien-liste{
	margin: 0;
	padding: 0;
	color: #000;
	display: block;
}

#afficher-plus{
    border-radius: 0 0 5px 5px;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    height: 30px;
    line-height: 30px;
    text-align: center;
	-moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	-webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	-o-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	-ms-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
	-moz-box-shadow: inset 0 1px 0px rgba(255,255,255,0.2),0 1px 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 1px 0px rgba(255,255,255,0.2),0 1px 1px rgba(0,0,0,0.3);
    -o-box-shadow: inset 0 1px 0px rgba(255,255,255,0.2),0 1px 1px rgba(0,0,0,0.3);
    -ms-box-shadow: inset 0 1px 0px rgba(255,255,255,0.2),0 1px 1px rgba(0,0,0,0.3);
    box-shadow: inset 0 1px 0px rgba(255,255,255,0.2),0 1px 1px rgba(0,0,0,0.3);
	cursor: pointer;
}

#afficher-plus #spinner{
	width: 30px;
	height: 16px;
	margin: 2px 0 0;
	display: inline-block;
}

/*  FICHE  */
#top{
	width: 100%;
	margin: 0 0 10px 0;
}

#top #left{
	width: 508px;
	margin: 0;
	padding: 0;
	float: left;
}

#top #left h1, #top #left .h1-like{
	font-size: 40px;
	margin: 0px 20px 30px 10px;
}

#top #left p{
	height: 20px;
	line-height: 20px;
	margin: 0px 20px 5px 10px;
	vertical-align: middle;
}

#top #left .labels{
	height: 25px;
	line-height: 25px;
	position: relative;
}

#top #left .labels img{
	vertical-align: middle;
}

#top #left p.adresse{
	margin: 0px 0 0px 10px;
}

#top #left label{
	display: inline-block;
	width: 160px;
	text-decoration: underline;
	font-family: 'TeXGyreAdventorRegular';
	font-size: 13px;
}

#top #left .label{
	float: left;
}

#top #right{
	width: 220px;
	padding: 10px 5px;
	padding: 0;
	margin: 0;
	float: right;
}

#top #right #dossier a{
	width: 92%;
	padding: 10px 0 15px;
	margin: 5px auto 10px auto;
	display: block;
	vertical-align: middle;
}

#top #right #dossier a img{
	float: left;
	margin: 5px -30px 0 20px;
}

#top #logo-pro{
    text-align: center;
    padding: 0 0 8px;
    position: relative;
}

#top #logo-pro a{
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.7);
    bottom: 12px;
    height: 16px;
    left: 10px;
    position: absolute;
    right: 10px;
}

#top #logo-pro img{
	margin: 8px 0 0 0;
}

#top #labels{
	margin: 10px 0;
	text-align: center;
}


#top #adresse-siege{
	margin: 0 20px 0 0;
}

#description{
	line-height: 18px;
    margin: 20px auto;
    padding: 0 20px;
    text-align: justify;
    font-size: 15px;
}

/*#description:first-letter {
  float: left;
    font-size: 34px;
    height: 50px;
    margin: 6px 5px 0 0;
    width: 50px;
    font-weight: bold;
}*/

#gmap{
	width: 100%;
	height: 400px;
	margin: 20px 0 30px;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	position: relative !important;
	z-index: 30;
	overflow: hidden !important;
}

#gmap:after {
	content: " ";
    position: absolute;
    width: 100%;
    height: 30px;
    z-index:50;
   	top: 400px;
    right: 0px;
    background: url(/images/map-shadow.png) no-repeat center top;
}


.agences-bloc{
	min-height: 165px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-o-text-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
}

.agences-bloc-map{
	min-height: 165px;
	margin-top: 5px;
	margin-bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-o-text-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 1px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 5;
	width: 210px !important;
	padding: 5px !important;
}

.agences-bloc .adresse,.agences-bloc-map .adresse{
	margin: 5px 0;
	font-size: 14px;
	min-height: 56px;
}

.agences-bloc .agence_action, .agences-bloc-map  .agence_action{
	margin-bottom: 1px;
}

.agence_action a,.agence_action a img, .agence_action span.a{
	vertical-align: middle;
	text-align: left;
	text-indent: 2px;
}

.agence_action.listing{
	margin-bottom: 0;
	margin-top: 5px;
}

.liste_agence.premiumBG .agence_action.listing{
	margin-top: 10px;
}

.agence_action.listing a, .agence_action.listing span.a{
	text-align: center;
	text-indent: 0;
	border-radius: 5px;
}

.agence_action.listing a.large{
	width: 200px;
}

.galerie{
	width: 100%;
	height: 100px;
	margin: 15px 0 0 0;
	font-family: 'TeXGyreAdventorRegular';
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	-moz-text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
	-webkit-text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
	-o-text-shadow: 1px 1px 0px rgba(255,255,255,0.9);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.9);

	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #edecec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#edecec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* IE10+ */
	background: linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* W3C */
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#edecec',GradientType=0 ); /* IE6-8 */
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.2) inset;
}

.galerie .titre-galerie{
	height: 25px;
	line-height: 25px;
	display: inline-block;
font-family: 'TeXGyreAdventorRegular';
font-size: 13px;
text-decoration: underline;

}

.galerie .galerie-cache{
	width: 90%;
	height: 90px;
	margin: -10px auto 0 auto;
	overflow: hidden;
}

.galerie p{
	width: 150px;
	padding: 0 10px;
}

.galerie ul{
	width: 5000px;
	height: 90px;
	margin: 0;
}

.galerie li{
	height: 71px;
	line-height: 71px;
	float: left;
	margin: 15px 5px;
}

.galerie .move{
	width: 20px;
	height: 71px;
	line-height: 71px;
	position: absolute;
	top: 15px;
	z-index: 50;
	display: block;
	text-indent: -5000px;
}

.galerie .move.left{
	background: url("/images/prev.png") no-repeat top left;
	left: 0;
	display: none;
}

.galerie .move.right{
	background: url("/images/next.png") no-repeat top left;
	right: 0;
	display: none;
}

#agences-proches{
	overflow: auto;
}

.bloc-agence-autre{
	position: relative;
	overflow:visible;
}

.bloc-agence-autre .showpop{
	height: 20px;
	line-height: 20px;
	display: block;
	width: 100%;
	color: #222;
	font-size: 15px;
	text-align: left;
	text-indent: 5px;
}

.bloc-agence-autre a:hover{

}

.bloc-agence-autre .popup{
	width: 232px;
	height: 232px;
	background: url(/images/bg-pop.png) no-repeat top left;
	padding: 20px 28px 0 28px;
	position: absolute;
	top: -250px;
	left:-30px;
	display: none;
	z-index: 50;
	opacity : 0;
    -moz-opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
}

.bloc-agence-autre .popup .close{
	position: absolute;
	right: 0px;
	top: -6px;
	display: block;
	width: 36px;
	height: 36px;
	text-indent: -5000px;
	z-index: 60;
}

.bloc-agence-autre .popup .agences-bloc{
	padding: 3%;
	-moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	-o-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	-ms-box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
	box-shadow: inset 0 0 4px rgba(0,0,0,0.4);
}

.voir-tous{
	  font-size: 12px;
	  margin: 2px 0 10px;
	  padding: 0 10px;
	  text-align: right;
}

td.date{
	width: 105px;
}

#documentation{
	text-align: center;
	margin: 30px 0 15px 0;
}

#documentation a{
	display: inline-block;
	padding: 10px 20px;
	/*text-transform: uppercase;*/
	font-size: 18px;
	vertical-align: middle;
}

#documentation a img{
	vertical-align: middle;
	margin-top: -4px;
}

.phone em{
	display: inline-block;
    left: 130px;
    position: absolute;
    top: -4px;
}

#contactez-nous, #explications{
	width: 80%;
	vertical-align: middle;
	margin: 20px auto;
	padding: 10px;
	/*border: 1px solid #4FA3D6;*/
	background-color: #fff;
	border-radius: 5px;
	position: relative;
	z-index: 20;
}

#contactez-nous-gray{
	background: #D7D7D7;
	padding: 10px 20px;
	width: 540px;
	margin: 20px auto;
}

#contactez-nous-gray p{
	position: relative;
	margin: 4px 0 0 0;
	line-height: 20px;
	z-index: 20;
	font-style: italic;
}

#contactez-nous-gray img{
	position: relative;
	vertical-align: middle;
	float: left;
	height: 48px;
	width: 48px;
	margin: 0 10px 0 0;
	z-index: 20;
}

#explications{
	text-align: justify;
	margin-top: 85px;
}

#contactez-nous:before, #explications:before{
	content: " ";
	position: absolute;
	top:-1px;
	left: -1px;
	right: -1px;
	bottom: -1px;
	background: -moz-linear-gradient(-45deg,  rgba(79,163,214,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(79,163,214,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  rgba(79,163,214,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  rgba(79,163,214,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  rgba(79,163,214,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
background: linear-gradient(-45deg,  rgba(79,163,214,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fa3d6', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

	z-index: 18;
}

#contactez-nous:after, #explications:after{
	content: " ";
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: #fff;
	z-index: 19;
}

#contactez-nous p, #explications p{
	position: relative;
	margin: 4px 0 0 0;
	line-height: 20px;
	z-index: 20;
	font-style: italic;
}

#contactez-nous img, #explications img{
	position: relative;
	vertical-align: middle;
	float: left;
	height: 48px;
	width: 48px;
	margin: 0 10px 0 0;
	z-index: 20;
}

.type_pro{
	border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 2px 2px rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    float: left;
    margin: 10px 7px;
    height: 80px;
    overflow: hidden;
    padding: 10px 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    width: 320px;
    text-align: center;
}

.type_pro span{
	border-radius: 50% 50% 50% 50%;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
    color: rgba(255, 255, 255, 0.8);
    float: right;
    font-size: 24px;
    font-weight: bold;
    padding: 9px 15px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
	margin-top: 10px;
}

.type_pro h3{
	margin: 0 0 10px 0;
}

.type_pro p{

}

.type_pro p.lignes2{
}

.type_pro p.lignes3{
}

.type_pro p.lignes4{

}

.type_pro .overlink{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.message-succes{
	padding: 10px 10px 10px 58px;
	background: #A6DD57 url(/images/ok.png) no-repeat 5px center;
	border: 2px solid #378800;
	margin: 0 0 10px 0;
}

.message-erreur{
	background: none repeat scroll 0 0 #F7D4D4;
    border: 2px solid #7A2727;
    color: maroon;
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 10px;
}

.message-erreur h3{
	font-weight: bold;
	font-size: 16px;
}

.message-erreur p{
	font-size: 14px;
	font-style: italic;
}

.message-succes h3{
	color: #378800;
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.message-succes p{
	font-size: 14px;
	font-style: italic;
	color: #378800;
	text-shadow: 0 1px 0 rgba(255,255,255,0.8);
}

.enseignes{
	padding: 5px 10px;
	margin: 10px 0 0 0;
}

.enseignes li{
	border-radius: 3px;
	border-bottom: 3px solid #CACACA;
	background: #E9EAEA;
	box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	color: #332A2A;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	line-height: 35px;
	font-size: 18px;
	text-align: left;
	height: 35px;
	padding: 0 10px;
}

.enseignes li a{
	font-size: 14px !important;
	font-weight: normal;
	float: right;
	padding: 3px 7px;
	line-height: normal;
	margin: 0 !important;
	display: block;

}

.agence li{
	/*display: inline-block;*/
}

.enseigne .agence{
	position: relative;
}

.enseigne .agence .nombre_agences{
	position: absolute;
	top: 58px;
	right: -15px;
	padding: 10px 30px 10px 10px;
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.enseigne ul{
	padding: 0 55px 0 0;
	min-height: 50px;
	overflow: hidden;
}

.enseigne ul .bouton-violet{
	margin: 4px 2px !important;
}

.bouton-violet img{
	margin: -3px 0 0;
}

ul#liste_agences2{
	width: 80%;
	margin: 0 auto;
}

ul#liste_agences2 li{
	padding: 5px 10px;
	cursor: pointer;
}

ul#liste_agences2 li a{
	text-decoration: underline;
}

div.email, div.tel, #popupValidationExternal{
	background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 52px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    height: 85px;
    left: 50%;
    margin: -50px 0 0 -200px;
    overflow: hidden;
    padding: 40px 10px 15px !important;
    position: fixed;
    top: 50%;
    width: 360px;
    z-index: 500;
}

div.email h4, div.tel h4, #popupValidationExternal h4{
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

div.email .center a:first-child, div.tel .center a:first-child, #popupValidationExternal .center a:first-child{
	margin: 0 5px 0 0;
}

p.error{
	color: maroon;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}

#nextstep{
	margin: 25px 70px 40px;
	text-align: right;
}

/*   LOGIN   */

/* ANCIENNE VERSION */
/*#login{
	position: relative;
	margin-top: 20px;
}

#login-content{
	width: 400px;
	height: 315px;
	background-color: #F7F7F7;
	margin: 10px 0 0 130px;
	position: relative;
	z-index:9;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}

#login-content h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'TeXGyreAdventorRegular';
	font-size: 24px;
	color: #803F87;
	text-shadow: -1px -1px 0px #fff;
}

#login-content h4{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	background-color: #985F9E;
	color: #fff;
	width: 420px;
	margin: 0 0 0 -10px;
	font-size: 18px;
	position: relative;
	z-index: 12;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#login-content h4:before{
	bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
    display: block;
    left: 9px;
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: -2;
}

#login-content h4:after{
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0;
	background-color: #985F9E;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	z-index: -1;
}

#login-left-part, #login-right-part{
	position: absolute;
	top: 60px;
	height: 40px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	z-index: 2
}

#login-left-part{
	width: 50px;
	left: 80px;
	background: #985f9e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4NWY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzgwM2Y4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDMzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #985f9e 0%, #803f87 90%, #6d3362 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#985f9e), color-stop(90%,#803f87), color-stop(100%,#6d3362));
background: -webkit-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -o-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -ms-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#985f9e', endColorstr='#6d3362',GradientType=1 );
}

#login-left-part:before {
  -moz-transform: rotate(-7deg);
  background-color: aqua;
  border-radius: 0 0 0 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 17px;
  width: 30px;
  z-index: 0;
}

#login-left-part:after{
	background: #985f9e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4NWY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzgwM2Y4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDMzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #985f9e 0%, #803f87 90%, #6d3362 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#985f9e), color-stop(90%,#803f87), color-stop(100%,#6d3362));
background: -webkit-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -o-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -ms-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#985f9e', endColorstr='#6d3362',GradientType=1 );
content : "";
position: absolute;
top: 1px;
left: 0;
right: 0;
bottom: 0;
z-index: 1
}

#login-right-part{
	width: 120px;
	right: 78px;
	background: #6d3362;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkMzM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjODAzZjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjOTg1ZjllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  #6d3362 0%, #803f87 7%, #985f9e 29%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6d3362), color-stop(7%,#803f87), color-stop(29%,#985f9e));
background: -webkit-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: -o-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: -ms-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3362', endColorstr='#985f9e',GradientType=1 );

text-align: center;

}

#login-left-pli, #login-right-pli{
	position: absolute;
	top: 90px;
	height: 0;
	width: 0;
	z-index:8;
	border-width: 5px;
	border-style: solid;
}

#login-left-pli{
	left: 120px;
	border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) #84448B #84448B;
}

#login-right-pli{
	right: 188px;
	border-color: rgba(0,0,0,0.5) #84448B #84448B rgba(0,0,0,0.5);
}

#login-right-part span{
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 17px 17px 17px 17px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 7px;
    padding: 2px 9px 5px;
}

#login-create{
	background: none repeat scroll 0 0 #F3F3F3;
    border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent;
    border-style: solid;
    border-width: 1px;
    font-family: 'TeXGyreAdventorRegular';
    height: 90px;
    padding: 15px 0 0;
    position: absolute;
    right: 78px;
    text-align: center;
    top: 100px;
    width: 119px;
    z-index: 8;
}

#login-create span{
	display: inline-block;
	margin-top: 10px;
	font-size: 14px;
	color: #985F9E;
}

#login-forgot{
	background-color: #985F9E;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 0 0 150px;
    padding: 3px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    width: 360px;
    border-radius: 0 0 3px 3px;
}

#login-content form p.input{
	width: 350px;
	padding: 0 0 0 10px;
	margin: 15px auto;
	height: 40px;
	line-height: 40px;
	background: #985F9E;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset,0 1px 0 #fff;
}

#login-content form p.stay-connected{
	padding: 0 25px;
	text-align: right;
	margin: 15px 0;
}

#login-content form p.stay-connected label{
	font-size: 14px;
}

#login-content form p.input:first-child{
	margin-top: 30px;
}

#login-content form p.input label{
	display: inline-block;
	width: 110px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#login-content input[type=text], #login-content input[type=password]{
	border: medium none;
    border-radius: 0 2px 2px 0;
    display: block;
    float: right;
    height: 27px;
    margin-right: 6px;
    margin-top: 5px;
    width: 225px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4)
}

.valid-form{
	padding:8px 10px 5px;
	font-family:"Nunito",sans-serif;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	line-height:1;
	letter-spacing:1px;
	background: #6d9a02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkOWEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2JkMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6d9a02 0%, #9cbd06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d9a02), color-stop(100%,#9cbd06));
	background: -webkit-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: -o-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: -ms-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9a02', endColorstr='#9cbd06',GradientType=0 );
	border:#448400 solid 0px;
	border-bottom-width:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	-webkit-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	display:inline-block;
	cursor:pointer;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

.valid-form:active{
	border-bottom-width:1px;
	-moz-box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	-moz-transition:none;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}*/

/* FIN ANCIENNE VERSION  */
.item_menu_admin{
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
    border-radius: 3px 3px 3px 3px;
    -moz-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 #fff inset;
	-webkit-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 #fff inset;
	box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 #fff inset;
    color: #803F87;
    cursor: pointer;
    display: inline-block;
    font-family: "Arial";
    font-size: 14px;
    line-height: 1;
    margin: 5px 10px !important;
    overflow: auto;
    position: relative;
    width: 320px !important;
    padding: 10px;
}

.item_menu_admin.premiums{
	background: rgb(254,252,234);
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmVmY2VhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YxZGEzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(-45deg,  rgb(254,252,234) 0%, rgb(241,218,54) 100%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgb(254,252,234)), color-stop(100%,rgb(241,218,54)));
background: -webkit-linear-gradient(-45deg,  rgb(254,252,234) 0%,rgb(241,218,54) 100%);
background: -o-linear-gradient(-45deg,  rgb(254,252,234) 0%,rgb(241,218,54) 100%);
background: -ms-linear-gradient(-45deg,  rgb(254,252,234) 0%,rgb(241,218,54) 100%);
background: linear-gradient(-45deg,  rgb(254,252,234) 0%,rgb(241,218,54) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=1 );
border-bottom: 3px solid #EDC100;
}

.item_menu_admin.grand{
	width: 664px !important;
	height: 85px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	overflow: hidden;
}

.item_menu_admin.desactive{
	color: #555;
	opacity : 0.5;
    -moz-opacity : 0.5;
    -ms-filter: "alpha(opacity=50)"; /* IE 8 */
    filter : alpha(opacity=50); /* IE < 8 */

}

.item_menu_admin .img{
	width: 64px;
	float: left;
	position: relative;
}

.item_menu_admin .img span{
	position: absolute;
	padding: 5px;
	border-radius: 50%;
	border: 2px solid #fff;
	background: #e20012;
	box-shadow: 0 4px 3px #ed747c inset, 0 -4px 3px #b90007 inset, 0 0 5px rgba(0,0,0,0.5);
	top: -5px;
	right: -15px;
	display: inline;
	font-weight: bold;
	color: #fff;
	font-size: 12px;
	text-align: center;

}

.item_menu_admin p{
	display: block;
	float: right;
	height: 64px;
	line-height: 64px;
	text-almign: left;
	width: 230px;
	font-size: 17px;
	position: relative;
	z-index:100;
}

.item_menu_admin.grand p{
	width: 560px;
	position: relative;
	z-index:100;
}

.item_menu_admin p.nopremium{
	line-height: 22px;
	padding: 10px 0 0 0;
	height: 54px;
	position: relative;
	z-index:100;
}

.item_menu_admin p.nopremium2{
	line-height: 12px;
	padding: 7px 0 0 0;
	height: 57px;
	position: relative;
	z-index:100;
}

.item_menu_admin p.nopremium2 .petit{
	font-size: 14px;
	margin: 10px 0 0 0;
	position: relative;
	z-index:100;
}

.item_menu_admin p span{
	font-size: 14px;
	position: relative;
	z-index:100;
}

.item_menu_admin > a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 250;
}

.item_menu_admin > p{
	position: relative;
	z-index: 200;
}

.item_menu_admin span.next{
	position: absolute;
	right: 10px;
	top: 50%;
	margin: -20px 0 0 0;
	padding: 5px;
	border-radius: 50%;
	background-color: #D6D4D4;
	text-align: center;
	box-shadow: 0 1px 0 #fff, 0 3px 3px rgba(0,0,0,0.4) inset;

}

#login{
	position: relative;
	margin-top: 20px;
}

#login.likeleft{
	width: 555px;
	margin-left: 60px;
}

#login-content{
	width: 400px;
	height: 315px;
	background-color: #F7F7F7;
	margin: 10px 0 0 105px;
	position: relative;
	z-index:9;
	box-shadow: 0 2px 3px rgba(0,0,0,0.5);
	border: 1px solid #DADADA\9;
}

#login-content.likeleft{
	height: 280px;
}

#login-content.big{
	height: 375px;
}

#login-content.big.likeleft{
	height: 350px;
}

#login-content h3{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-family: 'TeXGyreAdventorRegular';
	font-size: 17px;
	color: #803F87;
	text-shadow: -1px -1px 0px #fff;
}

#login-content h4{
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: normal;
	background-color: #985F9E;
	color: #fff;
	width: 420px;
	margin: 0 0 0 -10px;
	font-size: 18px;
	position: relative;
	z-index: 12;
	box-shadow: 0 1px 0 rgba(255,255,255,0.5) inset;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
}

#login-content h4:before{
	bottom: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    content: " ";
    display: block;
    left: 9px;
    position: absolute;
    right: 8px;
    top: 20px;
    z-index: -2;
}

#login-content h4:after{
	content: " ";
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0;
	background-color: #985F9E;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	z-index: -1;
}

#login-left-part, #login-right-part{
	position: absolute;
	top: 60px;
	height: 40px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
	z-index: 2
}

#login-left-part{
	width: 50px;
	left: 55px;
	background: #985f9e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4NWY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzgwM2Y4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDMzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #985f9e 0%, #803f87 90%, #6d3362 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#985f9e), color-stop(90%,#803f87), color-stop(100%,#6d3362));
background: -webkit-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -o-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -ms-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#985f9e', endColorstr='#6d3362',GradientType=1 );
}

#login-left-part:before {
  -moz-transform: rotate(-7deg);
  background-color: aqua;
  border-radius: 0 0 0 0;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  height: 20px;
  left: 2px;
  position: absolute;
  top: 17px;
  width: 30px;
  z-index: 0;
}

#login-left-part:after{
	background: #985f9e;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4NWY5ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzgwM2Y4NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDMzNjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(left,  #985f9e 0%, #803f87 90%, #6d3362 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#985f9e), color-stop(90%,#803f87), color-stop(100%,#6d3362));
background: -webkit-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -o-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: -ms-linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
background: linear-gradient(left,  #985f9e 0%,#803f87 90%,#6d3362 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#985f9e', endColorstr='#6d3362',GradientType=1 );
content : "";
position: absolute;
top: 1px;
left: 0;
right: 0;
bottom: 0;
z-index: 1
}

#login-right-part{
	width: 145px;
	right: 78px;
	background: #6d3362;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkMzM2MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjODAzZjg3IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMjklIiBzdG9wLWNvbG9yPSIjOTg1ZjllIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(left,  #6d3362 0%, #803f87 7%, #985f9e 29%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#6d3362), color-stop(7%,#803f87), color-stop(29%,#985f9e));
background: -webkit-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: -o-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: -ms-linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
background: linear-gradient(left,  #6d3362 0%,#803f87 7%,#985f9e 29%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d3362', endColorstr='#985f9e',GradientType=1 );

text-align: center;

}

#login-right-part.likeleft{
	width: 50px;
	right: 0;
}

#login-left-pli, #login-right-pli{
	position: absolute;
	top: 90px;
	height: 0;
	width: 0;
	z-index:8;
	border-width: 5px;
	border-style: solid;
}

#login-left-pli{
	left: 95px;
	border-color: rgba(0,0,0,0.5) rgba(0,0,0,0.5) #84448B #84448B;
}

#login-right-pli{
	right: 213px;
	border-color: rgba(0,0,0,0.5) #84448B #84448B rgba(0,0,0,0.5);
}

#login-right-pli.likeleft{
	right: 40px;
}

#login-right-part span{
	background-color: rgba(0, 0, 0, 0.2);
    border-radius: 17px 17px 17px 17px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5) inset, 0 1px 0 rgba(255, 255, 255, 0.3);
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    margin-left: 10px;
    margin-top: 7px;
    padding: 2px 9px 5px;
}

#login-create{
	background: none repeat scroll 0 0 #F3F3F3;
    border-color: transparent rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) transparent;
    border-style: solid;
    border-width: 1px;
    font-family: 'TeXGyreAdventorRegular';
    height: 114px;
    padding: 15px 0 0;
    position: absolute;
    right: 78px;
    text-align: center;
    top: 100px;
    width: 142px;
    z-index: 8;
}

#login-create span{
	display: inline-block;
	color: #985F9E;
}

#login-forgot{
	background-color: #985F9E;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0 0 0 125px;
    padding: 3px 0;
    text-align: center;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
    width: 360px;
    border-radius: 0 0 3px 3px;
}

#login-forgot a{
	color: #fff;
}

#login-content form p.input{
	background: none repeat scroll 0 0 #BDBDBD;
border-radius: 3px 3px 3px 3px;
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2) inset, 0 1px 0 #FFFFFF;
height: 40px;
line-height: 40px;
padding: 0 0 0 10px;
width: 300px;
margin: 5px auto;
}

#login-content form p.stay-connected{
	padding: 0 10px;
	text-align: right;
	margin: 15px 0;
}

#login-content form p.stay-connected label{
	font-size: 14px;
}

#login-content form p.input:first-child{
	margin-top: 30px;
}

#login-content form p.input label{
	display: inline-block;
	width: 110px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,.7);
}

#login-content input[type=text], #login-content input[type=password],#login-content input[type=email]{
	border: medium none;
    display: block;
    float: right;
    height: 27px;
    line-height: 27px;
    margin-right: 7px;
    margin-top: 6px;
    width:160px;
    padding: 0 10px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4)
}

.valid-form{
	padding:8px 10px 5px;
	font-family:"Nunito",sans-serif;
	font-size:13px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	text-shadow:0 1px 1px rgba(0,0,0,0.5);
	line-height:1;
	letter-spacing:1px;
	background: #6d9a02;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZkOWEwMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2JkMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6d9a02 0%, #9cbd06 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d9a02), color-stop(100%,#9cbd06));
	background: -webkit-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: -o-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: -ms-linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	background: linear-gradient(top,  #6d9a02 0%,#9cbd06 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6d9a02', endColorstr='#9cbd06',GradientType=0 );
	border:#448400 solid 0px;
	border-bottom-width:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	-webkit-box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	box-shadow:
	0 0 3px rgba(0,0,0,0.5),
	0 1px 0 rgba(255,255,255,0.1) inset;
	display:inline-block;
	cursor:pointer;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

.valid-form:active{
	border-bottom-width:1px;
	-moz-box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	-webkit-box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	box-shadow:
	0 1px 0 rgba(255,255,255,0.1),
	0 1px 1px rgba(0,0,0,0.7) inset;
	-moz-transition:none;
	-moz-transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-in-out;
	-o-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

#login #message{
	padding: 5px 10px;
	width: 90%;
	margin: 10px auto 0;
	border-radius: 3px;
}

#login #message.error{
	box-shadow: 0 1px 3px #7A2727 inset;
	background: #F7D4D4;
	color: maroon;
}

#login #message.error h5{
	color: maroon;
}

#login #message.ok{
	background: #D2F4D8;
	box-shadow: 0 1px 3px #26772B inset;
	color: #098219;
}

#login #message.ok h5{
	color: #098219;
}

#login #message h5{
	font-size: 16px;
	margin: 0;
	font-weight: bold;
	text-align: center;
	text-shadow: 0 -1px 0 #fff;
}

#login #message p{
    font-size: 14px;
    margin: 0 auto;
    text-align: justify;
}

#forgotten-pass{
	background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 0 52px rgba(0, 0, 0, 0.4);
    font-size: 14px;
    height: 130px;
    left: 50%;
    margin: -50px 0 0 -200px;
    overflow: hidden;
    padding: 40px 10px 10px;
    position: fixed;
    top: 50%;
    width: 360px;
    z-index: 500;
}

#forgotten-pass h4{
	box-shadow: 0 2px 1px rgba(255, 255, 255, 0.2) inset, 0 0 8px rgba(0, 0, 0, 0.5);
    font-size: 18px;
    font-weight: normal;
    height: 28px;
    left: 0;
    line-height: 28px;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

#forgotten-pass .aligne{
	text-align: center;
}

#forgotten-pass a:first-child{
	margin: 0 5px 0 0;
}

#offres{
	margin-top: 10px;
	margin-left: 10px;
}

#offres img{
	vertical-align: middle;
}

#offres h4, #offres h5, #offres h6, #offres2 h4, #offres2 h5, #offres2 h6{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#offres div{
	float: left;
	font-size: 14px;
}

#offres ul li, #offres2 ul li{
	text-align: center;
}

#offres #leftblock{
	width: 345px;
}

#offres #leftblock li.third{
	line-height: 53px;
}

#offres ul li.first, #offres h4, #offres2 ul li.first, #offres2 h4{
	height: 41px;
}

#offres ul li.second, #offres ul li.third, #offres2 ul li.second, #offres2 ul li.third{
	height: 53px;
}

#offres #middleblock{
	position: relative;
	z-index: 100;
}

#offres #middleblock .third, #offres2 #middleblock .third{
	height: 52px;
}

#offres ul li.four, #offres2 ul li.four{
	height: 44px;
	line-height: 44px;
}

#offres ul li.four.last, #offres2 ul li.four.last{
	height: 44px;
    line-height: 16px;
    padding: 8px 0 0;
}



#offres #middleblock .four, #offres2 #middleblock .four{
	height: 44px;
}

#offres #leftblock .four, #offres2 #leftblock .four{
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 44px;
	font-size: 14px;
}

#offres #middleblock, #offres #rightblock{
	width: 182px;
}

#offres .blank{

}

#offres #rightblock .second, #offres2 #rightblock .second{
	height: 48px;
	padding: 5px 0 0 0;
}

#offres #middleblock .five, #offres2 #middleblock .five{
	height: 53px;
}

#offres #rightblock .five, #offres2 #rightblock .five{
	height: 42px;
	padding: 10px 0 0 0;
}

#offres #rightblock .six, #offres2 #rightblock .six{
	text-align: left;
	padding: 0 0 15px 0;
}

#offres #rightblock .six ul{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: bold;
	padding: 10px 0 0 0;
}

#offres #rightblock .six ul li{
	padding: 3px 0;
}

#offres ul li.avecaudiotel{
	height: 40px;
    line-height: 16px;
    padding: 4px 0 0;
    font-size: 12px;
    font-weight: bold;
}

#offres #middleblock li.avecaudiotel{
	height: 40px;
}

#offres #leftblock, #offres2 #leftblock{
	margin-top: 113px;
}

#offres #leftblock h6, #offres2 #leftblock h6{
	margin-bottom: 14px;
	text-align: center;
}

#offres h5 img{
	margin-top: 25px;
}

#offres #leftblock ul, #offres2 ul{
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#offres #leftblock .four.one, #offres2 .four.one{
	border-top: 1px solid #ccc;
}

#offres #middleblock .four.one,#offres #rightblock .four.one, #offres2 .four.one,#offres2 .four.one{
	height: 43px;
}

#offres #middleblock .third, #offres2 #middleblock .third{
	border: 1px solid #ccc;
	background: #f6f6f6;
}

#offres #middleblock .four, #offres #middleblock .five, #offres2 .four, #offres2 .five{
	background: #f6f6f6;
}

#etape1Liaison,#etape2Liaison{
	width: 580px;
	margin: 10px auto;
	padding: 5px 10px;
	/*border-radius: 5px;
	border: 3px solid #EEEDED;*/
}

.etapeActive{
	border: 3px solid #85AC04 !important;
}

#etape1Liaison p.label{
	font-size: 14px;
	margin: 0 0 10px 0;
}

#etape1Liaison p.select{
	text-align: center;
	margin: 0 0 5px;
}

#etape1Liaison p.select select{
	width: 300px;
}

#etape1Liaison p.select div{
	text-align: left;
}

#etape1Liaison p.select span{
	text-align: center;
}

#etape2Liaison{
	font-size: 14px;
}

#etape2Liaison ul li{
	margin: 10px 0;
	background: #D7D7D7;
	padding: 10px 20px 10px 70px;
	position: relative;
}

#etape2Liaison ul li.ptel{
	background: #D7D7D7 url(/images/kcall.png) 10px center no-repeat;
}

#etape2Liaison ul li.pemail{
	background: #D7D7D7 url(/images/email_open.png) 10px center no-repeat;
}

#etape2Liaison ul li span.cliquezici{
	float: right;
	padding: 13px 30px;
	background: #819E00;
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 16px;
	text-decoration: none;
	color: #fff !important;
	border-bottom: 2px solid #2F651B;
	border-radius: 3px;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.1), 0 23px 0 rgba(255,255,255,0.1) inset;
	font-weight: bold;
}

#etape2Liaison ul li a.validation{
	color: #3A3A3A;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
	line-height: 18px;
}

#etape2Liaison ul li a.validation span{
	color: #000;
	-moz-transition:all 0.1s ease-in-out;
	-webkit-transition:all 0.1s ease-in-out;
	-o-transition:all 0.1s ease-in-out;
	transition:all 0.1s ease-in-out;
}

#etape2Liaison ul li a.validation > span.gras.souligne{
	font-size: 20px;
	text-decoration: none;
}

#message-choix.error{
	background: none repeat scroll 0 0 #F7D4D4;
    border: 2px solid maroon;
    color: maroon;
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 10px 20px;
    width: 680px;
}

#message-choix.error h3.error{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 3px;
}

#message-choix.info{
	background: none repeat scroll 0 0 #ecf7ff;
    border: 2px solid #2870a8;
    color: #2870a8;
    font-size: 14px;
    margin: 0 auto 20px;
    padding: 10px 20px;
    width: 680px;
}

#message-choix.info h3.info{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 3px;
}

.les-salons-selectionnes ul{
	min-height: 50px;
}

.les-salons-disponibles{
	margin: 20px 0 0 0;
}

.salons li{
	position: relative;
	height: 35px;
	margin: 5px 0;
}

.salons li a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 3px;
	color: #fff;
	line-height: 25px;
	font-size: 14px;
	padding: 0 0 0 10px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset, 0 1px 1px rgba(0,0,0,0.6);
}

.les-salons-disponibles .salons li a{
	background: #faf9f9;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #faf9f9 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#faf9f9), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #faf9f9 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #faf9f9 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #faf9f9 0%,#f3f3f3 100%);
	background: linear-gradient(top,  #faf9f9 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf9f9', endColorstr='#f3f3f3',GradientType=0 );
	color: #9a61a0;
}

.les-salons-disponibles .salons .picto{
	width: 16px;
	height: 25px;
	display: block;
	float: left;
	background: url("/images/add-salons.png") no-repeat center center;
	margin: 0 5px 0 -5px;
}

.les-salons-selectionnes .salons li a{
	background: #9a61a0;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNjFhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMjZmYTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #9a61a0 0%, #a26fa8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a61a0), color-stop(100%,#a26fa8));
	background: -webkit-linear-gradient(top,  #9a61a0 0%,#a26fa8 100%);
	background: -o-linear-gradient(top,  #9a61a0 0%,#a26fa8 100%);
	background: -ms-linear-gradient(top,  #9a61a0 0%,#a26fa8 100%);
	background: linear-gradient(top,  #9a61a0 0%,#a26fa8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a61a0', endColorstr='#a26fa8',GradientType=0 );
	color: #fff;
}

.les-salons-selectionnes .salons .picto{
	width: 16px;
	height: 25px;
	display: block;
	float: left;

	background: url("/images/del-salons.png") no-repeat center center;
	margin: 0 5px 0 -5px;
}

#content-galeries{
	width: 590px;
	margin: 0 auto;
	position: relative;
	background: rgba(255,255,255,0.5);
	z-index: 10;
	/*background: #F7F7F7;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0 3px 0 rgba(255,255,255,0.5) inset;*/
}

#content-galeries h3{
	height: 30px;
	line-height: 30px;
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 5;
}

#new-galerie{
	width: 135px;
	float: right;
	margin-top: 100px;
}

#content-galeries ul, .galeriephoto{
	padding: 0 0 9px 17px;
}

#content-galeries .galerieDuPro li, .galeriephoto li{
	width: 125px;
	height: 110px;
	float: left;
	margin: 4px;
	padding: 3px;
	cursor: move;
	position: relative;
}

#content-galeries .image-galerie{
	position: relative;
	height: 108px;
	overflow: hidden;
}

#content-galeries .image-galerie span.hover, .galeriephoto span.hover{
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	height: 88px;
	box-shadow: 0 1px 0 #fff, 0 2px 1px rgba(0,0,0,0.3) inset;
	z-index: 102;
}

#content-galeries .image-galerie span.hover.hovered{
	box-shadow: 0 0 0 rgba(0,0,0,0.4);
}

.img-galerie{
	box-shadow: 0 1px 0 #fff, 0 2px 1px rgba(0,0,0,0.5) inset;
	position: relative;
	z-index: 101;
}



#content-galeries .nom-galerie{
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

#content-galeries .image-galerie .hover-galerie, .galeriephoto .hover-photo{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
    bottom: 0;
    height: 25px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    line-height: 23px;
    text-align: right;
    padding: 0 10px 0 0;
   	display: none;
    z-index: 105;
}

.galeriephoto .hover-photo{
	left: 3px;
	bottom: 0;
	padding: 0;
}

#content-galeries .popup-galerie{
	background-color: rgba(0, 0, 0, 0.8);
    color: #CCCCCC;
    font-size: 14px;
    padding: 7px;
    position: absolute;
    left: 140px;
    top: 42px;
    z-index: 120;
    box-shadow: 0 0 10px #fff;
    opacity : 0;
    -moz-opacity : 0;
    -ms-filter: "alpha(opacity=0)"; /* IE 8 */
    filter : alpha(opacity=0); /* IE < 8 */
    display: none;
    min-width: 120px;
    max-width: 250px;
}

#content-galeries .popup-galerie:after{
	bottom: 50%;
    content: url("/images/array-warning-left.png");
    left: -10px;
    margin-bottom: -10px;
    margin-left: 0;
    position: absolute;
}

.galerieDuPro ul, .galeriephoto, #upload-photo form{
	position: relative;
	z-index: 100;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.5), 2px 2px 1px #fff inset;
	border-bottom: 3px solid rgba(0,0,0,0.5);
	border-radius: 3px;
}

.recherche-galerie{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #000;
	margin: 0 0 10px 0;
}

#infos{
	position: relative;
	z-index: 100;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.5), 2px 2px 1px #fff inset;
	border-bottom: 3px solid rgba(0,0,0,0.5);
	border-radius: 3px;
}

#infos textarea{
	margin: 0 0 0 20px;
    width: 73%;
}

#infos label{
	vertical-align: top;
}

#infos table tr{
	border: none !important;
}

#infos td{
	min-height: 25px;
	vertical-align: top;
	background: #EEE;
	overflow: auto;
}

#infos label{
	font-weight: bold;
	display: inline-block;
}

#infos select{
	float: right;
	margin: 0 5px 0 0;
	min-width: 100px;
}

#infos div>p{
	width: 90%;
	margin: 0 0 0 9%;
}

#infos tr:nth-child(even) td:nth-child(odd){
	background: #DDD;
}

#infos tr:nth-child(odd) td:nth-child(even){
	background: #DDD;
}

/*#content-galeries:after{
	content: " ";
	position: absolute;
	right: 0px;
	top: 10px;
	bottom: 10px;
	width: 50px;
	background: #fff;
	z-index: -10;
	box-shadow: 0 0 10px #000;
	border-radius: 125px 125px 125px 125px / 12px 12px 12px 12px;
}

#content-galeries:before{
	content: " ";
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100px;
	background: #fff;
	z-index: -8;
}*/

#choix-departement{
	float: none;
	overflow: auto;
}

#choix-departement.adroite{
	margin: 15px 0 0 405px;
	padding: 5px 0 0;
}

#choix-departement.enligne{
	width: 90%;
	margin: 0 auto;
}

#choix-departement.enligne li{
	display: block;
	width: 30%;
	margin: 5px 1%;
	float: left;
}

.galeriephoto{
	overflow: auto;
	padding: 17px 0 17px 17px;
	background: #F3F3F3;
	z-index: 50;
}

#infos{
	background: #F3F3F3;
}

#infos p.ok{
	padding: 10px;
	color: #75A004;
}

.galeriephoto li{
	cursor:pointer;
	overflow: hidden;
	height: 91px;
}

.galeriephoto .imgs{
	position: relative;
}

.h4-edit-photo{
	background: none repeat scroll 0 0 #A26FA8;
    color: #FFFFFF;
    font-size: 20px;
    margin: 20px auto 0;
    padding: 3px 0;
    text-align: center;
    width: 70%;
    font-weight: normal;
}

#popup-edit *{
	box-shadow : none;
	border: none;
}

#popup-edit #current_pic{
	box-shadow: 0 2px 2px rgba(0,0,0,0.6), 0 1px 0 rgba(255,255,255,0.8) inset;
}

#upload-photo form{
	min-height: 20px;
	padding: 20px;
	background: #F3F3F3;
}

.galerieDuPro ul, .galeriephoto, #upload-photo form #file_upload .ajax-file-upload form{
	margin-top: -20px !important;
	background: rgba(255,255,255,0);
	border: none !important;
	box-shadow: none;
}

#upload-photo form #file_upload .ajax-file-upload form input{
	border: none !important;
}

#upload-photo #file_uploadUploader{
	width: 120px;
	margin: 10px 0 0 270px;
	padding: 0;
	float: none;
}

#upload-photo #file_uploadQueue{
	float: none;
	margin: 0 auto;
}

#upload-photo label{
	text-align: center;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}

#zone_geo, #zone_geo td{
	background: #EEE !important;
	border-bottom: 3px solid #DDD;
	border-top: 3px solid #DDD;
}

#infos .message-succes{
	width: 87%;
	margin: 0 auto 10px;
}

#infos .message-succes p{
	margin: 0;
	width: auto;
}

#infos.ok{
	padding: 10px 0 0 0;
}

.statistiques_administration{
	margin: 15px 0;
}

.statistiques_administration li{
    border-bottom: 4px solid #302F2F;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.7) inset, 0 0 3px rgba(0, 0, 0, 0.7), 0 -1px 2px rgba(255, 255, 255, 0.1) inset;
    color: #DDDDDD;
    float: left;
    font-weight: bold;
    height: 125px;
    position: relative;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #464646 0%, #464646 60%, #515151 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(60%,#464646), color-stop(100%,#515151));
	background: -webkit-linear-gradient(top,  #464646 0%,#464646 60%,#515151 100%);
	background: -o-linear-gradient(top,  #464646 0%,#464646 60%,#515151 100%);
	background: -ms-linear-gradient(top,  #464646 0%,#464646 60%,#515151 100%);
	background: linear-gradient(top,  #464646 0%,#464646 60%,#515151 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#515151',GradientType=0 );*/
	background: #464646;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iIzQ2NDY0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NjU2NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #464646 0%, #464646 60%, #565656 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#464646), color-stop(60%,#464646), color-stop(100%,#565656));
background: -webkit-linear-gradient(top,  #464646 0%,#464646 60%,#565656 100%);
background: -o-linear-gradient(top,  #464646 0%,#464646 60%,#565656 100%);
background: -ms-linear-gradient(top,  #464646 0%,#464646 60%,#565656 100%);
background: linear-gradient(top,  #464646 0%,#464646 60%,#565656 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#464646', endColorstr='#565656',GradientType=0 );



}

.statistiques_administration li{
	width: 24%;
	margin: 0 0.5%;
}

.statistiques_administration li.clear{
	width: 0;
	height: 0;
	float: none;
}

.statistiques_administration li.first{
	margin : 0 0.5% 0 80px
}

.statistiques_administration li .titre{
	font-size: 18px;
	text-align: center;
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	height: 30px;
	line-height: 18px;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #000;
}

.statistiques_administration li .valeur{
	padding:10px;
	text-align: center;
}

.statistiques_administration li .valeur span{
	display: inline-block;
	width: 47px;
	height: 67px;
	background: url(/images/number-bg-min.png) no-repeat top left;
	font-size: 50px;
	line-height: 67px;
	text-align: center;
	color: #000;
}

#notification-dashboard{
	border: 1px solid #A26FA8;
    margin: 10px;
    width: 702px;
    font-size: 14px;
    border-radius: 3px;
    background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) ;
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #edecec 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#edecec)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* IE10+ */
	background: linear-gradient(top,  #f3f3f3 0%,#edecec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#edecec',GradientType=0 );
}

#notification-dashboard li{
	background: url(/images/notification.png) no-repeat 5px center;
	padding: 15px 25px 15px 60px;
	position: relative;
	border-top: 1px solid rgba(255,255,255,1);
	border-bottom: 1px solid #A7A7A7;
}

#notification-dashboard li a.notification-close{
	position: absolute;
	top: 1px;
	right: 2px;
	text-indent: -5000px;
	width: 22px;
	height: 22px;
	background-image : url(/images/notification-close.png);
}

#notification-dashboard li .notification-date{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #A7A7A7;
	padding: 2px 5px;
	text-indent: 10px;
	font-size: 12px;
	border-radius: 5px 0 0 0;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-weight: bold;
}

/* PROJETS */
#filtres{
	border-radius: 3px;
	width: 99%;
	margin: 15px auto 25px;
	box-shadow: 0 1px 2px 0 #985F9E;
	background: #ededed;

	font-size: 14px;
	position: relative;
	padding: 5px 0;
}

#filtres label{
	display: inline-block;
	min-width: 115px;
	text-align: right;
}

#filtres input[type=text], #filtres select{
	max-width: 200px;
}

#filtres >p, #filtres >div{
	margin: 5px 0;`
}

#filtres .par2{
	float: left;
	width: 48%;
	padding: 0 1%;
	overflow: auto;
}

#filtres input[type=checkbox]{
	margin-left: 30px;
}

#filtres .par2:nth-child(odd){
	text-align: right;
}

#filtres .par2:nth-child(odd) select{
	margin-left: 10px;
}

#filtres #psubmit{
    font-size: 17px;
    height: 28px;
    padding: 0 10px 0 0;
    text-align: center;
}

#filtres #psubmit a, .petit-bouton-vert{
	display: inline-block;
	padding: 7px 5px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: #719d03; /* Old browsers */
	background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #5F8D1B;
	border-radius: 3px;
}

#filtres #slider-range-budget, #filtres #slider-range-surface{
	width: 300px;
	margin: 4px 10px 0 30px;
}

#filtres .slide{
	height: 60px;
	vertical-align: middle;
	overflow: hidden;
	position:relative;
}

#filtres .slide .min,#filtres .slide .max{
	position: absolute;
	top: 40px;
	display: inline-block;
	width: 50px;
	text-align: center;
	color: #444;
	font-size: 12px;
	font-weight: normal;
}

#filtres .slide .min{
	left: 0;
}

#filtres .slide .max{
	right: 0;
}

#filtres .slide label{
	width: 350px;
	text-align: left;
	text-indent: 40px;
}

#filtres .slide span{
	margin: 0 0 0 10px;
	font-weight: bold;
	color: #8F5395;
}

#filtres .ui-slider-horizontal{
	height: 0.4em;
}

#filtres .ui-slider .ui-slider-handle{
	height: 19px;
	width: 17px;
}

#filtres hr, #lesprojets hr{
	border-top: 1px solid #FDFDFD;
	box-shadow: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
}

.lesprojets hr{
	border-top: 1px solid #BF9DC3;
	box-shadow: none;
	border-bottom: 1px solid #fff;
	border-left: none;
	border-right: none;
}


.filtres-titre{
	padding: 5px 10px 5px 30px;
	width: 350px;
	margin: 20px 0 -15px 20px;
	background-color: #A26FA8;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.4);
	border-radius: 3px 3px 0 0;
}

.filtres-titre.filtre{
	background-color: #79A304;
}

#lesprojets{
	margin-top: 15px;
	padding: 5px;
	background: #FAFAFA;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #985F9E;
}

#lesprojets .info1, #lesprojets .info2, #lesprojets .contact{
	margin: 5px 0;
	font-size: 14px;
}

#lesprojets .clear{
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

#lesprojets .unsurtrois, #lesprojets .deuxsurtrois{
	float: left;
	text-align: left;
}

#lesprojets .unsurtrois{
	width: 32%;
	padding: 0 0.5%;
}

#lesprojets .deuxsurtrois{
	width: 65%;
	padding: 0 0.5%;
}

#lesprojets .titre, #lesprojets .sous-titre{
	margin: 3px 0 5px;
	padding: 0 0 8px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	color: #803F87;
	font-weight: bold;
}

#lesprojets .sous-titre{
	margin: 15px 0 5px;
	border-top: 1px solid #f2f2f2;
	padding: 5px 0 8px;
}

#lesprojets .sous-titre p, #lesprojets .titre{
	text-indent: 5px;
}

#lesprojets .titre p{
	vertical-align: middle;
}

#lesprojets .projet{
	padding: 3px;
	border-radius: 3px;
	background: #FEFEFE;
	border-top: 1px solid #fff;
	/border-bottom: 1px solid #CCC;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.5);
	position: relative;
	margin: 30px 0 15px 0;
}

#lesprojets .avider .bouton-contact{
	text-align: center;
	vertical-align: middle;
	color: #75A004;
	font-weight: bold;
}

#lesprojets .avider a{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	font-weight: normal;
}

#lesprojets .avider .bouton-contact img{
	vertical-align: middle;
}

#lesprojets .date{
	background-color: #ADADAD;
	width: 150px;
	padding: 3px 5px;
	font-size: 14px;
	position: absolute;
	top: -31px;
	right: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
}

#lesprojets .flag{
	background-color: #ADADAD;
	width: 370px;
	padding: 3px 5px;
	font-size: 16px;
	position: absolute;
	top: -33px;
	left: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
	font-weight: bold;
}

#lesprojets .flag.direct{
	background-color: #A80329;
}

#lesprojets .flag.zone{
	background-color: #00AEFF;
	width: 400px;
}

#lesprojets #aucun{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.lesprojets{
	margin-top: 15px;
	padding: 5px;
	background: #FAFAFA;
	z-index: 60;
	border-radius: 3px;
	box-shadow: 0 1px 2px 0 #985F9E;
}

.lesprojets .info1, .lesprojets .info2, .lesprojets .contact{
	margin: 5px 0;
	font-size: 14px;
}

.lesprojets .clear{
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.lesprojets .unsurtrois, .lesprojets .deuxsurtrois{
	float: left;
	text-align: left;
}

.lesprojets .unsurtrois{
	width: 32%;
	padding: 0 0.5%;
}

.lesprojets .deuxsurtrois{
	width: 65%;
	padding: 0 0.5%;
}

.lesprojets .titre, .lesprojets .sous-titre{
	margin: 3px 0 5px;
	padding: 0 0 8px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	color: #803F87;
	font-weight: bold;
}

.lesprojets .sous-titre{
	margin: 15px 0 5px;
	border-top: 1px solid #f2f2f2;
	padding: 5px 0 8px;
}

.lesprojets .sous-titre p, .lesprojets .titre{
	text-indent: 5px;
}

.lesprojets .titre{
	width: 100%;
}

.lesprojets .titre p{
	vertical-align: middle;
}

.lesprojets .projet{
	padding: 3px;
	border-radius: 3px;
	background: #FEFEFE;
	border-top: 1px solid #fff;
	/border-bottom: 1px solid #CCC;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.5);
	position: relative;
	margin: 30px 0 15px 0;
}

.lesprojets .avider .bouton-contact{
	text-align: center;
	vertical-align: middle;
	color: #75A004;
	font-weight: bold;
}

.lesprojets .avider a{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	font-weight: normal;
}

.lesprojets .avider .bouton-contact img{
	vertical-align: middle;
}

.lesprojets .date{
	background-color: #ADADAD;
	width: 150px;
	padding: 3px 5px;
	font-size: 14px;
	position: absolute;
	top: -31px;
	right: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
}

.lesprojets .flag{
	background-color: #ADADAD;
	width: 370px;
	padding: 3px 5px;
	font-size: 16px;
	position: absolute;
	top: -33px;
	left: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
	font-weight: bold;
}

.lesprojets .flag.direct{
	background-color: #A80329;
}

.lesprojets .flag.zone{
	background-color: #00AEFF;
	width: 400px;
}

.lesprojets #aucun{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

#popup-premium, #popupAutre{
	/*background: url("/images/bg-premium.png") no-repeat scroll center 40px #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 20px rgba(162, 111, 168, 0.8), 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.7);
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -275px;
    padding: 0 20px;
    position: fixed;
    top: 50%;
    width: 510px;
    z-index: 100;*/
    background: url("/images/bg-premium-2.png") no-repeat scroll 35px 52px #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 20px rgba(162, 111, 168, 0.8), 0 1px 0 #FFFFFF inset, 0 1px 0 rgba(0, 0, 0, 0.7);
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -275px;
    padding: 0 20px;
    position: fixed;
    top: 50%;
    width: 510px;
    z-index: 100;
    display: none;
}

#popupAutre{
	background: url("/images/help.png") no-repeat scroll 35px 52px #FFFFFF;
	height: 165px;
}

#popup-premium.supprcompte{
	background: url("/images/supprcompte.png") no-repeat scroll 35px 52px #FFFFFF;
}

#popup-premium h4, #popupAutre h4{
	position: absolute;
	color: #B38AB7;
	text-shadow: 0 1px 0 #fff;
	border-radius: 10px 10px 0 0;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: 150px;
	height: 40px;
	line-height: 40px;
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
}

#popup-premium p, #popupAutre p{
	/*text-align: center;
	margin: 25px auto 10px;*/
	text-align: center;
	margin: 15px auto 10px;
}

#popup-premium p.speech, #popupAutre p.speech{
	/*margin-top: 70px;
	color: #282128;
	width: 80%;*/
	line-height: 1.1em;
    margin: 60px 0 0 130px;
    text-align: justify;
    width: 70%;

}

#popupAutre p.speech{
	margin-top: 57px;
}

#popup-premium #close, #popupAutre #close{
    font-size: 35px;
    position: absolute;
    right: 7px;
    top: 5px;
    padding: 1px 0 0 2px;
    z-index: 101;
    color: #777;
    width: 28px;
    height: 29px;
    box-shadow: 0 1px 0 #fff, 0 2px 4px rgba(0,0,0,0.4) inset;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    text-shadow: 0 1px 0 #fff;
    background: rgba(255,255,255,0.2);
    cursor: pointer;
}

#popup-premium .valid-form, #popupAutre .valid-form{
	font-size: 14px;
    font-weight: bold;
    padding: 7px 13px 5px;
}

#overlay2{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	opacity : 0.8;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter : alpha(opacity=80);
	z-index: 99;
}

.bouton-config{
	padding: 5px 10px;
	border-radius: 3px;
	background: #f3f3f3;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #f3f3f3 0%, #eeeded 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeded));
	background: -webkit-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
	background: -o-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
	background: -ms-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
	background: linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeded',GradientType=0 );
	color: #803F87;
	box-shadow: 0 1px 2px #803F87;
	margin: 0 0 5px 0;
}

.block-config{
	padding: 5px;
}

.block-config p{
	padding: 5px 0;
}

#submit-js-compte, #submit-js-facturation, #submit-js-mdp{
	min-height: 40px;
	line-height: 40px;
}

.upload span#pict,.upload span#pict2{
	margin: 0 8px 5px;
	display: inline;
	width: auto;
	float: left;
}

.upload p *{
	vertical-align: middle;
}

.upload #file_uploadUploader,.upload #file_upload2Uploader{
	padding: 0;
}

/*  DEVENIR PREMIUM  */
#offres-premium, #offres-premium-titre{
	margin-top: 10px;
	margin-left: 10px;
}

#offres-premium{
	box-shadow: 0 0px 5px #BCBABA !important;
}

#offres-premium img{
	vertical-align: middle;
}

#offres-premium-titre h4, #offres-premium-titre h5, #offres-premium-titre h6{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal;
	text-decoration: none;
}

#offres-premium div{
	float: left;
	font-size: 14px;
}

#offres-premium ul li{
	text-align: center;
}

#offres-premium #leftblock{
	width: 525px;
}

#offres-premium #leftblock li.third{
	line-height: 53px;
}

#offres-premium ul li.first, #offres-premium-titre h4{
	height: 41px;
}

#offres-premium ul li.second, #offres-premium-titre ul li.third{
	height: 53px;
}

#offres-premium #middleblock{
	position: relative;
	z-index: 100;
}

#offres-premium #middleblock .third{
	height: 52px;
}

#offres-premium ul li.four{
	height: 44px;
	line-height: 44px;
}

#offres-premium ul li.four.last{
	height: 36px;
    line-height: 16px;
    padding: 8px 0 0;
}



#offres-premium #middleblock .four{
	height: 44px;
}

#offres-premium #leftblock .four{
	text-align: left;
	padding: 0 0 0 20px;
	line-height: 44px;
	font-size: 14px;
}

#offres-premium #middleblock, #offres #rightblock{
	width: 162px;
}

#offres-premium .blank{

}

#offres-premium #rightblock .second{
	height: 48px;
	padding: 5px 0 0 0;
}

#offres-premium #middleblock .five{
	height: 53px;
}

#offres-premium #rightblock .five{
	height: 42px;
	padding: 10px 0 0 0;
}

#offres-premium #rightblock .six{
	text-align: left;
	padding: 0 0 15px 0;
}

#offres-premium #rightblock .six ul{
	width: 90%;
	margin: 0 auto;
	font-size: 14px;
	color: #fff;
	text-align: left;
	font-weight: bold;
}

#offres-premium #rightblock .six ul li{
	padding: 3px 0;
}

#offres-premium ul li.avecaudiotel{
	height: 40px;
    line-height: 16px;
    padding: 4px 0 0;
    font-size: 12px;
    font-weight: bold;
}

#offres-premium #middleblock li.avecaudiotel{
	height: 40px;
}

#liste-factures{
	width: 700px;
	margin: 0 auto;
	position: relative;
	z-index: 9;
	background: #F3F3F3;
	padding: 10px;
}

#liste-factures li{
	width: 90%;
	margin: 10px auto;
	padding: 5px 10px 5px 50px;
	position: relative;
	background: #D7CBD8 url(/images/puce-facture.png) no-repeat 5px 5px;
	border-radius: 3px;
	overflow: auto;
}

#liste-factures li a{
	background-color: #91B405;
    bottom: 7px;
    color: #FFFFFF;
    left: 482px;
    padding: 3px;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 9px;
    border-radius: 3px;
    border-bottom :3px solid #6D9A02;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2) inset, 0 -1px 4px rgba(255,255,255,0.2) inset;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

#liste-factures li a.multiple{
	right: 35px;
	border-radius: 3px 0 3px 3px;
}

#liste-factures li a.multiple+a{
	left: 620px;
    right: 10px;
    background: #F3F3F3;
    border-bottom-color: #AFAFAF;
    color: #91b405;
    text-shadow: none;
    border-radius: 0 3px 3px 0;
    font-weight: bold;
}

#liste-factures li .num{
	color: #803F87;
	font-weight: normal;
	float: left;
	font-size: 20px;
	height: 33px;
    line-height: 33px;
}

#liste-factures li .date{
    color: #524354;
    font-size: 12px;
    /* text-indent: 20px; */
    width: 85px !important;
    float: right;
    height: 33px;
    line-height: 38px;
    /* margin: 0 155px 0 0; */
    margin-right: 126px;
}

#liste-factures li .montant{
	width: 50px;
	float: left;
	font-size: 20px;
	height: 33px;
    line-height: 33px;
    font-weight: bold;
    margin: 0 0 0 15px;
    text-align: center;
    color: #6D9A02;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
}

#type-compte p{
	width: 90%;
	margin: 0 auto;
	text-align: justify;
	font-size: 14px;
}

.thumbs li.active{
	opacity: 1 !important;
}

#info-galerie{
	margin-bottom: 30px;
	background: #f3f3f3;
	background: -moz-linear-gradient(135deg,  rgba(249,250,249,1) 0%, rgba(229,229,229,0) 50%, rgba(125,185,232,0) 100%),-moz-linear-gradient(45deg,  rgba(249,250,249,1) 0%, rgba(229,229,229,0) 50%, rgba(125,185,232,0) 100%),#f3f3f3;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(0%,rgba(249,250,249,1)), color-stop(50%,rgba(229,229,229,0)), color-stop(100%,rgba(125,185,232,0))),-webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(249,250,249,1)), color-stop(50%,rgba(229,229,229,0)), color-stop(100%,rgba(125,185,232,0))),#f3f3f3;
	background: -webkit-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-webkit-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: -o-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-o-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: -ms-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-ms-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faf9', endColorstr='#007db9e8',GradientType=1 );

	border: 1px solid #d9d9d9;
	border-radius: 3px;
	position: relative;
	padding: 5px 0 15px;
}

#info-galerie:after{
	position: absolute;
	bottom: -16px;
	height: 15px;
	left: 0;
	right: 0;
	content: url(/images/slideshow-shadow.png);
}

#info-galerie p{
	margin: 3px 0;
	padding: 0 5%;
}

#info-galerie p.half{
	width: 40%;
	float: left;
	margin: 3px 5%;
	padding: 0;
}

#slideshow a{
}

#slideshow img{

}

h4.filtres-titre{
	font-size: 16px;
	margin-bottom: 0;
	text-align: left;
	position: relative;
}

h4.filtres-titre:after{
	position: absolute;
	top:3px;
	bottom: 0;
	left: -4px;
	width: 7px;
	content: url(/images/slideshow-titre-shadow.png);
}

hr.galeriehr{
	color: #A26FA8;
	background: #A26FA8;
	box-shadow: 0 1px 0 rgba(255,255,255,0.9);
	border: none;
	height: 1px;
}

#gal{
	background: #f3f3f3;
	background: -moz-linear-gradient(135deg,  rgba(249,250,249,1) 0%, rgba(229,229,229,0) 50%, rgba(125,185,232,0) 100%),-moz-linear-gradient(45deg,  rgba(249,250,249,1) 0%, rgba(229,229,229,0) 50%, rgba(125,185,232,0) 100%),#f3f3f3;
	background: -webkit-gradient(linear, right bottom, left top, color-stop(0%,rgba(249,250,249,1)), color-stop(50%,rgba(229,229,229,0)), color-stop(100%,rgba(125,185,232,0))),-webkit-gradient(linear, left bottom, right top, color-stop(0%,rgba(249,250,249,1)), color-stop(50%,rgba(229,229,229,0)), color-stop(100%,rgba(125,185,232,0))),#f3f3f3;
	background: -webkit-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-webkit-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: -o-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-o-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: -ms-linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),-ms-linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	background: linear-gradient(135deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),linear-gradient(45deg,  rgba(249,250,249,1) 0%,rgba(229,229,229,0) 50%,rgba(125,185,232,0) 100%),#f3f3f3;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9faf9', endColorstr='#007db9e8',GradientType=1 );
	padding: 10px 0 15px;
	border: 1px solid #d9d9d9;
	position: relative;
	margin-bottom: 20px;
	border-radius: 3px;
}

#gal:after{
	position: absolute;
	bottom: -16px;
	height: 15px;
	left: 0;
	right: 0;
	content: url(/images/slideshow-shadow.png);
}

.violet{
	color: #83438A;
}

#desc{
	text-align: justify;
	margin: 3px 0 10px;
	/*font-size: 14px;*/
}

#thumbs .thumbs li{
	position: relative;
}

#thumbs .thumbs li:after{
	position: absolute;
	bottom: -4px;
	height: 7px;
	left: 0;
	right: 0;
	content: url(/images/slideshow-thumbs-shadow.png);
}

#top.fiche_galerie #left h1, #top.fiche_galerie #left .h1-like{
	margin: 20px 20px 10px 10px;
}

#info-bulle-cf{
	margin-left: 6px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 10px;
	border:3px solid #6F9B03;
	background:#EEEEEE;
	color:#626262;
	font-weight:bold;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.4);
	border-radius: 3px;
}

.devenirpremiumillu{
	position: relative;
	height: 100%;
}

.devenirpremiumillu img{
	vertical-align: middle;
}

.devenirpremiumillu:before{
	content:" ";
	position: absolute;
	display: inline-block;
	left: 88%;
	top: 5px;
	bottom: 5px;
	right: 10px;
	border-radius: 50%;
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.devenirpremiumillu:after{
	content:" ";
	position: absolute;
	display: inline-block;
	left: 79%;
	top: 0px;
	bottom: 0px;
	right: 10px;
	background: #fff;
}

#choose-list{
	position: absolute;
	width: 230px;
	padding: 5px 10px;
	right: -140px;
	border-radius: 3px;
	background: #464646;
	top: 45px;
	z-index: 100;
	border: 4px solid #242424;
}
#choose-list li{
	padding: 5px 0;
	border-bottom: 1px solid #000;
}
#choose-list li+li{
	border-top: 1px solid #6B6B6B;
}
#choose-list li a{
	color: #EEE;
}
#choose-list li a:hover{
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}

#choose-list:after, #choose-list:before { right: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
#choose-list:after { border-right-color: #464646; border-width:10px; top: 50%; margin-top: -10px; }
#choose-list:before { border-right-color: #242424; border-width: 16px; top: 50%; margin-top: -16px; }

#devenez-prem{
	padding: 10px;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzliYmMwNiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzcxOWQwMyIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  rgba(155,188,6,0.5) 0%, rgba(113,157,3,0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,188,6,0.5)), color-stop(100%,rgba(113,157,3,0.5)));
background: -webkit-linear-gradient(top,  rgba(155,188,6,0.5) 0%,rgba(113,157,3,0.5) 100%);
background: -o-linear-gradient(top,  rgba(155,188,6,0.5) 0%,rgba(113,157,3,0.5) 100%);
background: -ms-linear-gradient(top,  rgba(155,188,6,0.5) 0%,rgba(113,157,3,0.5) 100%);
background: linear-gradient(top,  rgba(155,188,6,0.5) 0%,rgba(113,157,3,0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#809bbc06', endColorstr='#80719d03',GradientType=0 );*/
	background: #F4F4F4;
	border: 4px solid #5F7B00;
	border-radius: 5px;
	margin: 10px 0 0;
}

#devenez-prem.paiement2{
	background: none;
	border: none;
	text-align: center;
	margin-top: 20px;
}

#devenez-prem .titre{
	color: #5F7B00;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	text-shadow: 1px 1px 0px #fff,2px 2px 1px rgba(155,188,6,0.5);
}

#devenez-prem .txt{
	margin: 0 0 20px 0;
	font-size: 18px;
	font-weight: bold;
	color: #4F4B4B;
	line-height: 24px;
}

#devenez-prem .txt span{
	color: #5F7B00;
	text-decoration: underline;
	text-shadow: 1px 1px 0px #fff,2px 2px 1px rgba(155,188,6,0.5);
}

#devenez-prem .txt span.big{
	font-size: 20px;
	font-weight: bold;
}

#devenez-prem a.valid-form{
	box-shadow: 0 0 5px rgba(0,0,0,0.8);
}

.smalltips{
	margin: 10px 0 0;
}

.smalltips a, .paiement{
	font-size: 12px !important;
	background: none !important;
	padding: 0 !important;
	margin: 0 !important;
	border: none !important;
	box-shadow: none !important;
	color: #4F4B4B !important;
}

#devenez-prem a.paiement{
	font-size: 16px !important;
	text-shadow: none;
	background: #fff !important;
	padding: 2px 5px !important;
	display: inline-block;
	margin: 0 5px !important;
	box-shadow: 0 0 1px #5F7B00 !important;
}

#b-4251{ /* Popup des labels */
	position: relative;
	top: 50%;
	left: 0;
	font-size: 12px;
	width: 130px;
	margin-left: -70px;
	line-height: 14px;
	text-align: justify;
	background: #686868;
	color: #fff;
	text-shadow: 1px 1px 1px #000;
	padding: 5px 10px;
	border-radius: 3px;
	z-index: 101;
}

#b-4251:after { bottom: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #b-4251:after { border-bottom-color: #686868; border-width: 10px; left: 50%; margin-left: -10px; }

.encart{
	border-radius: 5px;
	padding: 5px;
	width:95%;
	margin: 10px auto;
	/*-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	-o-box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;
	box-shadow: 0 1px 0 rgba(255,255,255,0.4) inset;*/
	cursor: pointer;
	border-bottom: 3px solid #D6D4D4;
	background: #F0EFEF;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 0 1px 0 #FFFFFF inset;
}

.encart h5{
	color: #76A100;
	text-shadow: 0 1px 0 #fff;
}

.encart table,.encart table *{
	border: none;
	box-shadow: none;
	margin: 0;
}

.encart table .no-rowspan{
	padding: 0;
}

.encart table .un{
	width: 78px;
}

.encart table .trois{
	width: 240px;
}

.encart table a{
	display: inline-block;
	padding: 5px;
	color: #fff;
	-moz-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-webkit-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-o-text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

/*.encart.encart-violet{
	background: #985F9E;
	border-bottom: 3px solid #803F87;
}*/

.encart.encart-violet a{
	background: #96B806;
	border-bottom: 3px solid #6D9A02;
}

/*.encart.encart-vert{
	background: #96B806;
	border-bottom: 3px solid #6D9A02;
}*/

.encart.encart-vert a{
	background: #985F9E;
	border-bottom: 3px solid #803F87;
}

#informations{
	background: url(/images/info-f.png) left top no-repeat;
	padding: 7px 0 0 40px;
	width: 90%;
	margin: 0 auto 20px;
}

#informations h5{
	margin: 0 0 10px;
}

#informations p{
	font-size: 13px;
}

.fond-vert{
	background: #76A100;
	color: #fff;
	padding: 5px;
	margin: 5px 0 20px;
}

#inscription-ok{
	height: 178px;
	background: url(/images/inscription-ok.png) left top no-repeat;
	padding: 10px 0 0 188px;
	font-size: 14px;
	line-height: 18px;
}

#inscription-ok h6{
	color: #4F8B10;
	font-weight: bold;
	padding: 5px 0 10px;
	margin: 10px 0 5px 10px;
	border-bottom: 1px solid #BBB;
	font-size: 18px;
}

#banniere-depot{
    overflow: visible;
    padding-left: 20px;
    padding-top: 80px;
    position: relative;
    min-height: 110px;
}

#banniere-depot table {
    border: medium none;
    box-shadow: none;
    margin: 0;
    width: 475px;
}

#banniere-depot img{
	float: left;
}

#banniere-depot p{
	float: left;
	padding: 0 0 0 10px;
	width: 450px;
}

#banniere-depot p.titre{
	font-size: 22px;
	margin-bottom: 7px;
}

#banniere-depot .gros{
	font-size: 26px;
	font-weight: bold;
}

#banniere-depot .adresse{
	position: absolute;
	bottom: 5px;
	left: 205px;
}


.enseignes li a.multiple{
	text-shadow: none;
}


/*          GUIDES         */

h1#hautpage.guide-titre{
	padding: 10px 10px 15px;
	text-align: center;
	background: #4C66A9;
	color: #fff;
	font-size: 24px;
	margin: 0 0 20px;
}

.guide-date{
	float: right;
	margin:-33px 10px 10px 0;
	padding: 3px 5px;
	background: #985F9E;
	color: #fff;
	font-size: 14px;
}

.guide-intro{
	font-size: 14px;
	/*font-weight: bold;*/
	text-align: justify;
}

.guide-paragraphe h2{
	font-weight: bold;
	text-decoration: underline;
	color: #4D9807;
	padding: 20px 10px 10px;
	font-size: 18px;
}

.guide-contenu{
	font-size: 14px;
	text-align: justify;
	padding: 0 20px 0 30px;
}

.guide-haut{
	text-align: right;
	font-size: 14px;
	padding-right: 20px;
}

.guide-pagination{
	overflow: auto;
	margin: 20px 0 10px
}

.guide-pagination-left,.guide-pagination-right{
	width: 333px;
	margin: 0;
	padding: 7px 15px;
	background: #F0F0F0;
	border-bottom: 3px solid #D0D0D0;
	border-radius: 3px;
}

.guide-pagination-left table,.guide-pagination-right table,.guide-pagination-left table *,.guide-pagination-right table *{
	box-shadow: none;
	border: none;
	padding: 0;
	margin: 0;
}

.guide-pagination-right{
	float: right;
	text-align: right;
}

.guide-pagination-left{
	float: left;
	text-align: left;
}


/* ACCUEIL */
#accueil-top{
	background: url('/images/bg-accueil-top.jpg') no-repeat top left;
	border-radius: 5px;
	width: 710px;
	height: 303px;
	padding-top: 15px;
	margin: 0 auto;
}

#accueil-bottom{
	width: 710px;
	margin: 10px auto;
}

#accueil-bottom #accueil-bleft,#accueil-bottom #accueil-bright{
	width: 354px;
	margin: 0;
	padding: 0;
	float: left;
}

#accueil-bottom #accueil-bright{
	border-left: 1px solid #e2e2e2;
	float: right;
	padding: 0 0 0 10px;
	width: 339px;
	margin-left: 5px;
	margin-top: 15px !important;
}

#accueil-top .encart-top{
	overflow: hidden;
	height: 140px;
	margin: 0 10px 10px;
}

#accueil-top .encart-top + .encart-top{
	margin-top: 10px;
}

.picto-accueil{
	float: left;
	margin: 10px;
}

#inscription-pour-les-pros{
	text-align: center;
	width: 82%;
	margin: 0 auto;
	background: #523E54;
	border-radius: 0 0 7px 7px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.3) inset;
	padding: 5px 20px 7px;
}

#inscription-pour-les-pros a{
	color: #F3F8FE;
	font-wize: 13px;
}

.btn-accueil{
	width: 363px;
	height: 51px;
	float: right;
	background: url(/images/accueil-btn-top.png) no-repeat top left;
	padding: 12px 20px 10px 100px;
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin: 30px 20px 0 0 ;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5)
}

#accueil-top .encart-top + .encart-top .picto-accueil{
	margin-top: 0;
}

#accueil-top .encart-top + .encart-top .btn-accueil{
	margin-top: 40px;
}

#accueil-bottom #accueil-bleft .accueil-guide{
	overflow: auto;
	margin: 20px 0;
}

#accueil-bottom #accueil-bleft .accueil-titre{
	text-transform: uppercase;
	color: #50679f;
	font-size: 18px;
	font-weight: bold;
	width: 253px;
	float: left;
	text-align: right;
}

#accueil-bottom #accueil-bleft .accueil-resume{
	font-size: 14px;
	text-align: right;
	width: 250px;
	float: left;
}

#accueil-bottom #accueil-bleft .accueil-ill{
	float: right;
	width: 101px;
	overflow: hidden;
	margin: -20px 0 0 0;
}

#accueil-bright a{
	display: block;
	width: 236px;
	margin-bottom : 10px;
	padding-left: 100px;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#accueil-bright .immo{
	height: 68px;
	background: url(/images/accueil-btn-1.png) no-repeat top left;
	line-height: 74px;
	margin-top: 15px
}

#accueil-bright .arti{
	height: 76px;
	background: url(/images/accueil-btn-3.png) no-repeat top left;
	line-height: 87px;
}

/* ---------- FAQ ---------- */
#cache{
	background: #F5F5F5;
	padding: 20px 10px;
	border: 1px solid rgba(0,0,0,0.2);
	position: relative;
	z-index: 40;
}

#cache #professionnel, #cache #particulier{
	font-size: 14px;
}

.questionsreponses{
	width: 95%;
	margin: 0 auto;
}

.questionsreponses h3{
	color: #5C425C;
	font-weight: normal;
	font-size: 22px;
	border-bottom: 3px solid #5C425C;
	padding-bottom: 5px;
	margin: 0 0 10px;
}

.questionsreponses dl{
	margin: 10px 0 20px 10px;
	background: #fff;
	padding: 5px 10px 20px;
	box-shadow: 0 1px 0 rgba(0,0,0,0.2);
	border-radius: 0 0 3px 3px;
	position: relative;
}

#cache .haut{
	position: absolute;
	bottom: 5px;
	right: 5px;
	font-size: 12px;
	color: #777;
}

.questionsreponses dd{
	font-weight: bold;
	font-decoration: underline;
	font-size: 16px;
}

.questionsreponses dt{
	opacity: 0.8;
	margin: 3px 0 5px 10px;
	text-align: justify;
	font-style: italic;
}

.sommaire{
	width: 90%;
	margin: 20px auto 20px;
	background: #A26FA8;
	padding: 10px 20px;
	color: #fff;
	position: relative;
	border-radius: 3px;
}

.sommaire:after{
	content: "Sommaire";
	position: absolute;
	top: -28px;
	left: 20px;
	font-size: 30px;
	font-family: 'TeXGyreAdventorBold';
	color: #A26FA8;
}

.sommaire li{
	padding-left: 21px;
	margin: 3px 0;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}

.sommaire li span.fontsize12{
	margin-left: -16px;
}

.sommaire .faq-titre h3{
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	margin: 5px 0;
}

.sommaire .faq-titre{
	padding-left: 0;
}

.sommaire a{
	color: #fff;
}

.sommaire a:hover{
	font-style: italic;
	text-decoration: underline;
}

.fontsize12{
	font-size: 12px;
}

.menufaq{
	padding: 0 0 0 20px;
	position: relative;
	z-index: 50;
	height: 28px;
}

.menufaq li{
	width: 140px;
	text-align: center;
	float: left;
	border-radius: 3px 3px 0 0;
	border-top: 1px solid rgba(0,0,0,0.2);
	border-left: 1px solid rgba(0,0,0,0.2);
	border-right: 1px solid rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(0,0,0,0.2);
	padding: 5px 0 6px;
	margin: 0 5px -1px;
	background: #F5F5F5;
	cursor: pointer;
	box-shadow: 0 -2px 1px rgba(0,0,0,0.1) inset;
}

.menufaq li.actif{
	border-bottom: 1px solid #F5F5F5;
	font-weight: bold;
	color: #5C425C;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	position: relative;
}

.menufaq li.actif:after{
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	left: 0px;
	right: 0px;
	height: 5px;
	background: #F5F5F5;
}

.autreaide{
	margin-top: 10px;
}

/* ---------------------------- */
/*			Marque blanches		*/

#vud_content{
	overflow: auto;
}

#vud_content table{
	box-shadow: none;
    font-size: 14px;
    margin: 0 auto;
    width: auto;
}

#vud_content table tr{
	border: none;
}

.notice{
	padding: 20px;
	background: #F0F0F0;
	position: relative;
	margin: 20px 10px 30px;
	border-radius: 0 10px 0 10px;
	box-shadow: 0 2px 2px #59425A;
	width: 41%;
	float: left;
}

.notice:nth-child(odd){
	float: right;
}

.notice:nth-child(even){
	float: left;
}

.notice legend{
	padding: 5px 10px;
	position: absolute;
	left: 10px;
	top: -14px;
	font-size: 15px;
	background: #59425A;
	color: #fff;
}

.notice table td:first-child{
	width: 120px !important;
}

.notice table td > img{
	margin-left: -15px;
}

.notice li{
	margin: 2px 0;
}

.notice li a{
	text-shadow: 1px 1px 0 #fff;
	color: #503D51;
}

.notice li a:hover{
	color: #92AD22;
	font-style: italic;
}

#navibar{
	margin-bottom: 10px;
	font-size: 12px;
}

#navibar a{
	font-style: italic;
}

#vud_content > h2{
	margin: 10px 0;
	font-weight: bold;

}

#bloc_arrondi{
	font-size: 14px;
	text-align: justify;
	background: #81C3F7;
	padding-bottom: 12px;
}

#bloc_arrondi legend{
	background-color: #8CAB02;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#bloc_arrondi li{
	margin: 4px -10% 6px;
	/*color: #5C425C;*/
	color: #C5BFC5;
	/*color: rgba(255,255,255,0.9);*/
	/*text-shadow: 1px 1px 0 #fff;*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	background: #4F3D50;
	width: 110%;
	padding: 8px 5% 10px;
	position: relative;

}

#bloc_arrondi li:before{
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid #2F651B;
	border-right: 9px solid #fff;
	position: absolute;
	bottom: -9px;
	right: 0;
}

#bloc_arrondi li:after{
	content:"";
	width: 0;
	height: 0;
	border-top: 9px solid #2F651B;
	border-left: 9px solid #fff;
	position: absolute;
	bottom: -9px;
	left: 0;
}

#bloc_arrondi p{
	text-align: center;
}

#bloc_arrondi li strong{
	font-size: 20px;
	margin-bottom: 2px;
	display: block;
	color: #fff;
}

#vud_content div.center.margin_top{
	padding: 10px;
	margin: 20px;
}

#vud_content table.notice{
	padding: 10px;
	border-radius: 5px !important;
	box-shadow: 0 1px 0px rgba(0,0,0,0.5);
	width: 100%;
}

#vud_content table.notice td{
	text-shadow: 1px 1px 0px #fff;
}

#vud_content table.notice tr:nth-child(odd){
	background: rgba(0,0,0,0.05);
}

#vud_content{
	font-size: 14px;
}

#vud_content fieldset:not(.notice) legend{
	font-weight: bold;
	font-size: 18px;
	/*color: #7A5B7C;*/
}

#vud_content sup{
	line-height: 10px;
	margin-bottom: -3px;
}

#vud_content div.center.margin_top input, #form1 input[type=submit]{
	width: auto !important;
	margin-top: 10px;
	border: 1px solid #503D51;
	border-bottom: 3px solid #503D51;
	border-radius: 3px;
	padding: 5px 8px;
	background: #7A5B7C;
	font-size: 16px !important;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#vud_content table.notice textarea{
	resize: vertical;
}

#vud_content a > font > b {
	color: #503D51;
}

#cg{
	font-size: 12px;
	text-align: justify;
}

#cg h3{
	font-weight: bold;
	font-size: 16px;
	text-decoration: underline;
	margin: 10px 0;
}

#cg h4{
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: left;
	text-decoration: underline;
}

#cg h5{
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	color: #000;
	text-indent: 20px;
}

#cg p{
	padding-left: 30px;
	padding: right: 10px;
}

.mentions{
	font-size: 14px;
	padding: 20px;
	background: #fafafa;
}

.mentions h2{
	font-size: 16px;
	text-decoration: underline;
	margin-bottom: 3px;
}

.parrainage{
	text-align: center;
	margin: 15px 0;
}

.parrainage+.parrainage{
	margin-top: 5px;
}


/* ------- */
#login.contact{
	width:95%;
}

#login.contact #login-content{
	margin: 10px 0 0 67px;
	height: auto;
	padding-bottom: 5px;
	width: 400px !important;
}

#login.contact #login-left-pli{
	left: 56px;
}

#login.contact #login-right-pli{
	right: 215px;
}

#login.contact #login-left-part{
	left: 17px;
}

#login.contact h4{
	width: 421px !important;
}

#login.contact #login-content form p.input{
	width: 372px !important;
}

#login.contact #login-content input[type=text]{
	width: 230px;
}

#login.contact #login-right-part{
	right: 4px;
	width: 222px;
}

#login.contact #login-create{
	font-size: 14px;
}

#login.contact #login-create span{
	margin-top: 5px;
	margin-bottom: 0;
	font-size: 16px;
	color: #30651B;
	font-weight: bold;
	text-decoration: underline;
}

#login.contact #login-create{
	right: 4px;
	width: 222px;
}

#login.contact .textarea{
	height: auto;
}

#login.contact select{
	width: 225px;
}

#login.contact .textarea label{
	vertical-align: top;
}

#login.contact .textarea textarea{
	height: 50px;
	width: 237px;
	resize: vertical;
	margin-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.4);
	border: none;
	font-size: 14px;
}

#azerty{
	margin: 50px auto;
    text-align: center;
    width: 90%;
}

.guide-paragraphe #download{
	background-color: #F5F5F5;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3) inset;
    padding: 10px;
    width: 90%;
    margin: 0 auto 10px;
}

.guide-paragraphe #download a{
	display: block;
	margin: 10px auto;
	width: 150px;
	text-align: center;
	background-color: #4D9807;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	border-bottom: 3px solid #377002;
	border-radius: 3px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3), 0 21px 0 rgba(255,255,255,0.15) inset, 0 0 3px rgba(0,0,0,0.1) inset;
	text-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.guide-paragraphe #download a{
	border-radius: 3px;
}

.guide-paragraphe #download p{
	text-align: center;
}

.guide-paragraphe #download .legend{
	font-size: 12px;
	color: #555;
	text-align: center;
}

#overlay{
	background: #fff;
	opacity : 0.8 !important;
    -moz-opacity : 0.8;
    -ms-filter: "alpha(opacity=80)";
    filter : alpha(opacity=80);
}

.pro-lien{
	text-decoration: underline !important;
}

#etape1 .item_menu_admin{
	height: 90px;
	-moz-transition:none;
	-webkit-transition:none;
	-o-transition:none;
	transition:none;
	border-bottom: 3px solid #D6D4D4 !important;
	cursor: default;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f3f3f3 0%, #eeeded 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#eeeded));
background: -webkit-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
background: -o-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
background: -ms-linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
background: linear-gradient(top,  #f3f3f3 0%,#eeeded 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#eeeded',GradientType=0 );
}

#etape1 .item_menu_admin .nopremium2{
	font-size: 20px;
	font-weight: bold;
	color: #5F7B00;
}

#etape1 .item_menu_admin .nopremium2 span.petit{
	font-weight: normal;
	color: #444;
	line-height: 1.1em;
}

.projets_administration li{
	padding: 5px 30px 5px 35px;
	background: #F3F3F3 url(/images/puce-projet.png) no-repeat 10px center;
	border-radius: 3px;
	margin: 4px 0;
	border-bottom: #D6D4D4 1px solid;
	position: relative;
}

.projets_administration li a{
	font-wize: 14px;
	color: #503D51;
}

.projets_administration li a img{
	position: absolute;
	top: 2px;
	right: 5px;
}

sup{
	vertical-align: top;
}

.enseigne .agence li.bandeaugris{
	border-radius: 3px;
	border-bottom: 3px solid #CACACA;
	background: #E9EAEA;
	box-shadow: 0 0px 2px rgba(0,0,0,0.5);
	color: #332A2A;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	line-height: 35px;
	font-size: 18px;
	text-align: left;
	height: 35px;
	padding: 0 10px;
	width: 90%;
	margin: 0 auto;
}

.enseigne .agence li.bandeaugris a{
	font-size: 14px !important;
	font-weight: normal;
	float: right;
	padding: 3px 7px;
	line-height: normal;
	margin: 6px 0 0 4px !important;
	display: block;
}

#message-tr{
	width: 90%;
	margin: 10px auto 0;
	padding: 10px;
	background: #fff;
	border: 1px solid #81C3F7;
	text-align: justify;
	border-radius: 3px;
}

#message-tr h6{
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	color: #025391;
}

#message-tr p{
	font-size: 14px;
	line-height: 1.1em;
}

.projets_administration li{
	box-shadow: 0 1px 0 #fff inset;
}

.projets_administration table{
	border: 2px solid #D6D4D4;
	border-radius: 3px;
	overflow: hidden;
}

.projets_administration table tr{
	border: none;
}

.projets_administration table tr.bg_bande{
	background: #D6D4D4;
	border-bottom: 1px solid #C0BEBE;
}

.projets_administration table tr.border_bottom_blanc{
	border-bottom: 1px solid #fff;
}

#type-compte.block-config p a{
	margin-bottom: 20px;
}

#breadcrumb{
	font-size: 12px;
	border-bottom: 1px solid #EEE;
	margin-left: 5px;
}

#breadcrumb a span, #breadcrumb a:visited span{
	color: #543C54;
}

#breadcrumb > span:last-child a span, #breadcrumb > span:last-child a:visited span{
	color: #2F661B;
}

#paiement-carte{
	font-size: 14px;
	width: 95%;
	margin: 20px auto 0;

}

#paiement-carte ul{
	width: 90%;
	margin: 3px auto;
	list-style-type: square;
}

#paiement-carte h6{
	font-size: 18px;
	font-weight: bold;
	color: #819E00;
	margin: 25px 0 15px;
}

#paiement-carte .gras{
	font-size: 15px;
	margin-top: 15px;
	padding: 7px 11px;
	border: 3px solid #819E00;
	border-radius: 3px;
	text-align: center
}

#paiement-carte .explication{
	text-align: justify;
	margin-bottom: 25px;
}

#paiement-carte .titre{
	color: #5C9CED;
	font-weight: bold;
	text-indent: 10px;
	text-transform: capitalize;
	margin-top: 10px;
}

.titre-factures{

padding: 20px 10px;
width: 700px;
margin: 5px auto 0;
font-size: 18px;
color: #fff;
text-transform: uppercase;
text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
position: relative;
z-index: 10;
}

.titre-factures span{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	line-height: 40px;
	text-indent: 20px;
	display: block;
	background: #9a61a0;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhNjFhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUlIiBzdG9wLWNvbG9yPSIjYTI2ZmE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTUlIiBzdG9wLWNvbG9yPSIjYTI2ZmE4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzlhNjFhMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(left,  #9a61a0 0%, #a26fa8 5%, #a26fa8 95%, #9a61a0 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#9a61a0), color-stop(5%,#a26fa8), color-stop(95%,#a26fa8), color-stop(100%,#9a61a0));
background: -webkit-linear-gradient(left,  #9a61a0 0%,#a26fa8 5%,#a26fa8 95%,#9a61a0 100%);
background: -o-linear-gradient(left,  #9a61a0 0%,#a26fa8 5%,#a26fa8 95%,#9a61a0 100%);
background: -ms-linear-gradient(left,  #9a61a0 0%,#a26fa8 5%,#a26fa8 95%,#9a61a0 100%);
background: linear-gradient(left,  #9a61a0 0%,#a26fa8 5%,#a26fa8 95%,#9a61a0 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a61a0', endColorstr='#9a61a0',GradientType=1 );
}
.titre-factures span:before{
	border-radius: 5px 5px 5px 5px;
    bottom: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
    content: "";
    display: block;
    left: 3px;
    position: absolute;
    right: 3px;
    top: 10px;
    z-index: -1;
}

#projets .tabHeader .blocs{
	display: inline-block;
	padding: 5px 7px;
	text-align: center;
	color: #fff;
	background: #699400;
	border-radius: 3px 3px 0 0;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.8);
}

#projets .tabHeader .blocs a{
	color: #fff;
	text-decoration: underline;
}

#projets .titre{
	width: 227px;
	margin-right: 10px;
}

#projets .etat{
	width: 121px;
	margin-right: 10px;
	text-align: center;
}

#projets .type{
	width: 85px;
	margin-right: 10px;
	text-align: center;
}

#projets .date{
	width: 100px;
	margin-right: 10px;
	text-align: center;
}

#projets .item.date{
	width: 100px;
}

#projets .bouton{
	width: 110px;
	margin-right: 10px;
}

#projets .item{
	font-size: 13px;
	float: left;
	padding: 5px 7px;
	margin-right:14px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

#projets .tabItem{
	background: #EDEDED;
	margin-top: 5px;
	border-bottom: 1px solid #C1C1C1;
	border-radius: 2px;
}

#projets .even{
	background: #DEDCDD;
}

#projets .tabItem.nonverifie{
	background: #ffe4e4;
}

/* test */
#projets .tabItem{
	position: relative;
}

#projets .tabItem .etat{
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 255px;
}

#projets .tabItem .etat select{
	width: 110px;
	padding: 0 0 0 10px
}

#projets .tabItem .type{
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 407px;
}

#projets .tabItem .date{
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 508px;
}

#projets .tabItem .bouton{
	position: absolute;
	top: 50%;
	margin-top: -19px;
	right: 0px;
	margin-right: 0;
	text-align: right;
}

#projets .ville{
	font-style: italic;
	font-size: 12px;
	padding-top:3px;
	display:inline-block;
}

#projets .bouton a, #popop a, #popop3 a{
	display: inline-block;
	padding: 7px 5px;
	width: 80px;
	text-align: center;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
	background: #719d03; /* Old browsers */
	background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-9 */
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #5F8D1B;
	border-radius: 3px;
}

#projets .arrow_box {
	background: #F4F2F2;
    border: 3px solid #97B906;
    border-radius: 5px 5px 5px 5px;
    bottom: 56px;
    color: #4F4F4F;
    font-size: 13px;
    left: 286px;
    padding: 5px 10px;
    position: absolute;
    width: 300px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
    /*text-align: justify;*/
   	opacity: 0;
   	text-shadow: 0 1px 0 #fff;
   	z-index: 92;
}

#projets .arrow_box strong{
	display: inline-block;
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%;
    text-align: center;
}

#projets .arrow_box a{
	display: inline-block;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	text-decoration: underline;
	color: #00AEFF;
}

#projets .arrow_box:after, #projets .arrow_box:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #projets .arrow_box:after { border-top-color: #F4F2F2; border-width: 15px; left: 50%; margin-left: -15px; } #projets .arrow_box:before { border-top-color: #97B906; border-width: 19px; left: 50%; margin-left: -19px; }

.lesprojets{
	padding: 0 5px 5px 5px;
	background: #FAFAFA;
	border-radius: 3px;
	/*box-shadow: 0 1px 2px 0 #985F9E;*/
	position: absolute; border: 3px solid #97B906;
	width: 600px;
	top:50%;
	right: 100px;
	z-index: 60;
	box-shadow: 0 5px 20px rgba(0,0,0,0.9);
}

.lesprojets.nofloat{
	position: inherit;
	top: auto;
	width: auto;
	height: auto;
	left: auto;
	margin: 15px auto auto;
	right: auto;
	box-shadow: none;
}

.lesprojets.nofloat:before, .lesprojets.nofloat:after{
	display: none;
}

.lesprojets #close{
	background: #CCCCCC;
    border-radius: 50% 50% 50% 50%;
    cursor: pointer;
    font-size: 15px;
    height: 15px;
    line-height: 16px;
    position: absolute;
    right: 5px;
    text-align: center;
    text-indent: 1px;
    top: 5px;
    width: 15px;
    z-index:50;
}

.lesprojets:after, .lesprojets:before { left: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } .lesprojets:after { border-left-color: #FAFAFA; border-width: 15px; top: 50%; margin-top: -15px; } .lesprojets:before { border-left-color: #97B906; border-width: 19px; top: 50%; margin-top: -19px; }
.lesprojets.nv:before { border-left-color: #ae0e0e; }
.lesprojets.pv:before { border-left-color: #377093; }

.lesprojets.nv{
	border-color: #ae0e0e;
}

.lesprojets.pv{
	border-color: #377093;
}

.lesprojets.pv .info {
        background: #377093 none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 16px;
    left: -3px;
    padding: 10px 12px 10px 60px;
    position: absolute;
    top: -97px;
    width: 600px;
    text-align: left;
    line-height: 1.2;
}

.lesprojets.pv .contact p{
	margin-bottom: 5px;
}

.lesprojets.pv .info:before{
	position: absolute;
	left: 10px;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	content: "";
	background: url('/css/images/icon.svg');
	background-size: contain;
}

.lesprojets.pv a.petit-bouton-vert.gris{
	background: rgba(0,0,0,0.35) !important;
}


.lesprojets.nv .rappel {
    background: #ae0e0e none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-size: 14px;
    left: -3px;
    padding: 5px 10px;
    position: absolute;
    top: -75px;
    width: 600px;
}

.lesprojets .info1, .lesprojets .info2, .lesprojets .contact{
	margin: 5px 0;
	font-size: 14px;
}

.lesprojets .clear{
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
}

.lesprojets .unsurtrois, .lesprojets .deuxsurtrois{
	float: left;
	text-align: left;
}

.lesprojets .unsurtrois{
	width: 32%;
	padding: 0 0.5%;
}

.lesprojets .deuxsurtrois{
	width: 65%;
	padding: 0 0.5%;
}

.lesprojets .titre, .lesprojets .sous-titre{
	margin: 3px 0 5px;
	padding: 0 0 8px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
	color: #803F87;
	font-weight: bold;
}

.lesprojets .sous-titre{
	margin: 15px 0 5px;
	border-top: 1px solid #f2f2f2;
	padding: 5px 0 8px;
}

.lesprojets .sous-titre p, .lesprojets .titre{
	text-indent: 5px;
}

#projets .lesprojets .titre{
	width: 100%;
	padding: 5px 0 5px;
	margin-top: 0;
}

.lesprojets .titre p{
	vertical-align: middle;
}

.lesprojets .projet{
	padding: 3px;
	border-radius: 3px;
	background: #FEFEFE;
	border-top: 1px solid #fff;
	/border-bottom: 1px solid #CCC;
	box-shadow: 0 1px 2px 1px rgba(0,0,0,0.5);
	position: relative;
	margin: 30px 0 15px 0;
}

.lesprojets .avider .bouton-contact{
	text-align: center;
	vertical-align: middle;
	color: #75A004;
	font-weight: bold;
}

.lesprojets .avider a{
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0;
	font-weight: normal;
}

.lesprojets .avider .bouton-contact img{
	vertical-align: middle;
}

.lesprojets .date{
	background-color: #ADADAD;
	width: 150px;
	padding: 3px 5px;
	font-size: 14px;
	position: absolute;
	top: -31px;
	right: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
}

.lesprojets .flag{
	background-color: #ADADAD;
	width: 370px;
	padding: 3px 5px;
	font-size: 16px;
	position: absolute;
	top: -33px;
	left: 5px;
	border-radius: 3px 3px 0 0;
	color: #fff;
	font-weight: normal;
	text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
	font-style: italic;
	font-weight: bold;
}

.lesprojets .flag.direct{
	background-color: #A80329;
}

.lesprojets .flag.zone{
	background-color: #00AEFF;
	width: 400px;
}

.lesprojets #aucun{
	padding: 10px;
	font-size: 14px;
	text-align: center;
	font-style: italic;
}

.lesprojets .popup-premium{
	background: url("/images/bg-premium-2.png") no-repeat scroll 23px 0 transparent;
    padding: 0 20px;
    display: block;
}

.lesprojets .popup-premium h4{
	position: absolute;
	color: #4D3C4F;
	text-shadow: 0 1px 0 #fff;
	border-radius: 10px 10px 0 0;
	top: -10px;
	left: -10px;
	right: -10px;
	bottom: 150px;
	height: 40px;
	line-height: 40px;
	background: #fefefe;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefefe 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefefe), color-stop(100%,#f3f3f3));
	background: -webkit-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: -o-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: -ms-linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	background: linear-gradient(top,  #fefefe 0%,#f3f3f3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#f3f3f3',GradientType=0 );
	text-indent: 155px;
	text-align: left !important;
}

.lesprojets .popup-premium p{
	/*text-align: center;
	margin: 25px auto 10px;*/
	text-align: center;
	margin: 25px auto 5px;
}

.lesprojets .popup-premium p.speech{
	/*margin-top: 70px;
	color: #282128;
	width: 80%;*/
	line-height: 1.1em;
    margin: 60px 0 0 130px;
    text-align: justify;
    width: 77%;
    font-size:14px;
}

.lesprojets .popup-premium p.speech strong{
	display: inline-block;
	margin-top: 10px;
	font-size: 20px;
	width: 100%;
	text-indent: 50px;
}

.tabItem.projet .identite{
	color: #2C6896;
    display: inline-block;
    padding: 0 0 3px;
}

.tabItem.projet .infos{
	display: inline-block;
    padding: 0 0 3px;
    font-style: normal;
    font-weight: bold;
}

.tabItem.projet .infos .verifie{
	color: #83ae0e;
}

.tabItem.projet .infos .nonverifie{
	color: #ae0e0e;
}

#offres .arrow_box {
	background: #F4F2F2;
    border: 3px solid #68ADD8;
    border-radius: 5px 5px 5px 5px;
    bottom: 56px;
    color: #4F4F4F;
    font-size: 13px;
    padding: 5px 10px;
    position: absolute;
    width: 150px;
    margin-left: -78px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.7);
    text-align: center;
   	opacity: 0;
   	text-shadow: 0 1px 0 #fff;
   	z-index: 200;
   	line-height: 14px;
}

#offres .arrow_box strong{
	font-weight: bold;
}

#offres .arrow_box.big{
	width: 450px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#offres .arrow_box a{
	display: inline-block;
	margin-top: 5px;
	text-align: center;
	width: 100%;
	text-decoration: underline;
	color: #00AEFF;
}

#offres .arrow_box:after, #offres .arrow_box:before { top: 100%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #offres .arrow_box:after { border-top-color: #F4F2F2; border-width: 15px; left: 50%; margin-left: -15px; } #offres .arrow_box:before { border-top-color: #68ADD8; border-width: 19px; left: 50%; margin-left: -19px; }

#leftblock li{
	position: relative;
}

#offres.devenirpremium #leftblock{
	margin-top: 0;
}

#offres.devenirpremium #middleblock .four.one{
	border-top: 1px solid #CCCCCC;
}

#offres.devenirpremium #middleblock .four.one, #offres.devenirpremium #rightblock .four.one{
	height: 44px;
}

#offres.devenirpremium #rightblock .four.ast{
	border-bottom: 1px solid #68ADD8;
}

#liste_villes #search{
	height: 52px;
	margin: 5px auto -10px;
}

#liste_villes #search #autocomplete{
	top: 60px;
}

#popop{
	width: 380px;
	height: 130px;
	padding: 10px;
	margin: -200px 0  0 -200px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	border-radius: 3px;
	border: 3px solid #8FAC11;
	z-index: 101;
	text-align: center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#popop a, #popop3 a{
	width: 150px;
	margin: 0 10px;
}

#popop a.non, #popop3 a.non{
	background: #9c9d9b; /* Old browsers */
background: -moz-linear-gradient(top,  #9c9d9b 0%, #bcbcbc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9d9b), color-stop(100%,#bcbcbc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9c9d9b 0%,#bcbcbc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9b', endColorstr='#bcbcbc',GradientType=0 ); /* IE6-9 */
border-bottom-color: #777777;
}

#popop p{
	margin: 0 0 10px;
}

#liste_agences h6{
	background-color: #699400;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    display: block;
    font-weight: bold;
    margin: 0 0 0 20px;
    padding: 3px 20px;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    width: 60px;
}

#liste_agences div#filters{
	display: block;
	border-radius: 3px;
	background: #E8E8E8;
	border-bottom: 1px solid #A2A2A2;
}

#liste_agences div#filters table{
	box-shadow: none !important;
}

#liste_agences div#filters table tr{
	border: none;
	padding: 5px
}

#liste_agences div#filters table tr td{
	text-align: right;
}

#liste_agences div#filters table tr .padding-bottom{
	padding: 0 0 5px 5px;
	text-align: left;
}

#liste_agences div#filters table tr .padding-top{
	padding: 5px 0 0 5px;
	text-align: left;
}

#liste_agences div#filters a{
	background: #719d03; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcxOWQwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YmJjMDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-8 */

    border-bottom: 2px solid #5F8D1B;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 5px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 80px;
}

.style-input{
	position: relative;
}

.geoloc{
	position: absolute;
	top: 10px;
	right: 69px;
	cursor: pointer;
}

#overlay-accueil{
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQImWNgYGAwRsINDGgcYwY0jjEDGscYAI72BGVpv1KeAAAAAElFTkSuQmCC);
	cursor: default;
}

#popup-accueil{
	display: block;
	background: url('/images/moe/pop_up-moe.png');
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.6), 0 0 30px rgba(0, 0, 0, 0.5);
    left: 50%;
    margin: -129px 0 0 -200px;
    height: 258px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    width: 400px;
    z-index: 101;
}

#popup-accueil a{
	display: block;
	position: absolute;
	bottom: 0;
	height: 50px;
	text-indent: -5000px;
	overflow: hidden;
}

#popup-accueil a.oui{
	left: 0;
	width: 270px;
}

#popup-accueil a.non{
	right: 0;
	width: 105px;
}

#gal a#prev{
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	text-indent: -5000px;
	border-right:20px solid #503D51;
}

#gal a#next{
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	text-indent: -5000px;
	border-left:20px solid #503D51;
}

.modifierinfosfiche{
	text-align: center;
	margin: 14px 0;
	padding: 10px;
}

.modifierinfosfiche a{
	color: #4F811B;
	text-decoration: underline;
	position: relative;
	padding-left:33px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
	border-radius: 3px;
	border: 1px solid #93BE2D;
	font-size: 14px;
}

.modifierinfosfiche a:before{
	content: '';
	vertical-align: bottom;
	position: absolute;
	top: 50%;
	left: 3px;
	background: url('/images/imodifpro.png') no-repeat top left;
	width: 24px;
	height: 24px;
	margin-top: -11px;
}

#tips{
	position: fixed;
	top: 45%;
	width: 240px;
	border: 3px #fff solid;
	box-shadow: 0 3px 4px rgba(0,0,0,0.5);
	z-index: 100;
	background: #EFEFEF url('/images/alertw.png') no-repeat 0px center;
	font-size: 14px;
	padding: 5px 5px 5px 70px;
	right: 35%;
}

#tips.error{
	top: 10%;
}

#tips h3{
	font-size: 16px;
	color: #3F88E3;
	font-weight: bold;
	margin: 3px 0 8px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

#tips p{
	color: #333;
	margin-bottom: 5px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.9);
}

#tips a{
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: underline;
	color: #3F88E3;
}

#projets .tabItem.projet.shadow-hilight{
	box-shadow: 0 0 5px #80021E;
	background: #D8AFB8;
	behavior: url()
}

.title-vert-gestion{
	color: #317700;
	text-align: left;
	margin-top: 10px;
}

.avec-petits-boutons{
	text-align: left;
}

.avec-petits-boutons a, a.v{
	padding:5px 14px;
	font-size: 13px;
	background: #9bbc06; /* Old browsers */
background: -moz-linear-gradient(top,  #9bbc06 0%, #719d03 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9bbc06), color-stop(100%,#719d03)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9bbc06 0%,#719d03 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9bbc06 0%,#719d03 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9bbc06 0%,#719d03 100%); /* IE10+ */
background: linear-gradient(to bottom,  #9bbc06 0%,#719d03 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9bbc06', endColorstr='#719d03',GradientType=0 ); /* IE6-9 */

	font-weight: bold;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	border-radius: 3px;
}

.bop li a{
	background: #5A425B;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: 'AvantGardeMdBTMedium';
    margin: 0;
    padding: 3px 8px 5px;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px #333333;
}

.bop div label{
	font-size: 14px;
	display: inline-block;
	min-width: 200px;
	*width: 240px;
	font-weight: bold;
	color: #434343;
	text-indent: 10px;
}

.bop div p.lii:nth-child(odd){
	background: #E4E4E4;
}

.bop div a.o{
	font-size: 13px;
	color: #fff;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	padding: 3px 7px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	font-weight: bold;
	border-radius: 3px;
}

.partenaire_box{
	overflow: auto;
	display: table;
	padding: 5px;
	background: #EEE;
	box-shadow: 0 1px 1px rgba(0,0,0,0.4);
	margin-bottom: 5px;
}

.partenaire_vignette{
	width: 120px;
	padding-right: 5px;
	display: table-cell;
	vertical-align: middle;
}

.partenaire_texte{
	width: 585px;
	display: table-cell;
	padding: 0 5px;
	vertical-align: middle;
}

.partenaire_lien{
	color: green;
	font-size: 14px;
	margin: 2px 0;
	font-style: italic;
}

.guide-et-service{
	width: 88%;
	padding: 1% 1% 0.1% 1%;
	margin: 10px auto 13px;
	background: #F7F7F7;
	border-bottom: 3px solid #BDBDBD;
	border-radius: 3px;
	position: relative;
	-webkit-transition: 0.2s ease all;
	-moz-transition: 0.2s ease all;
	-ms-transition: 0.2s ease all;
	-o-transition: 0.2s ease all;
	transition: 0.2s ease all;
}

.guide-et-service div > p{
	margin: 0 auto !important;
	width: 98%;
}

.guide-et-service h3{
	color: #8AAE35;
	font-size: 20px;
	padding-bottom: 3px;
	margin-bottom: 6px;
	border-bottom: 1px solid #8AAE35;
	text-shadow: 0 1px 1px #fff;
}

.guide-et-service span{
	display: inline-block;
	width:100%;
	text-align: right;
	color: #503D51;
	font-size: 10px;
}

.guide-et-service strong{
	position: absolute;
	top: 3px;
	right:7px;
	font-weight: normal;
	text-decoration: underline;
	color: #fff;
	padding: 5px 7px;
	border-radius: 3px;
	font-size: 14px;
	background: #503D51;
}

.editable > td:last-child:after{
	content: "";
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAH8SURBVDjLjZPfS1NhGMdXf0VEQhDUhdCN4X0IYT8ghIJQM0KoC4vushZddLELKyRhQQkSFIKEGEkUCI2oxVhepG5zi1xbc0u3cDs7Z+ec/ezT+x62scmmHvhwDrzP93Pe57znsQE2cR0SdAm6d+GwYL/M1LBVBV35fF4plUqVcrlMK8Q6TqdzYrukJuiW4Vwuh67rdbLZLJlMhmQyaUnigVlC05f4+dbB0tQplp92DsnwPimQBaZpUigUrLtE0zQURSGVSqHF37DhGkVZeQdagszKLJ7HvZtNAhmuIQWGYaCqKps/ZkivPqCwPs/Gp0cYvjnKUTe+F9fMJoFoo96zfJZ9K+sLpP33qRhujPANtr7dJPhqmO/PBxX3+PljTYLtqImPpH13qZge9LUrmLEB1FU7sZd9jJw5MljNthYk/KLnxdFqeAjzdz9Z/z3Ck2fRE36qx9pakAjME1y4Lbb9GTMyTD52GUXsZO3ZadTkL6umrSD4ZZrAezvLH54Q915EjwywtXSH8FQf+t+I9V12FLwe6wE1SmjyAi77Qb6Kt3rGe9H+hKzwrgLH9eMUPE4K3gm8jpPMjRwlHfNTLBbr7Cjo7znA2NVOXA/PsThzi2wyah1pI+0E/9rNQQsqMtM4CyfE36fLhb2ERa0mB7BR0CElexjnGnL0O2T2PyFunSz8jchwAAAAAElFTkSuQmCC) top left no-repeat;
	opacity: 0.3;
	width:16px;
	height:16px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -3px;
}

.editable:hover > td:last-child:after {
	content: "";
	background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAH8SURBVDjLjZPfS1NhGMdXf0VEQhDUhdCN4X0IYT8ghIJQM0KoC4vushZddLELKyRhQQkSFIKEGEkUCI2oxVhepG5zi1xbc0u3cDs7Z+ec/ezT+x62scmmHvhwDrzP93Pe57znsQE2cR0SdAm6d+GwYL/M1LBVBV35fF4plUqVcrlMK8Q6TqdzYrukJuiW4Vwuh67rdbLZLJlMhmQyaUnigVlC05f4+dbB0tQplp92DsnwPimQBaZpUigUrLtE0zQURSGVSqHF37DhGkVZeQdagszKLJ7HvZtNAhmuIQWGYaCqKps/ZkivPqCwPs/Gp0cYvjnKUTe+F9fMJoFoo96zfJZ9K+sLpP33qRhujPANtr7dJPhqmO/PBxX3+PljTYLtqImPpH13qZge9LUrmLEB1FU7sZd9jJw5MljNthYk/KLnxdFqeAjzdz9Z/z3Ck2fRE36qx9pakAjME1y4Lbb9GTMyTD52GUXsZO3ZadTkL6umrSD4ZZrAezvLH54Q915EjwywtXSH8FQf+t+I9V12FLwe6wE1SmjyAi77Qb6Kt3rGe9H+hKzwrgLH9eMUPE4K3gm8jpPMjRwlHfNTLBbr7Cjo7znA2NVOXA/PsThzi2wyah1pI+0E/9rNQQsqMtM4CyfE36fLhb2ERa0mB7BR0CElexjnGnL0O2T2PyFunSz8jchwAAAAAElFTkSuQmCC) top left no-repeat;
	opacity: 1;
	width:16px;
	height:16px;
	display: inline-block;
	margin-left: 5px;
	margin-bottom: -3px;
}

.item_menu_admin a{
	text-indent: -5000px;
	display: block;
}

table.reset{
	box-shadow: none;
    font-size: auto;
    margin: auto;
    width: 100%;
}

table#table-enseignes{
	margin-top: 15px;
}

table.reset tr{
	border-bottom: none;
}

table.reset td{
	margin: 0;
	padding: 0;
}

table.reset#table-enseignes td.topleft{
	width: 45px;
}

table.reset#table-enseignes td.topmiddle{
	width: 22px;
}

table.reset#table-enseignes td.w33{
	width: 33%;
	padding-right: 5px;
}

table.reset td.repeatvertical{
	background: url('/images/qc/ge-trait-vertical.png') repeat-y top left;
}

table.reset td.repeathorizontal{
	background: url('/images/qc/ge-trait-horizontal.png') repeat-x top left;
	min-height: 41px;
}

table.reset span.encartnom{
	display: inline-block;
	padding: 8px 10px;
	background: #a26fa8;
	color: #fff;
	font-weight: bold;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	font-size: 17px;
}

table.reset p.agence{
	background: #E4E4E4;
}

table.reset p.agence *{
	vertical-align: middle;
}

table.reset p.agence label{
	color: #434343;
    display: inline-block;
    font-size: 14px;
    padding: 5px 5px 5px 10px;
    font-weight: bold;
    width: 200px;
}

table.reset p a.o{
	font-size: 13px;
	color: #fff;
	background: #ffaf4b; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffaf4b 0%, #ff920a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffaf4b), color-stop(100%,#ff920a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffaf4b 0%,#ff920a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffaf4b 0%,#ff920a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffaf4b', endColorstr='#ff920a',GradientType=0 ); /* IE6-9 */
	padding: 3px 7px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.7);
	font-weight: bold;
	border-radius: 3px;
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}

table.reset tr.hr{
	height: 10px;
}

table#table-enseignes .addAgence{
	color: #8DAB07;
	font-weight: bold;
}

table#table-enseignes .addAgence:before{
	background: none repeat scroll 0 0 #8DAB07;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    content: "+";
    font-size: 14px;
    font-weight: bold;
    padding: 0 4px;
    margin-right: 5px;
    margin-left: 5px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

table#table-enseignes .addAgence.disabled:before{
	background: #BCBCBC
}

table#table-enseignes .addAgence.disabled{
	color: #BCBCBC;
}

table#table-enseignes .addEnseigne{
	color: #A26FA8;
	font-weight: bold;
	font-size: 16px;
}

table#table-enseignes .addEnseigne:before{
	background: #A26FA8;
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    content: "+";
    font-size: 18px;
    font-weight: bold;
    padding: 1px 5px 2px;
    display: inline-block;
    margin-right: 5px;
    margin-top: 2px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

table#table-enseignes .addEnseigne.disabled:before{
	background: #BCBCBC
}

table#table-enseignes .addEnseigne.disabled{
	color: #BCBCBC;
}

table#table-enseignes p.agence.disabled{
	background: #F3F3F3;
}

table#table-enseignes p.agence.disabled label{
	color: #ADADAD;
}

table#table-enseignes p.agence.disabled a{
	background: #BCBCBC;
	text-shadow: none;
}


#popupEnseigne{
	background: #EEEDED;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    height: 80px;
    left: 50%;
    margin: -50px 0 0 -375px;
    padding: 10px;
    position: fixed;
    top: 50%;
    width: 730px;
    z-index: 100;
    text-align: center;
    border-radius: 5px;
}

#popupEnseigne strong{
	display: block;
	color: #A26FA8;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 20px;
	border-bottom: 2px solid #A26FA8;
	margin-bottom: 12px;
}

#popupEnseigne a{
	display: inline-block;
	margin-right: 5px;
}

#copyright .violet.aze{
	color: #92AD22;
	position: absolute;
	right: 0;
	display: none;
}

#foot-bloc-3{ position: relative;}

#foot-bloc-3 .aqw{
	position: absolute;
	bottom : 0;
	right: 0;
}

#foot-bloc-3 .aqw a{
	opacity: 0.05;
}

.inbl{
	display: inline-block;
}

.popop-projets{
	background: #CEECFF;
	color: #445159;
	max-height: 115px;
	overflow-y: auto;
	overflow-x: hidden;
	margin-bottom: 10px;
}

.popop-projets li{
	text-align: left;
	margin: 3px auto;
	padding: 2px 5px;
	position: relative;
}

.popop-projets li:nth-child(even){
	background: #9ED9FF;
}

#popop,#popop2,#popop3{
	height: auto;
	padding: 0;
	border: 1px solid #68ADD8;
	width: 650px;
	margin-left: -325px;
}

.popop-head{
	background: #68ADD8;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

.popop-content{
	padding: 5px 7px;
}

.popop-projet-nom{
	width: 240px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
}

.popop-projet-identite{
	width: 80px;
	margin: 0;
	padding: 0;
	font-size: 14px;
	text-align: center;
}

.popop-projet-superficie{
	width: 210px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	font-style: italic;
	font-size: 14px;
	padding-left: 10px;
}

.popop-projet-voir{
	width: 70px;
	margin: 0;
	padding: 0;
	text-align: right;
	vertical-align: middle;
}

#popop .popop-projet-voir a.showProjet{
	width: 65px;
	margin: 0;
	line-height: 11px;
	background: #90B406;
	border-bottom: none;
	cursor: pointer;
}

.popop-foot{
	padding: 5px 0;
	background: #68ADD8;
}

#popop .popop-foot .showProjet,#popop3 .popop-foot .showProjet{
	font-size: 16px;
	width: auto;
}

#popop .popop-foot .non,#popop3 .popop-foot .non{
	font-size: 14px;
	width: auto;
}

#popop .petit{
	font-size: 11px;
}

#popop span.infopop{
	display: block;
	display: none\9;
	width: 210px;
	color: #52616A;
	text-shadow: none;
	text-align: left;
	font-weight: normal;
	position: absolute;
	 right: -225px;
	 background: #EDEDED;
	 top: 80px;
	 font-size: 13px;
	 padding: 7px 10px;
	 -moz-opacity: 0;
	 opacity: 0;
	 height: 130px;
    -moz-transition: all 0.3s ease-out;
	 -webkit-transition: all 0.3s ease-out;
	 transition: all 0.3s ease-out;
	 line-height: auto;
	 z-index: 150;
}

#popop span.infopop:after { left: -10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } #popop span.infopop:after { border-color: transparent; border-right-color: #EDEDED; border-width: 5px; top: 50%; margin-top: -5px; z-index: 151}

#popop span.infopop.hover{
	-moz-opacity: 1;
	opacity: 1;
	display: block\9;
	box-sahdow: 0 2px 4px rgba(0,0,0,.3);

}

#popop2, #popop3{
	width: 350px;
	margin-left: -175px;
	z-index: 151;
	position: fixed;
	top: 35%;
	left: 50%;
	background: #fff;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

#popop2 .popop-content{
	padding: 0;
	font-size: 14px;
}

#popop2 .popop-content p{
	margin: 5px 0;
	padding: 5px 10px
}

#popop2 .popop-content p:nth-child(odd){
	background: #E8F6FF;
}

#popop2 .popop-foot p{
	text-align: center;
	font-weight: bold;
	color: #fff;
}

#popop2 label{
	cursor: pointer;
}

#popop3 .popop-content{
	font-size: 14px;
	padding: 10px 15px;
}

#popop3 .popop-foot{
	text-align: center;
}

#popop .popop-foot a.showProjet.non, #popop3 .popop-foot a.showProjet.non{
	background: #9c9d9b !important; /* Old browsers */
background: -moz-linear-gradient(top,  #9c9d9b 0%, #bcbcbc 100%) !important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9c9d9b), color-stop(100%,#bcbcbc)) !important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%) !important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%) !important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #9c9d9b 0%,#bcbcbc 100%) !important; /* IE10+ */
background: linear-gradient(to bottom,  #9c9d9b 0%,#bcbcbc 100%) !important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c9d9b', endColorstr='#bcbcbc',GradientType=0 ) !important; /* IE6-9 */
border-bottom-color: #777777 !important;
}

#overlay2{
	filter: blur(10px);
}

#content-galeries .galerieDuPro ul{
	border: none;
	box-shadow: none;
}

#content-galeries .galerieDuPro li{
	width: 100%;
	background: #EDEDED;
	padding: 0;
	height: auto;
	list-style: none;
}

#content-galeries .galerieDuPro li .image-galerie{
	width: 100%;
	height: auto;
}

#content-galeries .galerieDuPro li .image-galerie img.img-galerie{
	float: left;
}

#content-galeries .image-galerie span.hover{
	display: none;
}

#content-galeries .nom-galerie{
	text-align: left;
	font-weight: bold;
	border-bottom: 1px solid #503D51;
	padding-bottom: 3px;
	padding-top: 5px;
	margin-bottom: 3px;
	padding-left: 5px;
}

#content-galeries .infos-galerie{
	font-size: 14px;
	font-style: italic;
	padding-left: 130px;
}

#content-galeries .image-galerie .hover-galerie{
	position: absolute;
	display: block;
	height: auto;
	bottom: 0;
	background: none;
	padding-left: 130px;
}

#content-galeries .image-galerie .hover-galerie a{
	font-size: 12px;
	padding: 5px 5px 3px;
	background: #D8D8D8;
	border-radius: 3px;
	color: #3F3838;
}

#content-galeries .image-galerie .hover-galerie a img{
	vertical-align: middle;
	margin-top: -4px;
}

#content-galeries h3{
	margin-left: -50px;
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0 5px 10px;
}

#content form#creationgalerie div p textarea#description-{
	font-size: 14px;
	width: 340px !important;
	height: 120px !important;
	resize: vertical !important;
}

.new-galerie {
    background: none repeat scroll 0 0 #F3F3F3;
    border-radius: 3px 3px 3px 3px;
    height: 110px;
    margin-bottom: 15px;
    padding: 5px 10px;
}

.new-galerie h3 {
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
}

.new-galerie .new-photos {
    float: left;
    margin-left: 20px;
    overflow: hidden;
    padding: 5px;
    position: relative;
    width: 394px;
}

.new-galerie.new-terrain.terrainmaison .new-photos{
	width: auto !important;
	max-width: 100% !important;
}

.new-galerie .consulterLaGalerie {
    background: linear-gradient(to bottom, #719D03 0%, #9BBC06 100%) repeat scroll 0 0 transparent;
    border-bottom: 3px solid #4D7F1B;
    border-radius: 3px 3px 3px 3px;
    color: #FFFFFF;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.new-galerie h3 a {
    color: #83438A;
    text-shadow: none;
}

.galerie {
    background: none repeat scroll 0 0 transparent;
    box-shadow: none;
    height: auto;
    margin: 0 auto;
}

#choose-list a{
	text-indent: 0;
}

.item_menu_admin.deuxlignes p{
	line-height: 24px;
	height: 50px;
	margin-top: 5px;
}

.item_menu_admin.deuxlignes p span{
	color: #4F829B;
	font-size: 17px;
	text-decoration: underline;
}

.item_menu_admin.deuxlignes p.nopremium span.rouge{
	font-size: 14px;
    position: relative;
    z-index: 100;
    color: #b73537;
}

.item_menu_admin.deuxlignes p.nopremium{
	margin-top: -15px;
}

.sponsor{
	width: 580px;
	overflow: auto;
	background: #EEEDED;
	margin: 10px auto;
	padding: 10px;
}

.sponsor > div{
	float: left;
	width: 250px;
	margin: 0;
}

.sponsor .modification{
	margin-right: 20px;
}

.sponsor .affichage{
	float: right;
	min-height: 285px;
}

.sponsor .affichage .sponso_box{
	height: 170px;
    position: relative;
    text-align: center;
    width: 160px;
    margin: 10px auto;
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 0 3px #555555;
    padding: 8px;
    border: 1px solid #EEEEEE
}

.sponsor .affichage .sponso_box img {
    box-shadow: 0 0 2px #555555;
}

.sponsor .affichage .sponso_texte {
    display: table-cell;
    padding: 0 10px;
    vertical-align: middle;
    color: #444;
    font-size: 12px;
    height: 60px;
}

.sponsor .affichage .sponso_link {
    bottom: 15px;
    /*left: 0;
    position: absolute;
    right: 0;*/
    text-align: center;
    margin-top: 15px;
    color: #3487b0;
    font-size: 16px;
}

.sponsor .affichage .sponso_link a{
	color: #3487b0;
}

.sponsor .affichage .bouton_vert, .sponsor .affichage .bouton_vert a {
    background: url("/img/bouton/bouton_vert_fond.gif") repeat-x scroll 0 0 #60A833;
    border-bottom: 2px solid #58870C;
    color: #FFFFFF !important;
    color: #2F7293;
    font-family: Arial;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(100, 100, 100, 0.5);
    font-size: 15px;
    font-weight: bold;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.sponsor .modification .logo{
	height: 65px;
	margin-top: 10px;
	border: 2px solid #50A7DA;
	background: #fff;
	border-radius: 3px;
	text-align: center;
	position: relative;
}

.sponsor .modification .logo label,.sponsor .modification .accroche label, .sponsor .modification .logo label,.sponsor .modification .choix label{
	display: block;
	width: 100%;
	text-align: center !important;
	background: #50A7DA;
	font-weight: bold;
	padding: 7px 0;
	color: #fff;
	margin: 0;
	border-radius: 1px 1px 0 0;
	margin-bottom: 10px;
}

.sponsor .modification .accroche{
	height: 66px;
	margin-top: 10px;
	border: 2px solid #50A7DA;
	background: #fff;
	border-radius: 3px;
	text-align: center !important;
	position: relative;
}

.sponsor .modification .choix{
	height: 66px;
	margin-top: 10px;
	border: 2px solid #50A7DA;
	background: #fff;
	border-radius: 3px;
	text-align: center !important;
	position: relative;
}

.sponsor .modification .accroche input{
	width: 230px;
	margin: 0 !important;
}

.sponsor .modification .logo:after{
	content: url('../images/fleche...png');
	position: absolute;
	top: 39px;
	left: 243px;
	z-index: 50;
}

.sponsor .modification .accroche:after{
	content: url("../images/fleche...png");
    left: 243px;
    position: absolute;
    top: -8px;
    -moz-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    z-index: 50;
}

.sponsor .modification .choix:after{
	content: url('../images/fleche...png');
	position: absolute;
	top: 22px;
	left: 243px;
	z-index: 50;
}

.sponsor .modification .choix.nosite{
	height: 75px;
}

h3.titre_sponsoring{
	font-weight: bold;
	font-size: 18px;
	color: #925798;
	border-bottom: 2px solid #925798;
	padding-bottom: 5px;
}

.submit-p.txtcenter{
	text-align: center;
	margin-top: 15px;
	width: 100%;
}

.submit-sponsoring{
	border: none;
	border-bottom: 3px solid #3C99D0;
	background: #50A7DA;
	color: #fff;
	font-weight: bold;
	padding: 7px 10px;
	font-size: 16px;
	border-radius: 3px;
}

.submit-sponsoring.devenir-premium{
	background: #60A833;
	border-bottom:3px solid #58870C;
	text-decoration: underline;
	cursor: pointer;
}

#filtres.terrains .par2{
	margin-bottom: 10px !important;
}


#filtres.terrains label{
	display: inline-block;
	min-width: 135px;
	margin-right: 15px;
}

#filtres.terrains select, #filtres.terrains input{
	margin: 0 !important;
	width: 161px;
	font-size: 13px;
}

table.reset span.encartnom {
  text-decoration: underline;
}

#numero_obsolete{
	font-size: 12px;
	color: gray;
}

#code_promo{
	border: 2px solid #91b128;
	padding: 0 0 10px;
	margin-top: 15px;
	width: 85%;
	background: #f6f6f6;
	overflow: hidden;
	margin:auto;
}

#code_promo p{
	padding: 0 10px;
}

#code_promo .code_promo_head{
	font-weight: bold;
	background: #91b128;
	color: #fff;
	margin-bottom: 10px;
	font-size: 16px;
	padding: 5px 10px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

#code_promo .code_promo_avertissement{
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
}

#code_promo input{
	width: 74%;
	border: 1px solid #198dd6;
	font-size: 14px;
	height: 24px;
	text-align: center;
}

#code_promo ::-webkit-input-placeholder,#code_promo ::-moz-placeholder,#code_promo input:-moz-placeholder, #code_promo ::-ms-input-placeholder{
	font-size: 14px;
	font-style: italic;
}

#code_promo button{
	border: none;
	background: #198dd6;
	color: #fff;
	height: 24px;
	line-height: 23px;
	vertical-align: top;
	cursor: pointer;
}

#code_promo .code_promo_error {
    background: #ffebeb;
    border-bottom: 1px dotted maroon;
    border-top: 1px dotted maroon;
    color: maroon;
    font-size: 12px;
    font-weight: bold;
    margin-top: 5px;
    padding-bottom: 5px !important;
    padding-top: 5px !important;
    text-align: center;
}

.detailduprojetsavantachat{
	background: #F3F3F3;
	padding: 10px;
	margin-top: 10px;
}

.detailduprojetsavantachat .titre{
	color: #4F4B4B !important;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 0 !important;
	padding: 0 0 5px;
	border-bottom: 2px solid #4F4B4B;
}

.detailduprojetsavantachat .overflowauto{
	overflow: auto;
}

.detailduprojetsavantachat .unsurtrois{
	float: left;
	width: 30%;
	padding: 5px 10px;
}

#paiement-carte .detailduprojetsavantachat .unsurtrois span.gras{
	min-width: 70px !important;
}

#paiement-carte .detailduprojetsavantachat .gras{
	border: none;
}

.lesprojets .contact.premiumpaiement{
	overflow: auto;
}

.lesprojets .contact.premiumpaiement > div{
	width: 279px;
	margin: 0;
	float: left;
	padding: 10px;
	border-right: 1px solid #DEDCDD;
}

.lesprojets .contact.premiumpaiement > div+div{
	float: right;
	border-right: none;
}

.lesprojets .contact.premiumpaiement h4{
	text-align: left;
	color: #4189E6;
	font-size: 16px;
	padding: 0 0 5px;
	margin: 0 0 10px;
	border-bottom: 2px solid #4189E6;
}

.txtcenter{
	text-align: center;
}

.lesprojets .sous-titre.violet{
	    background: #7f3f86; /* Old browsers */
background: -moz-linear-gradient(top,  #7f3f86 0%, #985f9e 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7f3f86), color-stop(100%,#985f9e)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #7f3f86 0%,#985f9e 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #7f3f86 0%,#985f9e 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #7f3f86 0%,#985f9e 100%); /* IE10+ */
background: linear-gradient(to bottom,  #7f3f86 0%,#985f9e 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f3f86', endColorstr='#985f9e',GradientType=0 ); /* IE6-9 */
	color: #FFFFFF;
	padding: 8px 0;
}

.lesprojets .contact.premiumpaiement p{
	margin-bottom: 10px;
}

.lesprojets .contact.premiumpaiement .txtcenter{
	margin-top: 15px;
	margin-bottom: 0;
}

.lesprojets .contact.premiumpaiement .bouton-like{
	background: #719d03; /* Old browsers */
	background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-9 */
    border-bottom: 2px solid #5f8d1b;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 5px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    width: 150px;
}

.new-galerie.new-terrain.terrainmaison {
	height: 120px;
}

.terrainmaison img{
	margin-top: 5px;
}

.new-galerie.new-terrain .new-photos span.infos+span.infos{
	margin-left: 30px;
}

.new-terrain img{
	margin-right: 10px;
}

#terrains .new-galerie .consulterLaGalerie{
	font-size: 17px;
}

#terrains .new-galerie.new-terrain .new-photos{
	width: 425px;
}

span.texte{
	display:inline-block;
	letter-spacing: 0px;
	margin-left: 5px;
	margin-right:10px;
	vertical-align: top;
	font-weight: bold;
}

#note{
	background: #523E54;
	font-size: 14px;
	padding: 0 0 5px 0;
	text-align: center;
	box-shadow: 0 3px 2px rgba(0,0,0,0.4);
	color: #fff;
}

#note a{
	color: #C7DB0A;
	text-decoration: underline;
	font-weight:bold;
}

#popup-contact-terrain{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
	min-width: 500px;
	max-width: 100%;
	min-height: 300px;
	z-index: 101;
	overflow: hidden;
}

#popup-contact-terrain h3{
	background: #037BB2;
	color: #fff;
	text-shadow: 0 2px 0 rgba(0,0,0,0.3);
	padding: 7px 0 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

#popup-contact-terrain > div{
	padding: 20px;
}

#popup-contact-terrain label{
	display: inline-block;
	width: 33%;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
}

#popup-contact-terrain .textarea label{
	vertical-align: top;
	padding-top: 3px;
}

#popup-contact-terrain label span{
	font-size: 10px;
	color: maroon;
}

#popup-contact-terrain p{
	margin-bottom: 5px;
}

#popup-contact-terrain p.last{
	margin-top: 20px;
}

#popup-contact-terrain input, #popup-contact-terrain textarea{
	width: 60%;
	border: 1px solid #B9B9B9;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}

#popup-contact-terrain textarea{
	resize: none;
	height: 70px;
	line-height: 1;
}

#popup-contact-terrain button{
	background: #037BB2;
	color: #fff;
	border: none;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 3px;
	cursor: pointer;
}

#popup-contact-terrain button.annuler{
	background: #B2B2B2;
	margin-right: 10px;
}

#overlay-terrain{
	background: #fff;
	opacity: 0.7;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.blur{
	-webkit-filter: blur(5px);
	filter: blur(5px);
}

.mini-presentation{
	margin-top: 5px;
	padding: 5px 5px !important;
	background: rgba(255,255,255,0.5);
	font-size: 13px;
	font-style: italic;
	border: 1px solid #A26FA8;
	text-align: justify;
}

.mini-presentation a, .mini-presentation span.a{
	text-decoration: underline;
	color: #8C4F93;
}

span.a{
	cursor: pointer;
}

.mini-galerie{
	margin-top: 33px;
	text-align: center;
}

.mini-galerie.sup28{
	margin-top: 55px;
}

.mini-galerie a, .mini-galerie a img, .mini-galerie span.a, .mini-galerie span.a img{
	display: inline !important;
	width: 54px;
}

#procquoi p{
	border: 4px solid #985F9E !important;
}

.echanges table{
	border: 1px solid #DEDCDD;
	box-shadow: none;
}

.echanges table tr{
	border: none;
}

.echanges table th{
	background: #EDEDED;
	border-bottom: #DEDCDD;
	font-size: 16px;
	padding: 5px 0;
}

.echanges table td{
	font-size: 14px;
	text-align: center;
}

.font-petit{
	font-weight: normal;
	font-style: italic;
}

.getMeta{
	border: none;
	background: #9bbc06;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 14px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    margin-top: 5px;
    float: right;
    margin-right: 40px;
}

.bl{
	display: block;
}

.oa{
	overflow: auto;
}

#quelques-pros .agence_action{
	width: 170px;
	text-align: center;
}

#quelques-pros .agence_action .voir{
	width: 80%;
	display: inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 5px;
}

#quelques-pros .agence_infos{
	width: 370px;
}

#quelques-pros .mini-galerie{
	margin-top: 43px;
}

#quelques-pros .liste_agence.gradient.premiumBG.pair{
	border-left: 1px solid #DAD9D9;
	border-right: 1px solid #DAD9D9;
	box-shadow: 0 1px 0px #fff inset;
	border-top: none;
	background: #F3F2F2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
	background: linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}

#quelques-pros .liste_agence.gradient.premiumBG.pair.premier{
	border-top: 1px solid #DAD9D9;
}

.left{ float: left; }
.right{ float: right; }
.w50{ width: 50%; }
.m0{ margin: 0; }
.p0{ padding: 0; }
.clear{ clear: both; }
.carte .home-titre{
	padding: 0 20px 0 0;
	margin-bottom: 35px;
}

.formulaire .home-titre{
	padding: 0 0 0 0;
}

.home-titre{
	text-align: center; font-size: 20px; font-weight: bold; color: #554257;
}

div.home{
	-moz-box-sizing: border-box;
       	 box-sizing: border-box;
       	 min-height: 380px;
       	 padding: 10px 0;
}

.home.formulaire{
	border-left: 1px solid #D8D8D8;
	position: relative;
}

.home.formulaire:before{
	content: 'ou';
	background: #D8D8D8;
	color: #787878;
	padding: 4px 8px 7px;
	position: absolute;
	top: 22px;
	left: -17px;
	border-radius: 8px;
}

.home.formulaire form p, .home.formulaire form > div{
	height: 30px;
	line-height: 30px;
}

.home.formulaire form p > *, .home.formulaire form > div > *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.home.formulaire p label, .home.formulaire p span.label, .home.formulaire > div label, .home.formulaire > div span.label{
	display: inline-block;
	width: 53%;
	float: left;
	font-size: 14px;
	vertical-align: middle;
}

.home.formulaire p .radio{
	width: 20%;
	font-size: 14px;
	display: inline-block;
	text-align: center;
}

.home.formulaire p .checkbox{
	width: 45%;
	font-size: 14px;
	display: inline-block;
	text-align: left;
}

.home.formulaire p input, .home.formulaire p textarea, .home.formulaire p select, .home.formulaire > div input{
	width: 45%;
	float: right;
	vertical-align: middle;
	height: 24px;
	margin-top: 3px;
	border: 1px solid #A6A6A6;
	border-radius: 3px;
	outline: none;
	-moz-transition: 0.2s all ease;
	-webkit-transition: 0.2s all ease;
	-ms-transition: 0.2s all ease;
	transition: 0.2s all ease;
}

.home.formulaire p input:focus, .home.formulaire p textarea:focus{
	box-shadow: 0 0 5px #90AE10;
	border-color: #90AE10;
}

.home.formulaire p .input-radio{
	width: auto;
	height: auto;
	float: none;
	border: auto;
	border-radius: 0;
}

.home.formulaire p:after{
	content: '';
	clear:both;
}

.home-button{
	background: #8EAA43;
	font-size: 14px;
	color: #fff;
	border: none;
	margin-top: 3px;
	width: 45%;
	vertical-align: middle;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}

.home-button.bleu{
	background: #6AAAF1;
	width: 95%;
	box-sizing: border-box;
	font-weight: bold;
	padding: 5px 0;
}

#guides-home{
	border-top: 1px solid #D8D8D8;
	margin-top: 10px;
	padding-top: 10px;
	background: #D8D8D8;
	padding-bottom: 1px;
	overflow: auto;
	box-sizing: border-box;
}

#guides-home > *{
	box-sizing: border-box;
}

#guides-home .home-titre{
	text-align: left;
	padding-left: 20px;
	margin-bottom: 5px;
}

#guides-home .guide{
	background: #F4F5F5;
	padding: 5px 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 0;
	box-shadow: 0 2px 5px -4px rgba(0,0,0,0.5);
	width: 349px;
	float: left;
}

#guides-home .guide+.guide{
	float: right;
	margin-right: 10px;
	margin-left: 0;
}

#guides-home .guide h3{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #985F9E;
	color: #985F9E;
	text-align: left;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

#guides-home .guide p{
	font-size: 12px;
	text-align: left;
}

#guides-home .guide .home-button{
	display: inline-block;
	width: auto;
	line-height: 24px;
	padding: 0 10px;
}

#guides-home .guide .txtright{
	text-align: right;
}

.formulaire .mep{}

.home.formulaire form textarea{
	height: 60px;
	resize: vertical;
}

.hauto{
	height: auto !important;
}

.lauto{
	line-height: auto;
}

.choix_pro{
	line-height: 1.1 !important;
	height: auto !important;
	margin-top: 3px;
}

.home-sous-titre{
	text-align: left !important;
	text-indent: 6px;
}

.home-sous-titre{
	background: #6AAAF1 !important
}

.home.formulaire .picto{
    background-position: 7px center;
    background-repeat: no-repeat;
    padding-left: 28px;
}

.home.formulaire .picto-perso{
	background-image: url("http://www.forumconstruire.com/img/icpa/user_16.png");
}
.home.formulaire .picto-ville{
	background-image: url("http://www.forumconstruire.com/img/icpa/ville_16.png");
}
.home.formulaire .picto-tel{
	background-image: url("http://www.forumconstruire.com/img/icpa/tel_16.png");
}
.home.formulaire .picto-email{
	background-image: url("http://www.forumconstruire.com/img/icpa/mail_16.png");
}

.formulaire.discovered .hidden{
	display: block !important;
}

.formulaire.discovered{
	padding-bottom: 35px;
}

.home form .home-button{
	width: 95%;
	margin: 10px auto 0;
	padding: 8px 16px;
	font-size: 18px;
	cursor: pointer;
}

.home.formulaire{
	min-height: 465px;
}

#guides-home{
	margin-top: 0 !important;
}

#services{
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
	position: relative;
}

#services:before{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 0 35px 35px;
	border-color: transparent transparent transparent #e4e4e4;
	left: -15px;
	top: 10px;
}

#services:after{
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 35px 35px 35px 0;
	border-color: transparent #e4e4e4 transparent transparent;
	right: -15px;
	top: 10px;
}

#services a{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding-left: 80px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-transform: uppercase;
}

#services .immo{
	background: url('/images/accueil-btn-1.png') no-repeat;
	background-position: left 8px;
	height: 80px;
	width: 335px;
	display: inline-block;
	line-height: 85px;
	text-align: center;
}
#services .arti{
	background: url('/images/accueil-btn-3.png') no-repeat top left;
	height: 80px;
	width: 335px;
	display: inline-block;
	line-height: 85px;
	text-align: center;
}

.home.formulaire .error{
	color: maroon;
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-right: 20px;
    text-align: right;
    width: 100%;
}

.home.formulaire .perror{
	background: #FFEAEA;
	padding-top: 10px;
}

.home.formulaire .perror input{
	box-shadow: 0 0 5px maroon;
}

.home.formulaire.discovered .required{
	position: relative;
	padding-right: 3px;
}

.home.formulaire.discovered .required:after{
	position: absolute;
	right: -5px;
	top: -3px;
	font-size: 20px;
	content: '*';
	color: maroon;
}

.home.formulaire .after-metre,.home.formulaire .after-euro{
	position: relative;
}

.home.formulaire .after-metre:after,.home.formulaire .after-euro:after{
	position: absolute;
	top: 0;
	right: 5px;
	font-size: 14px;
	color: #888888;
}

.home.formulaire .after-metre:after{
	content: 'm²';
}

.home.formulaire .after-euro:after{
	content: '€';
	right: 10px;
}

.guide.last{
	float: none !important;
	margin: 0 auto 10px !important;
}

.home-sous-titre{
	background: #99619F;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	width: 355px;
	margin-left: 15px;
	padding: 5px 10px 5px 3px;
	box-shadow: 0 2px 5px -4px rgba(0,0,0,0.5);
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	color: #fff;
	height: auto !important;
	line-height: auto !important;
	text-shadow: 0 1px 1px rgba(0,0,0,0.5)
}

.home-sous-titre:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 0;
	border-color: #63236B transparent transparent transparent;
	position: absolute;
	bottom: -11px;
	right: 0;
}

#wrapper #content h2.seperator-fiche.depot{
	color: #75A004 !important;
}

#contact-sur-fiche h5{
	display: none;
}

.h4-edit-photo{
	margin-top: 60px;
}

#procquoi{
	width: 628px;
	margin: 0 auto 10px;
}

#map{
	width: 300px;
	height: 342px;
}
#map-content{
 position: relative; padding: 0px; width: 300px; height: 342px;
}

form .hidden.huato{
	display: none !important;
	opacity: 0;
}

.right.padding-20-auto{
	width: 100%;
	float: none !important;
	text-align: right;
}

.choisissez-enquete .pseudo-title{
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}

.enquete-satifsaction .alert.ok{
	padding: 10px 20px;
	background: #FAFFE8;
	border: 2px solid #92AC22;
}


#valider-devis-enquete p.w50.left{
	padding: 5px 10px;
	width: 29% !important;
	background: #F3F3F3;
	border-radius: 5px;
	margin: 5px 0 !important;
	display: block;
	font-size: 14px;
	border-bottom: 3px solid #DBDBDB;
}

#valider-devis-enquete p.w50.left.margin{
	margin: 5px 1% !important;
}

.choix-enquete{
	border: none;
	box-shadow: none;
}

.choix-enquete span{
	margin: 0 3px 0 0;
	border-bottom: 3px solid #29CE00;
	background: #f3f3f3;
	border-radius: 5px;
	display: inline-block;
	padding: 5px;
	font-size: 14px;
}

.choix-enquete span + span{
	border-bottom: 3px solid #AFCE00;
}

.choix-enquete span + span + span{
	border-bottom: 3px solid #EFE700;
}

.choix-enquete span + span + span + span{
	border-bottom: 3px solid #EF9300;
}

.choix-enquete span + span + span + span + span{
	border-bottom: 3px solid #D60300;
}

#pagination.villes{
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

#pagination.villes a, #pagination.villes span{
	display: inline-block;
	padding: 5px 10px;
	background: #543D54;
	color: #fff;
}

#pagination.villes a{
	background: #E8E8E8;
	color: #6D6D6D;
}

#projets .tabItem.cterrain{
	padding: 7px 0 14px;
}

#projets .titre.cterrain{
	width: 164px !important;
	text-align: center;
}

#projets .item.titre.cterrain, #projets .item.type.cterrain{
	padding-top: 11px;
}

#projets .etat.cterrain{
	left: 178px;
	width: 90px;
}

#projets .type.cterrain{
	left: 283px;
	width: 160px;
	margin-top: 0;
	top: auto;
}

#projets .date.cterrain{
	left: 455px;
	width: 145px;
}

.ville-terrains .unterrain{
	background: #E5E5E5 !important;
	border-bottom: 3px solid #B2B2B2;
	width: 95%;
	margin: 5px auto;
	border-radius: 3px;
}

#fiche_premium .unterrain .titreh3{
	max-width: 580px;
	display: inline-block;
}

#liste_villes .unterrain .titreh3{
	max-width: 490px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
}

#navibarleft{
	position: absolute;
	width: 195px;
	padding: 0;
	background: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#navibarleft > a, #navibarleft span{
	display: block;
	height: auto;
	text-align: center;
	padding: 15px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	color: #383838;
	position: relative;
}

#navibarleft a strong{
	display: inline-block;
	width: 100%;
}

#navibarleft a.navi-projet, #navibarleft span.navi-projet{
	/*border-left: 7px solid #8DB105;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #8db105 0%, #8db105 5%, #ffffff 5%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#8db105), color-stop(5%,#8db105), color-stop(5%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #8db105 0%,#8db105 5%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #8db105 0%,#8db105 5%,#ffffff 5%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #8db105 0%,#8db105 5%,#ffffff 5%); /* IE10+ */
background: linear-gradient(to right, #8db105 0%,#8db105 5%,#ffffff 5%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8db105', endColorstr='#ffffff',GradientType=1 );
}

#navibarleft a.navi-projet:after,#navibarleft span.navi-projet:after{
	content:'';
	position: absolute;
	right: 5px;
	bottom: 5px;
	opacity: 0.03;
	background: url('/images/navibar/navibar_projet.png') top left no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
}
#navibarleft a.navi-projet:hover strong{
	color: #8db105 !important;
}
#navibarleft a.navi-pro:after,#navibarleft span.navi-pro:after{
	content:'';
	position: absolute;
	right: 5px;
	bottom: 5px;
	opacity: 0.03;
	background: url('/images/navibar/navibar_pro.png') top left no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
}
#navibarleft a.navi-terrain:after, #navibarleft span.navi-terrain:after{
	content:'';
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0.05;
	background: url('/images/navibar/navibar_terrain.png') top left no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
}
#navibarleft a.navi-artisan:after,#navibarleft span.navi-artisan:after{
	content:'';
	position: absolute;
	right: 5px;
	top: 5px;
	opacity: 0.05;
	background: url('/images/navibar/navibar_artisan.png') top left no-repeat;
	background-size: cover;
	width: 55px;
	height: 55px;
}

#navibarleft a.navi-pro,#navibarleft span.navi-pro{
	/*border-left: 7px solid #99619F;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #99619f 0%, #99619f 5%, #ffffff 5%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#99619f), color-stop(5%,#99619f), color-stop(5%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #99619f 0%,#99619f 5%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #99619f 0%,#99619f 5%,#ffffff 5%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #99619f 0%,#99619f 5%,#ffffff 5%); /* IE10+ */
background: linear-gradient(to right, #99619f 0%,#99619f 5%,#ffffff 5%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99619f', endColorstr='#ffffff',GradientType=1 );
}
#navibarleft a.navi-pro:hover strong{
	color: #99619f !important;
}

#navibarleft a.navi-terrain, #navibarleft span.navi-terrain{
	/*border-left: 7px solid #455FA2;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #455fa2 0%, #455fa2 5%, #ffffff 5%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#455fa2), color-stop(5%,#455fa2), color-stop(5%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #455fa2 0%,#455fa2 5%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #455fa2 0%,#455fa2 5%,#ffffff 5%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #455fa2 0%,#455fa2 5%,#ffffff 5%); /* IE10+ */
background: linear-gradient(to right, #455fa2 0%,#455fa2 5%,#ffffff 5%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#455fa2', endColorstr='#ffffff',GradientType=1 );
}
#navibarleft a.navi-terrain:hover strong{
	color: #455fa2 !important;
}

#navibarleft a.navi-artisan, #navibarleft span.navi-artisan{
	/*border-left: 7px solid #EDEEEE;*/
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(left, #edeeee 0%, #edeeee 5%, #ffffff 5%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#edeeee), color-stop(5%,#edeeee), color-stop(5%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left, #edeeee 0%,#edeeee 5%,#ffffff 5%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left, #edeeee 0%,#edeeee 5%,#ffffff 5%); /* Opera 11.10+ */
background: -ms-linear-gradient(left, #edeeee 0%,#edeeee 5%,#ffffff 5%); /* IE10+ */
background: linear-gradient(to right, #edeeee 0%,#edeeee 5%,#ffffff 5%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#edeeee', endColorstr='#ffffff',GradientType=1 );
}

#navibarleft span > a {
	display: inline-block;
	padding: 5px 10px;
	margin-top: 10px;
	border-radius: 3px;
	color: #fff;
	text-decoration: underline
}

#navibarleft span.navi-projet > a{
	background: #8db105;
}

#navibarleft span.navi-terrain > a{
	background: #455fa2;
}

#navibarleft.fixed{
	position: fixed;
	top: 50px;
	opacity: 1;
	-webkit-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}

#content{
	position: relative;
}

.newform{

}

.newform label{
	display: block;
	margin-bottom: 3px;
}

.newform label + input{
	margin-bottom: 15px;
	width: 100%;
	box-sizing: border-box;
}

.boutonvert{
	background: #719d03; /* Old browsers */
	background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-9 */
	border-bottom: 3px solid #618701;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 3px;
	padding: 7px 30px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	font-weight: bold;
	cursor: pointer;
}

.boutonvert:hover{
	color: #fff !important;
}

.mwcenter{
	max-width: 100%;
	margin: auto !important;
}

.bs table{
	box-shadow: none;
	border-collapse: inherit;
    border-spacing: inherit;
}

.bs table th{
	font-family: inherit;
	font-size: inherit;
	text-transform: uppercase;
	font-weight: bold;
	padding: 4px;
	color: #565656;
}

.bs table thead{
	background: #EFEFEF;
}

.bs .panel-primary > .panel-heading{
	background: #4660A3;
	border-color: #4660A3;
}

.bs .panel-heading h3{
	text-transform: uppercase
}

.actu{
	background: #F3F3F3;
	margin-bottom: 10px;
	box-shadow: 0 1px 1px -1px rgba(0,0,0,0.4);
	float: left;
	width: 48%;
	margin: 0 1% 1%;
}

.actu h6{
	padding: 5px;
	background: #ADADAD;
	color: #fff;
	/*border-radius: 3px;*/
	text-shadow: 0 1px 1px rgba(0,0,0,0.5);
}

.actu p{
	padding: 10px;
	font-size: 14px;
}

.fiche .actus .actu .resume{
	min-height: 81px;
}

.actu p img{
	margin-right: 10px;
	margin-bottom: 5px;
}

.actu p a{
	display: block;
	margin: 10px auto 0;
	width: 100px;
	background: #719d03; /* Old browsers */
	background: -moz-linear-gradient(top,  #719d03 0%, #9bbc06 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#719d03), color-stop(100%,#9bbc06)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #719d03 0%,#9bbc06 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #719d03 0%,#9bbc06 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#719d03', endColorstr='#9bbc06',GradientType=0 ); /* IE6-9 */
	padding: 5px 10px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	border-bottom: 3px solid #618701;
}

h1.titre-actualite{
	font-size: 22px;
	color: #4B65A8;
	text-align: center;
}

div.contenu-actualite{
	margin-top: 15px;
}

div.contenu-actualite p{
	margin-bottom: 10px;
}

div.contenu-actualite img{
	margin: 10px;
}
._before:before{
	content: attr(data-texte);
	display: block;
	width: 200px;
	float: right;
	font-size: 11px;
	margin-top: -16px;
	background: #eee;
	padding: 3px 10px 2px;
	text-align: center;
}

.bouton-vert:hover{
	color: #fff;
}

#popup-actu, #popuppluspro{
	width: 750px;
	position: fixed;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	z-index: 200;
	padding: 10px;
	box-sizing: border-box;
	border-radius: 3px;
	max-height: 90%;
	border-bottom: 3px solid #CECECE;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

#overlayactu{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.4);
	z-index: 199;
}

#popup-actu hr:not(._before){
	margin-top: 0;
}

#popup-actu .close-popup-actu{
	text-align:center;
	height: 20px;
	margin: 20px 0 10px;
}

#popuppluspro li a{
	color: #333;
}

#popuppluspro li{
	padding: 5px 0;
	text-indent: 20px
}

#popuppluspro .after{
	display: block;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	background: #444;
	color: #fff;
	border-radius: 15px;
	position: absolute;
	right: -15px;
	top: -15px;
	font-size: 20px;
	cursor: pointer;
	z-index: 5000;
	display: none;
}

.cssload-fond{
	position:relative;
	margin: auto;
}

.cssload-container-general
{
	animation:cssload-animball_two 1.9s infinite;
		-o-animation:cssload-animball_two 1.9s infinite;
		-ms-animation:cssload-animball_two 1.9s infinite;
		-webkit-animation:cssload-animball_two 1.9s infinite;
		-moz-animation:cssload-animball_two 1.9s infinite;
	width:43px; height:43px;
}
.cssload-internal
{
	width:43px; height:43px; position:absolute;
}
.cssload-ballcolor
{
	width: 19px;
	height: 19px;
	border-radius: 50%;
}
.cssload-ball_1, .cssload-ball_2, .cssload-ball_3, .cssload-ball_4
{
	position: absolute;
	animation:cssload-animball_one 1.9s infinite ease;
		-o-animation:cssload-animball_one 1.9s infinite ease;
		-ms-animation:cssload-animball_one 1.9s infinite ease;
		-webkit-animation:cssload-animball_one 1.9s infinite ease;
		-moz-animation:cssload-animball_one 1.9s infinite ease;
}
.cssload-ball_1
{
	background-color:rgb(153,97,159);
	top:0; left:0;
}
.cssload-ball_2
{
	background-color:rgb(219,219,219);
	top:0; left:23px;
}
.cssload-ball_3
{
	background-color:rgb(0,103,147);
	top:23px; left:0;
}
.cssload-ball_4
{
	background-color:rgb(147,172,34);
	top:23px; left:23px;
}

.mobile-pas415{
	width: 415px;
}

.mobile-pas109{
	width: 109px;
}

.onlymobile{
	display: none !important;
}

.pic img{
	width: 75px;
	height: 75px;
}




@keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:12px; left:12px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-o-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:12px; left:12px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-ms-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:12px; left:12px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-webkit-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:12px; left:12px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@-moz-keyframes cssload-animball_one
{
	0%{ position: absolute;}
	50%{top:12px; left:12px; position: absolute;opacity:0.5;}
	100%{ position: absolute;}
}

@keyframes cssload-animball_two
{
	0%{transform:rotate(0deg) scale(1);}
	50%{transform:rotate(360deg) scale(1.3);}
	100%{transform:rotate(720deg) scale(1);}
}

@-o-keyframes cssload-animball_two
{
	0%{-o-transform:rotate(0deg) scale(1);}
	50%{-o-transform:rotate(360deg) scale(1.3);}
	100%{-o-transform:rotate(720deg) scale(1);}
}

@-ms-keyframes cssload-animball_two
{
	0%{-ms-transform:rotate(0deg) scale(1);}
	50%{-ms-transform:rotate(360deg) scale(1.3);}
	100%{-ms-transform:rotate(720deg) scale(1);}
}

@-webkit-keyframes cssload-animball_two
{
	0%{-webkit-transform:rotate(0deg) scale(1);}
	50%{-webkit-transform:rotate(360deg) scale(1.3);}
	100%{-webkit-transform:rotate(720deg) scale(1);}
}

@-moz-keyframes cssload-animball_two
{
	0%{-moz-transform:rotate(0deg) scale(1);}
	50%{-moz-transform:rotate(360deg) scale(1.3);}
	100%{-moz-transform:rotate(720deg) scale(1);}
}

#villes.dept{
	/*background: #dad9d9 !important;*/
	overflow: auto;
	padding-bottom: 20px;
}

#file_upload #upload-photo form{
	background: none;
	min-height: inherit;
	padding: 0;
}

.home-link-dept{
	text-align: center;
	margin-top: -10px;
	margin-bottom: 15px;
}

.home-link-dept.deptvilles{
	margin: 20px 0 25px !important;
}

.home-link-dept *{
	background: #D8D8D8;
    color: #787878;
    padding: 4px 8px 7px;
    border-radius: 8px;
    font-size: 14px;
}

h4.gestionducontact{
	background: #803F87;
    color: #fff;
    margin: 10px 0 10px 0;
    font-size: 20px;
    padding: 7px 10px;
}

h4.gestionducontact p{
	margin: 10px auto;
}

div.gestionducontact label{
	display: block;
	font-size: 14px;
}

div.gestionducontact .par2{
	width: 50%;
	float: left;
	margin: auto 0;
}

div.gestionducontact .par2 label{
	display: inline-block;
	margin-right: 10px;
}

div.gestionducontact textarea{
	width: 99%;
	display: block;
	margin: 0 auto;
	resize: vertical;
	min-height: 60px;
	font-family: arial;
	font-size: 14px;
}

.hgestionducontact{
	border-bottom: 1px dotted #697175;
	color: #697175;
	font-style: italic;
	margin-bottom: 10px;
}

.hgestionducontact.mtop{
	margin-top: 15px;
}

div.note{
	overflow: auto;
	margin-bottom: 5px;
}

div.note > *{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

div.note .dateheurenote{
	background: #4e4e4e none repeat scroll 0 0;
    color: #fff;
    float: left;
    padding: 5px 0;
    text-align: center;
    width: 20%;
    border: 2px solid #4e4e4e;
    border-radius: 3px 0 0 3px;
}

div.note.etape .dateheurenote{
	background: #97b906;
	border: 2px solid #97b906;
}

div.note .messagenote{
	width: 80%;
	float: right;
	padding: 5px 5px 5px 10px;
	border: 2px solid #4e4e4e;
}

div.note.etape .messagenote{
	border: 2px solid #97b906;
}

div.rappel, div.rappel *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.rappel{
	width: 30%;
	margin-right: 1%;
	border-bottom: 3px solid #C4C4C4;
	padding: 5px 10px;
	border-radius: 3px;
	background: #EAEAEA;
	position: relative;
	margin-top: 35px;
	float: left;
	margin-bottom: 20px;
}

div.rappel:before{
	position: absolute;
	top: -24px;
	left: 50%;
	margin-left: -24px;
	content: '';
	width: 48px;
	height: 48px;
	display: block;
    background-size: 48px 48px;
}

div.rappel-email:before{
	background-image: url('/images/rappel_mail.png');
}

div.rappel-sms:before{
	background-image: url('/images/rappel_sms.png');
}

div.rappel span.date, div.rappel span.heure{
	font-size: 16px;
	display: inline-block;
	width: 50%;
	margin: 0;
	padding-top: 3px;
	text-align: center;
	font-weight: bold;
}

div.rappel-email span.date, div.rappel-email span.heure{
	color: #3498DB;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

div.rappel-sms span.date, div.rappel-sms span.heure{
	color: #57BB63;
	text-shadow: 0 1px 0 rgba(255,255,255,0.7);
}

div.rappel p.destinataire{
	border-top: 2px dotted #C4C4C4;
	border-bottom: 2px dotted #C4C4C4;
	text-align: center;
	margin: 8px 0 5px;
	padding: 5px 0;
	font-style: italic;
	font-size: 14px;
	color: #515151;
}

div.rappel p.messagerappel{
	font-size: 14px;
	text-align: center;
	padding: 5px;
}

div.rappel .supprimerrappel{
	position: absolute;
	left: 50%;
	display: inline-block;
	background: #880221;
	border-bottom: 3px solid #610017;
	border-radius: 0 0 3px 3px;
	color: #fff;
	padding: 5px 10px;
	transform: translate(-50%, 0);
	bottom: -26px;
	font-size: 13px;
	width: 65%;
}

#programmerunrappel{
	margin-bottom: 180px;
}

#programmerunrappel label{
	vertical-align: top;
	font-size: 14px;
	width: 65px;
	display: inline-block
}

#programmerunrappel .par3{
	width: 33%;
	margin: auto 0 15px;
	float: left;
}

#programmerunrappel .par3 label{
	display: inline-block;
	width: 25%;
	text-align: right;
	padding-right: 5px;
	vertical-align: middle;
}

#programmerunrappel .par3 input{
	width: 65%;
}

#programmerunrappel textarea{
	width: 643px;
}

.ui-datepicker.jp{
	width: 220px;
}

.ui-datepicker.jp th{
	font-weight: normal;
	font-size: 14px;
}

.ui-datepicker.jp .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	background: #eee;
	border: #ddd;
	color: #333;
	font-size: 14px;
}

.ui-datepicker.jp tr{
	border: none !important;
}

#ui-timepicker-div tr{
	border: none;
}

#ui-timepicker-div .ui-timepicker-minute-cell .ui-state-default, #ui-timepicker-div .ui-widget-content .ui-state-default, #ui-timepicker-div .ui-widget-header .ui-state-default{
	background: #eee;
	border: #ddd;
	color: #333;
}

#ui-timepicker-div .ui-timepicker-minute-cell .ui-state-default{
	background: #aaa;
	border: #ddd;
	color: #fff;
}

.ui-datepicker.jp .ui-datepicker-title{
	font-size: 14px;
}

.message-rappel-alerte{
	margin: 20px 10px 10px;
	border: 2px solid #3498DB;
	color: #3498DB;
	padding: 5px 10px;
	font-weight: 300;
	font-size: 14px;
	font-style: italic;
	text-align: center;
}

#autocomplete2{
	position: absolute;
	top: 167px;
	right: 0;
	width: 255px;
	padding: 5px 10px;
	z-index: 50;
	display: none;
	background: #fff;
	box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}

#autocomplete2 a{
	padding: 2px 10px;
	font-size: 14px;
	height: 15px;
	line-height: 15px;
	display: block;
	color: #555;
}

#autocomplete2 a:hover{
	font-weight: bold;
}

#autocomplete2 .search-title{
	height: 14px;
	line-height: 14px;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #233743;
	font-style: italic;
	font-weight: bold;
}

#autocomplete2 .search-title-ville{
	margin: 10px 0 5px 0;
}

.cover{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	cursor: pointer;
}

.echange-lien, .echange-lien-generator{
	width: 49% !important;
	float: left;
	font-size: 14px;
	margin: 15px 0;
	text-align: center;
	width: 330px;
	border: 2px solid #DEDCDD;
	padding: 10px;
	background: #EDEDED;
	box-sizing: border-box;
}

.echange-lien-generator{
	float: right;
	text-align: left;
}

.echange-lien-generator textarea{
	border: 1px dashed #5C9BF2;
	width: 95%;
	font-size: 12px;
	word-break: break-all;
	padding: 5px;
	height: 30px;
	overflow: hidden;
	resize: vertical;
}

.echange-lien-generator textarea{
	height: 40px
}

.ajouter-un-echange-chapeau{
	padding: 5px 10px;
	font-size: 14px;
	border: 2px solid #5C9BF2;
	margin-top: 10px;
	text-align:left;
}

.ajouter-un-echange-chapeau ol{
	padding-left: 25px;
	margin: 5px 0;
}

.ajouter-un-echange-chapeau ol li{
	list-style: decimal;
	list
}

.echange-lien-generator div{
	border-top: 2px solid #DEDCDD;
	margin: 10px 0;
	padding: 5px 0;
}

.echange-lien-generator > div > p.titre{
	font-weight: bold;
	border-bottom: 1px solid #6D6D6D;
	color: #6D6D6D;
	margin-bottom: 5px;
}

.echange-lien-generator i{
	font-style: italic;
	color: #5C9BF2;
}

.echange-lien-generator > p{
	font-weight: bold;
	text-align: center;
}

.echange-lien label{
	display: block;
	text-align: left;
	margin: 10px 0 3px 5px;
}

.echange-lien input{
	width: 310px !important;
	margin-right: 0 !important;
}

.echange-lien select{
	width: 290px !important;
	height: 23px;
}

.echanges{
	border-top: 2px solid #DEDCDD;
	padding-top: 20px;
	text-align: center;
}

form.SEPA{
	overflow: auto;
}

form.SEPA fieldset{
	border: 1px solid grey;
	border-radius: 3px;
	padding: 10px;
	width: 45%;
	float: left;
}

form.SEPA fieldset +
fieldset{
	float: right;
}

form.SEPA fieldset p{
	margin: 5px 0;
}

form.SEPA legend{
	font-weight: bold;
	padding: 3px;
	color: rgb(92, 156, 237);
}

form.SEPA label{
	display: inline-block;
	width: 38%;
	padding-right: 10px;
	text-align: right;
}

form.SEPA input{
	width: 50%;
}

form.SEPA button{
	width: 46%;
	float: right;
	margin-top: 10px;
	border: none;
	border-bottom: 3px solid #5f8d1b;
	background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #719d03 0%, #9bbc06 100%) repeat scroll 0 0;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3);
	padding-top: 5px;
	padding-bottom: 5px;
}

form.SEPA .error{
	border: 1px solid #880221;
	color: #880221;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.pseudo-text:before{
	content: attr(data-text);
}

.new-galerie.newversion{
	margin-left: 1%;
	float: left;
	width: 32%;
	box-sizing: border-box;
	height: auto !important;
	text-align: center;
	border-bottom: 3px solid #D8D8D8;
}

.new-galerie.newversion > *{
	max-width: 100%;
	box-sizing: border-box;
}

.new-galerie.newversion:first-child, .new-galerie.newversion:nth-child(3n+4){
	margin-left: 0;
}

.new-galerie.newversion .new-photos{
	text-align: center;
	width: 100%;
	margin-left: 0;
}

.new-galerie.newversion .new-photos span + span{
	margin-left: 4px;
}

.new-galerie.newversion .new-photos span{
	display: inline-block;
	margin-top: 5px;
	margin-left: 0;
	width: 32%
}

.new-galerie.newversion .new-photos span img{
	max-width: 100%;
}

.new-galerie.newversion h4{
	font-size: 17px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 0;
    margin-bottom: 0;
}

.new-galerie.newversion .consulterLaGalerie{
	float: none;
	margin-top: 0;
	font-size: 16px;
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.codeaintegrer{
	display: none;
	width: 80%;
	margin: 10px auto 0;
}

.codeaintegrer textarea{
	width: 100%;
	height: 70px;
	resize: vertical;
	font-size: 14px;
	border: 1px solid #226391;
	border-radius: 3px;
	padding: 5px;
}

.submit-badge{
	border: none;
	border-bottom: 3px solid #8CAF00;
	background: #9DC403;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	font-size: 18px;
	padding: 7px 15px;
	border-radius: 3px;
	cursor: pointer;
}

.erase-badge{
	border: none;
	border-bottom: 3px solid #a5001b;
	background: #dc0025;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.6);
	font-size: 18px;
	padding: 7px 15px;
	border-radius: 3px;
	cursor: pointer;
}

.codeaintegrerlegende{
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
	margin-top: 10px;
	width: 100%;
	text-align:center;
	font-weight: bold;
}

.seperator-fiche.dept{
	margin : 15px 0 20px -55px !important;
}

.notification {
	margin: 10px 0px;
	padding:12px 12px 12px 60px;
	border-radius: 5px;
	position: relative;
}
.notification.ok {
    color: #3c75ab;
    background-color: #BDE5F8;
}
.notification.info {
    color: #3c75ab;
    background-color: #BDE5F8;
}
.notification.error {
    color: #D8000C;
    background-color: #FFBABA;
}
.notification i {
    border-radius: 50%;
    display: inline-block;
    font-size: 1.8em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -15px;
}

.notification.info i{
	background: #3c75ab;
	color: #fff;
	color: #BDE5F8;
	transform: rotate(-15deg);
}

.notification.error i{
	background-color: #c35d62;
    color: #FFBABA;
}

.historique li{
	height: 25px;
	margin-bottom: 5px;
	background: #f6f6f6;
	line-height: 25px;
	font-size: 13px;
	font-weight: normal;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}

.historique li span{
	height: 100%;
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 15px;
	display: inline-block;
	background: #3c75ab;
	color: #fff;
	position: relative;
	font-style: italic;
	font-weight: normal;
}

.historique li span:after{
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 10px 0 0;
	border-color: #3c75ab transparent transparent transparent;
	content: '';
	position: absolute;
	top: 0;
	right: -10px;
}


.historique li span.ok{
	background: #98cd44;
}

.historique li span.ok:after{
	border-color: #98cd44 transparent transparent transparent;
}

.historique li span.error{
	background: #c35d62;
}

.historique li span.error:after{
	border-color: #c35d62 transparent transparent transparent;
}

.sponsor.colizi{
	border-top: 5px solid #ffb346;
}

.sponsor.colizi h3{
	font-weight: bold;
	margin-bottom: 10px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffb346;
	font-size: 20px;
}

.sponsor.colizi p{
	margin-bottom: 5px;
}

.sponsor.colizi input{
	margin-top: 10px !important;
	border: 2px solid #ffb346;
	font-size: 20px;
	text-align: center;
	width: 120px !important;
}

.logo-colizi i{
	color: #fa9321 !important;
	font-style: italic !important;
	font-weight: normal !important
}

.alerte-colizi{
	color: #f18500;
	padding: 3px 7px;
	margin-bottom: 0;
	margin-top: 10px;
	border: 1px solid #f18500;
	display: inline-block;
}

.w750p.center{
	width: 750px !important;
	margin: auto !important;
}

nav{
	width: calc(1280px -((100% - 1280px) /2));
    margin-left: auto;
    margin-right: calc((100% - 1280px) /2);
    margin-top: -38px;
}

.image-galerie{
	display: table;
}

.image-galerie > *{
	display: table-cell;
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.image-galerie .galerie-image{
	width: 125px;
}

.image-galerie .galerie-infos{
	width: 320px;
	padding-left: 1em;
	text-align: left;
}

.image-galerie .galerie-actions{
	text-align: left;
}

.image-galerie .galerie-actions a{
	display: inline-block;
	margin: 0;
	background: #CCC !important;
	border-radius: 3px;
	font-size: 13px;
	vertical-align: middle;
	line-height: 15px;
	min-width: 100px;
}

.image-galerie .galerie-actions a+a{
	margin-top: 0.3em;
}

.image-galerie .galerie-actions a img{
	vertical-align: middle;
	margin-top: -3px;
}

.image-galerie .galerie-infos span{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	text-align: left;
	padding-tleft: 1em;
}

.image-galerie .galerie-infos span + span{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	font-style: italic;
	color: #777;
	font-size: 12px;
	margin-right: 2em;
}

.galerieDuPro ul{
	margin-top: 15px !important;
}

hr.autres-pros-maillage{
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid rgba(0,0,0,0.3);
	margin-bottom: 15px;
}

h3.autres-pros-maillage{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	color: rgba(0,0,0,0.7)
}

#popup-input p.champs input{
	width: 180px;
}

#popup-input p.boutons{
	text-align: center;
	padding-top: 5px;
	margin-top: 5px;
	border-top: 1px solid rgba(0,0,0,0.4);
}

#popup-input input[type=button]{
	width: auto;
}

.second .font20px{
	font-size: 18px;
}

body.v2 div .center a.bouton-choix-offre.font18px{
	line-height: 23px !important;
}

body.v2 div .center a.inscription-ok{
	padding: 10px !important;
    display: inline-block !important;
    line-height: 1.2 !important;
}
.lessthan760{
		display: none;
	}

#offres2 #offre-gratuit, #offres2 #offre-premium{
	width: 80%;
	margin: 15px auto;
}

#offres2 #offre-gratuit ul{
	margin-top: 10px;
}

#offres2 #offre-premium .four{
	background: #fcfcfc;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.8);
}

#offres2 #offre-gratuit li{
	background: #fcfcfc;
	border-bottom: 1px solid rgba(0,0,0,0.2);
	border-top: 1px solid rgba(255,255,255,0.8);
	height: 43px;
	line-height: 43px;
	padding-left: 25px;
}

#offres2 .second{
	padding: 10px 0;
	height: auto !important;
}

#offres2 .second ul{
	border: none !important;
	box-shadow: none !important;
}

#offres2 .second li{
	color: #fff;
	padding: 3px 0;
}

#offres2 .second li:first-child{
	font-weight: bold;
}

#offres2 #offre-premium .four.last{
	height: auto !important;
	padding: 10px 0 !important;
}

#offres2 #offre-premium .four.last span{
	padding: 5px;
	font-size: 20px !important;
}

#offres2 #offre-premium .five{
	padding: 5px;
}

#offres2 .tarif.free{
	font-weight: bold;
}

#offres2 .last{
	padding-top: 5px;
}

#offres2 #offre-premium .four.gradient.one.plusplusplus{
	position: relative;
	height: 55px;
	padding-bottom: 10px;
	font-weight: bold;
}

#offres2 .plusplusplus:after{
	content: "+";
	font-size: 26px;
	color: #fff;
	background: #b4cc63;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	top: 100%;
	left: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: block;
}

.info-colizi{
	font-size: 14px;
	padding: 7px 10px;
	background: none repeat scroll 0 0 #ecf7ff;
    border: 2px solid #2870a8;
	margin: 10px 0 0;
	text-align: justify;
}

.colizi-content .top{
	height: 15vh;
	background: url('https://www.colizi.com/Media/images/bg-top.jpg') center center no-repeat;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
	background-attachment: fixed;
}

.colizi-content .carte{
	border-left: 10px solid #f8aa4a;
	border-radius: 3px;
	background: #fff;
	min-width: 535px;
	max-width: 70%;
	width: 33vw;
	padding: 20px;
	font-size: 28px;
	text-align:center;
}

.colizi-content .top .carte p{
	margin: 0;
}

.colizi-content  h1, .colizi-content  h2, .colizi-content  h3, .colizi-content  h5, .colizi-content  h4{
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
}

.colizi-content h1{
	border-bottom: 5px solid #f8aa4a;
	position: relative;
	padding-bottom: 12px;
}

.colizi-content h1:after{
	content: '';
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #343a40 transparent transparent transparent;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
}

.colizi-content .logo b{
	color: #fff !important;
}

.colizi-content .logo i{
	font-style: italic;
}

.colizi-content h1 span{
	display: inline-block;
	max-width: 800px;
	margin: 10px auto;
	font-size: 24px;
}

.colizi-content .services{
	padding-top: 60px;
	text-align: justify;
	padding-bottom: 30px;
	vertical-align: top;
	background: #F7F7F7 !important;
}

.colizi-content .services > div{
	display: inline-block;
	width: 350px;
	max-width: 32.8%;
	border-bottom: 5px solid #f8aa4a;
	text-align: center;
	background: #fff;
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 75%, #fef6ec 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 75%,#fef6ec 100%);
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 75%,#fef6ec 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fef6ec',GradientType=0 );
	min-height: 300px;
	padding: 35px 10px 10px;
	font-size: 14px;
	font-weight: 300;
	position: relative;
	vertical-align: top;
	line-height: 1.2
}

.colizi-content .services > div:before{
	content: '';
	width: 50px;
	height: 50px;
	background: #fecf5d;
	background: -moz-linear-gradient(-45deg, #fecf5d 0%, #ffcb5e 26%, #ffbf57 46%, #ffa942 81%, #ffa43f 100%);
	background: -webkit-linear-gradient(-45deg, #fecf5d 0%,#ffcb5e 26%,#ffbf57 46%,#ffa942 81%,#ffa43f 100%);
	background: linear-gradient(135deg, #fecf5d 0%,#ffcb5e 26%,#ffbf57 46%,#ffa942 81%,#ffa43f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecf5d', endColorstr='#ffa43f',GradientType=1 );
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);

}

.colizi-content .services > div.pictorendezvous:after{
	background: url('https://www.colizi.com/Media/images/calendar.svg?v=11112');
	background-size: cover;
}

.colizi-content .services > div.pictotransfert:after{
	background: url('https://www.colizi.com/Media/images/outcoming-call.svg?v=11112');
	background-size: contain;
}

.colizi-content .services > div.pictotransformation:after{
	background: url('https://www.colizi.com/Media/images/statistics.png?v=11112');
	background-size: contain;
}

.colizi-content .services > div:after{
	content: '';
    background-size: contain;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
	background-repeat: none;
}

.colizi-content .services h2{
	color: #f7aa4a;
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
	font-size: 18px;
}

.colizi-content .orange{
	color: #f7aa4a;
}

.colizi-content .bg-orange{
	background: #f7aa4a;
}

.colizi-content .bg-noir{
	background: #343a40;
}

.colizi-content hr {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #f7aa4a;
    margin: 10px 0;
}

.colizi-content p.separateur{
	font-style: italic;
}

.sponsor.colizi{
	background: #F7F7F7;
}

.separator-colizi-text{
	background: #f7aa4a;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	padding: 5px 0;
	margin-bottom: 20px;
}

.sponsor.colizi{
	width: 48%;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	min-height: 190px;
}

.sponsor.colizi p{
	text-align: justify;
	padding: 2px 5px;
	font-size: 14px;
}

.sponsor.colizi + .sponsor.colizi{
	margin-right: 0;
}

.sponsor.colizi h3{
	font-weight: normal;
}

.offre-lancement-colizi{
	margin-top: 20px;
}

#login-container{
	overflow: auto;
	min-height: 45vh;
}

#new-login{
	background: #f7f7f7;
	border-radius: 7px;
	margin-top: 25px;
	margin-top: 5vh;
	overflow: auto;
	min-height: 20vh;
	box-shadow: 0 5px 10px -5px rgba(0,0,0,0.3), 0 1px 1px 0 rgba(0,0,0,0.05) inset
}

#connexion, #inscription{
	position: relative;
	width: 50%;
	margin: 0 auto;
	float: left;
	padding: 15px 5px;
	height: 100%;
	min-height: 275px;
	display: block;
	font-size: 15px;
}

#new-login #inscription{
	color: #fff;
}

#new-login #inscription.qc{
	background:#a068ad;
}
#new-login #inscription.moe{
	background:#411f48;
}
#new-login #inscription.tua{
	background:#006694;
}

#connexion h3, #inscription h3{
	font-size: 20px;
	text-transform: uppercase;
	border-bottom: 2px solid;
	padding-bottom: 10px;
	width: 70%;
	margin: 0 auto 10px;
	letter-spacing: 3px;
}

#new-login #connexion.qc h3{
	color: #a068ad;
	border-bottom-color: #a068ad;
}
#new-login #connexion.moe h3{
	color:#411f48;
	border-bottom-color: #411f48;
}
#new-login #connexion.tua h3{
	color:#006694;
	border-bottom-color: #006694;
}

#connexion p, #inscription p{
	line-height: 1.4
}

#new-login p.checklist{
	margin-top: 10px;
	text-align: left;
	padding-left: 70px;
}

#new-login p.checklist+p.checklist{
	margin-top: 0;
	margin-bottom: 25px;
}

#new-login p.checklist img{
	vertical-align: middle;
}

#inscription .grasgros{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 15px;
}

#connexion .grasgros{
	margin-bottom: 10px;
}

#connexion input[type=email], #connexion input[type=password]{
	width: 80%;
	height: 30px;
	margin: 0 auto 10px;
	border: 1px solid #ddd;
	background: #fff;
	padding-left: 10px;
	border-radius: 3px;
}

#inscription b{
	color: #9bbc06
}

#password-oublie{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	color: #333;
	width: 100%;
	font-size: 12px;
	font-style: italic;
}

#connexion .stay-connected{
	width: 80%;
	margin: 0 auto;
	text-align: left;
}


#connexion .stay-connected input{
	width: auto;
	margin-right: 5px;
	margin-bottom: 20px;
}
#connexion .stay-connected label{
	margin: 0;
	padding: 0;
}

#connexion.tua .grasgros{
	font-size: 14px;
}

#login-container #message{
	border: 1px solid #000;
	padding: 10px 7px;
	margin-top: 15px;
	font-weight: 300;
	border-radius: 5px;
}

#login-container #message.ok{
	border: 1px solid #9bbc06;
	background: #fcfff5;
}

#login-container #message.error{
	border: 1px solid #d04937;
	background: #fef0ee;
	padding: 10px 15px;
}

#login-container #message.ok h5{
	color: #9bbc06;
	margin: 0 0 5px;
}

#login-container #message.error h5{
	color: #d04937;
	margin: 0 0 5px;
}

#galile .terrain{
	display: block;
	min-height: 80px;
}

#galile .terrain table{
	width: 100% !important;
}

#galile .terrain table td{
	border: none !important;
}

#galile .terrain tr{
	border: none;
	width: 100%;
}

#galile .terrain .miniature{
	width: 90px;
	border-right: 1px solid rgba(0,0,0,0.1) !important
}

#galile .terrain .action{
	width: 30px;
	background: rgba(0,0,0,0.1);
}

#galile .terrain .action.edit{
	vertical-align: bottom;
}

#galile .terrain .action.del{
	vertical-align: bottom;
}

#galile .terrain .titre{
	text-indent: 10px;
	font-weight: bold;
	color: #a068ad;
	font-size: 16px;
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
}

.new-form table{
	margin: 10px !important;
	width: calc(100% - 20px);
	max-width: 730px !important;
	overflow: hidden;
}

.new-form table, .new-form table tr, .new-form table tr td{
	border: none;
	box-shadow: none;
}

.new-form tr{
	background: none !important;
	padding: 5px 0 !important
}

#new-form, .new-form{
	width: 100%;
	background: #f6f6f6;
}

#new-form.with-side{
	width: 74%;
	float: left;
}

.new-form td, .new-form tr td{
	padding: 10px !important;
}

.new-form label, form .new-form label{
	display: block !important;
	text-align: left !important;
	margin-bottom: 5px !important;
	width: 100% !important;
}

.new-form input[type=text], .new-form select{
	height: 30px;
}

.new-form textarea{
	min-height: 90px;
	padding: 5px !important;
}

.new-form a.bouton-vert{
	width: 100%;
	border-radius: 0 0 3px 3px !important;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 3px solid #719d03 !important;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.3)
}

.new-form input[type=text], .new-form select, .new-form textarea{
	width: 100% !important;
	max-width: 100% !important;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid #D2D2D2;
	background: #fff;
	padding-left: 5px !important;
	padding-right: 5px;
}

.new-form .title{
	color: #333;
	width: 100%;
	text-align: center;
	margin-bottom 0;
	padding: 0;
	border-bottom: 1px solid #cdcdcd;
	margin: 0 !important;
	padding: 10px;
	font-weight: 300;
	text-transform: uppercase;
	background: rgba(0,0,0,0.03)
}

.new-form.aside{
	width: 24%;
	float: right;
}

.new-form.aside .parcourir{
	width: 100%;
}

.new-form.aside .title{
	margin-bottom: 10px
}

.new-form.aside .photos{
	margin-top: 15px;
}

.new-form.aside .photos .photo-item{
	width: 125px;
	height: 110px;
	float: left;
	margin: 4px;
	padding: 3px;
	cursor: pointer;
	position: relative;
	border-radius: 3px;
	overflow: visible;
}

.new-form.aside .photos .photo-item .hover-photo{
	position: absolute;
	bottom: 0;
	background: rgba(0,0,0,0.7);
	text-align: right;
	padding: 0 10px 0 0;
	left: 0;
	right: 0;
	height: 25px;
	line-height: 23px;
	display: none;
	z-index: 105;
	overflow: hidden;
}

.new-form.aside .photos .photo-item:hover .hover-photo{
	display: block !important;
}

/* Force hover-photo visibility across all photo contexts */
.photo-item:hover .hover-photo{
	display: block !important;
}

.photo-item .hover-photo {
	display: none !important;
}

.new-form.aside .photos .photo-item .hover-photo a, .new-form.aside .photos .photo-item .hover-photo a img{
	display: inline;
	margin: 0;
	padding: 0;
}

.new-form.aside #file_upload .ajax-file-upload{
	margin: 0;
}

.oauto{
	overflow: auto;
}

.clear{
	clear: both;
}

.new-retour{
	margin-top: 25px;
}

.new-retour a.bouton-vert{
	padding: 5px !important;
	background: #aaa !important;
	color: #fff !important;
	border-bottom: 3px solid #888 !important;
}

@media (max-width: 750px){
	#login-container{
		width: 90% !important;
		max-width: 90% !important;
		margin: 15px 5% !important;
		overflow: none !important;
	}

	#login-container *{
		max-width: 100%;
	}

	#new-login{
		overflow: none !important;
	}

	#connexion, #inscription{
		width: 100%;
		float: none;
		height: auto;
		min-height: 10vh;
	}

	#connexion{
		padding-bottom:40px;
	}

	.w750p.center{
		max-width:100% !important;
	}

	.offre-lancement-colizi img{
		max-width: 100% !important;
	}
}

@media (max-width: 625px){
	.colizi-content .services{
		text-align: center;
	}
	.colizi-content .services > div{
		width: 48% !important;
		max-width: 48% !important;
		margin-bottom: 40px !important;
		display: inline-block;
	}
}

@media (max-width: 525px){
	.colizi-content .services > div, .sponsor.colizi{
		width: 90% !important;
		max-width: 90% !important;
		height: auto !important;
		min-height: 1px !important;
	}
}

#popup-covid{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 10px 10px -10px rgba(0,0,0,0.5);
	min-width: 240px;
	max-width: 100%;
	z-index: 101;
	padding-bottom: 20px;
}

#message-covid {
	background: #fff;
	border-radius: 3px;
	border: 1px solid #ff9c00;
	padding-bottom: 10px;
	width: 91%;
	margin: 0 auto 15px;
}

#overlay-covid {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 100;
	background: rgba(0,0,0,0.7);
	cursor: pointer;
}

#popup-covid h3, #message-covid h3{
	line-height: 1.4;
	text-transform: uppercase;
	background: #ff9c00;
	color: #fff;
	margin-bottom: 20px;
	padding: 5px;
	font-size: 20px;
	text-align: center;
	border-radius: 3px 3px 0 0
}

#message-covid h3 {
	font-size: 16px;
	margin-bottom: 10px;
}

#popup-covid .close {
	position: absolute;
	right: 0;
	top: 0;
	transform: translate(50%, -50%);
	display: inline-block;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 24px;
	background: #fff !important;
	background-image: none !important;
	border-radius: 50%;
	text-align: center;
	cursor: pointer;
}

#popup-covid p {
	padding: 0 20px 10px;
}

#message-covid p {
	padding: 0 10px 10px;
	font-size: 14px;
}

form li.selected a {
	color: #fff !important;
}

#gestion-projet p > a.bouton {
	height: 38px !important;
}