/*
		    Copyright ecolencre.fr
*/

body{
	background:#e1e1e1;
	margin:0;
	padding:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}

#popin {
	z-index:10000;
	display: none;
	position: absolute;
	width : 100%;
	height : auto;
	top: 0;
	left: 0;
}

#popin #bgpopin {
	display: block;
	position : fixed;
	width : 100%;
	height : 100%;
	top : 0;
	left : 0;
	background-color : #000;
}

#popin .bt_close_pop {
	float: right;
	margin-top: -38px;
	margin-right: -38px;
	cursor: pointer;
}

#popin .conteneur_popin {
	display: none;
	position: relative;
	width: 600px;
	height: auto;
	margin: 500px auto;
	padding: 15px;
	background: #fff;
	border: 4px solid #b3dc43;
}

#popin .conteneur_popin .img_fiche {
	float:right;
	padding:5px;
}

#conteneur{
	z-index:1;
	width:990px;
	margin:9px auto;
	background: #fff url("../images/bg_conteneur.png") repeat-y;
}

#header{
	background:url("../images/header.png") no-repeat top left; 
	height:153px;
}

#contenu{
	z-index:2;
	width: 968px;
	margin: 0 auto 20px auto;
	padding: 0;
}


/* Barre de menu */
#menubar{
	width: 946px;
	height:36px;
	margin:auto;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:10px;
	background: #a6d527 url("../images/bg_menubar.png") repeat-x top left;
}
#menubar ul{ 
	height:35px; 
	margin:0 0 0 -1px;
	padding:0; 
	list-style:none;
	border:1px solid #a7cc43;
}
#menubar ul li {float: left; border-left:1px solid #91ba22; border-right:1px solid #f0fbd3; }
#menubar ul li a { 
	display: block;
	color:#000;
	text-decoration:none;
	padding:9px 12.3px;
}
#menubar ul li.first a { 
	padding:9px 12.9px;
}
#menubar ul li.active a, #menubar ul li:hover a { 
	background: #99c225;
	color:#fbfbfb; 
}

/* Slide des agences */
div#slide_agence {
	position: relative;
	width:967px;
	height: 105px;
	margin: 15px 0 5px 0;
	overflow:hidden;
}
div#slide_agence ul {
	position: relative;
	height: 105px;
	left:0;
	margin:0;
	padding:0 10px;
	list-style:none;
	overflow:hidden;
}
div#slide_agence ul li {
	float: left;
	margin-right:10px;
}
div#slide_agence ul li p.box_imgSlide {
	float: left;
	width: 130px;
	height: 120px;
	margin-right: 3px;
	background: url("../images/bg_img_slide.jpg") no-repeat top left;
}
div#slide_agence ul li h2 { float:right; min-width:140px; color: #aaa; font-size:14px; }
div#slide_agence ul li p.desc { float:left; clear:right; }

/* Corps de page */

#colonne_left{
	float:left;
	width:272px;
	margin-left:10px;
}

#colonne_left .bloc_left{
	float:left;
	width: 275px;
	margin-bottom: 20px;
}

#colonne_left .header_bloc {
	height:11px;
	background:url("../images/top_bloc_left.png") no-repeat top left;
}

#colonne_left .corps_bloc{
	padding: 0 11px;
	background:url("../images/middle_bloc_left.png") repeat-y left;
}

#colonne_left h2.titleLeft {
	font-size: 16px;
	font-family:"Century Gothic", Century, "Futura Lt", "Trebuchet MS";
	text-align: right;
	padding:8px 3px;
}
#colonne_left h2.titleLeft img {
	float: left;
	margin-top:-8px;
	margin-bottom:8px;
}

#colonne_left #titreMenuVertic {
	margin-bottom:8px;
	font-size: 13px;
	text-align: right;
	padding:3px;
}
#colonne_left p.lienMenu {
	z-index:50;
	background:url("../images/bg_title_left.png") no-repeat left;
	height:37px;
	padding:0 0 0 20px;
	margin-left: -15px;
	line-height:30px;
	display: block;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
}
#colonne_left p.lienMenu a { color:#FFF; }
#colonne_left p.lienMenu a { color:#FFF; }
#colonne_left p.lienMenu a:hover { text-decoration:underline; }

.lienFranch, .lienFranchR {
	z-index:50;
	background:url("../images/bg_title_franch.png") no-repeat left;
	height:37px;
	padding:0 0 0 20px;
	margin-left: -15px;
	line-height:30px;
	display: block;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
}
.lienFranchR { background:url("../images/bg_title_franchR.png") no-repeat left; }
.lienFranch a:hover, .lienFranchR a:hover {
	color: #000;
	text-decoration:underline;
}

#colonne_left h1{
	z-index:50;
	background:url("../images/bg_title_left.png") no-repeat left;
	height:37px;
	padding:0 0 0 13px;
	margin-left: -15px;
	line-height:30px;
	display: block;
	font-size:1em;
	font-weight:bold;
	color:#FFF;
}

#colonne_left .footer_bloc {
	height:11px;
	background:url("../images/bottom_bloc_left.png") no-repeat top right;
}

.titregs{
	color:#000;
	text-decoration:underline;
	font-weight:bold;
}
.titreis{
	color:#669900;
	text-decoration:underline;
	font-style: italic;
}

/* Colonne de droite - Content */

#colonne_right{
	float:right;
	width:653px;
	margin:10px 10px 0 0;
	color: #4d4d4d;
}

.box_right{
	margin-bottom: 20px;
}

#colonne_right .bloc_right{
	float:right;
	width: 280px;
	margin: 0;
}
#colonne_right .bloc_left{
	float: left;
	width: 280px;
	margin:0;
}

#colonne_right .header_bloc {
	height:11px;
	background:url("../images/top_bloc_right.png") no-repeat top left;
}

#colonne_right .corps_bloc{
	padding: 0 11px;
	background:url("../images/middle_bloc_right.png") repeat-y left;
}

#colonne_right h1.title_right {
	height:31px;
	margin:0;
	margin-bottom:10px;
	line-height: 28px;
	color:#FFF;
	
	padding-left: 15px;
	font-size:12px;
	background:url(../images/bg_title_right.png);
}

#colonne_right div.present_parten {
	border: 1px solid #CCC;
	padding:20px;
	margin-bottom:30px;
}
#colonne_right div.present_parten img {
	border: 2px solid #f5f5f5;
}
#colonne_right div.grey {
	background-color:#fafafa;
}

#colonne_right .footer_bloc {
	height:11px;
	background:url("../images/bottom_bloc_right.png") no-repeat top right;
}

/* Footer */

#footer {
	clear:both;
	padding: 0 15px;
	background:url("../images/footerh.png") repeat-y;
}
#footer .sep, #footer .sep_go, #footer .sep_end { height: 22px; }
#contentFoot { padding:15px 20px 25px 20px; }
#contentFoot p {
	color:#FFF;
	font-weight:bold;
}
#contentFoot a:link, #contentFoot a:visited {
	color: #FFF;
	text-decoration: none;
}
#contentFoot a:hover {
	text-decoration: underline;
}
#footerb{
	background:url("../images/footerb.png") no-repeat bottom left;
	height:26px;
}

/****************************************
	FUNCTION RECURE	
*/
form, h1, h2, h3, h4, h5, h6, p { margin:0; padding:0; }

/* flottant */
.left { float: left; }
.right { float: right; }
.clearLeft { clear:left; }
.clearRight { clear:right; }
.clear{ clear:both; }

/* Marge */
.margL10{ margin-left:10px; }
.margL20{ margin-left:20px; }
.margR10{ margin-right:10px; }
.margB08{ margin-bottom:8px; }
.margT-8{ margin-top:-8px; }
.margT10{ margin-top:10px; }

/* Couleur */
.colorOk { color:#090; }
.colorErr{ color:#C00; }
.colorGreen { color:#ACC832; }

/* lien */
a:link, a:visited { color:#000; text-decoration:none; }
a:hover { color:#959595;}

/* img */
img { border:none; }

/* séparateur */
.sep { width:100%; height: 25px; margin:15px 0; clear: both; background:url("../images/bg_sep.jpg") repeat-x top; }
.sep_go { float:left; width:8px;height: 25px; background:url("../images/bg_sep_go.jpg") no-repeat top left; }
.sep_end { float:right; width:8px; height: 25px; background:url("../images/bg_sep_end.jpg") no-repeat top right; }

/* Text */
.textCenter { text-align: center; }

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