/***************************** CSS GENERIC ********************************/
body, td, pre, input, textarea, select{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

html, body, p, table, td, form, input, select, textarea, pre, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6{
	padding: 0px;
	margin: 0px;
}

body{
	text-align: center;
	background:#f6f5f5;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

img,
a img{
	border-width: 0px;
}

td{
	vertical-align: top;
}

ul, ol{
	/* Sinon les puces ne sont pas visible sous IE */
	padding-left: 25px;
}

ul{
	list-style-type: disc;
}

li{
   line-height: 18px;
}

.cms_bloc ul, .cms_bloc ol{
	position: relative;
	padding: 5px 0px;
	line-height: 16px;
}

.cms_bloc ol{
	list-style-position: inside;
}

.cms_bloc ul{
	list-style-type: none;
	_list-style-type: disc;
}

.cms_bloc ul li{
	padding-left: 23px;
	/* background: url(http://www.2pl.fr/default/CMS/css/common/../../images/wgs1/puce_liste.gif) 7px 7px no-repeat; */
	overflow:hidden;

	_padding-left: 7px;
	_background: none;
	_list-style-position: inside;
}

.cms_bloc ol li{
	padding-left: 7px;
}

.cms_part{
	text-align: left;
	margin: 0px auto;
}

.cms_bandeau{
}

.cms_page{
}

.cms_gauche{
}

.cms_droite{
}

.cms_gauche, .cms_droite{
	float: left;
}

.cms_zone{
}

.cms_bloc{
	padding: 5px 0px;
	clear: both;
}

.cms_bloc table{
	border-collapse: collapse;
}

/*** BLOCS FILE ***/
.cms_bloc_file{
}

/*** BLOCS FORM ***/
.cms_bloc_form{
}

.cms_bloc_form table td{
	padding: 3px;
}

.cms_bloc_form table td.intitule{
	font-weight: bold;
	text-align: left;
	width: 200px;
	vertical-align: top;
	font-family:Arial;
	font-size:12px;
}

.cms_bloc_form table td.valeur td{
	vertical-align: middle;
}


.cms_bloc_form label{
	padding: 0px 15px 0px 3px;
}

.cms_bloc_form input{
	width: 200px;
}

.cms_bloc_form textarea{
	width: 300px;
	height: 100px;
}

.cms_bloc_form select{
	width: 204px;
}

.cms_bloc_form_error{
	color: #FF0000;
	padding-bottom: 10px;
}

.cms_bloc_form_message{
	font-weight: bold;
	text-align: center;
}

.cms_bloc_form .cms_bloc_form_field_content{
	text-align: justify;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	width: auto;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image{
	text-align: right;
}

.cms_bloc_form table td.cms_bloc_form_field_antispam_image img{
	border: 1px solid #000000;
}

.cms_bloc_form .cms_bloc_form_field_content, .cms_bloc_form table td.cms_bloc_form_field_antispam_text{
	padding: 10px 0px;
}

.cms_bloc_form .cms_bloc_form_field_checkbox input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_checkbox table td{
	padding: 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio table td{
	padding: 0px 0px;
}

.cms_bloc_form .cms_bloc_form_field_radio input{
	width: auto;
}

.cms_bloc_form .cms_bloc_form_field_submit input{
	width: 85px;
	margin: 5px 0px;
}

/*** BLOCS HTML ***/
.cms_bloc_html{
}

/*** BLOCS MEDIA ***/
.cms_bloc_media{
	text-align: center;
}

.cms_bloc_media *{
	margin: 0px auto;
}

/*** BLOCS MODULE ***/
.cms_bloc_module{
}

/*** BLOCS MAP ***/
.cms_bloc_map .mm_carte{
	margin: auto;
}

.cms_bloc_map .mm_carte .mm_info_photo{
	float: left;
	padding: 0px 5px 5px 0px;
}

.cms_bloc_map .mm_carte .mm_info_titre{
	font-weight: bold;
}

.cms_bloc_map .mm_carte .mm_info_resume{
}

/*** BLOCS TEXTE ***/
.cms_bloc_text{
	text-align: justify;
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.cms_bloc_text_media_gauche ul{
	padding-left:210px;
}

.cms_bloc_text_media_gauche .cms_bloc_media{
	position: relative;
	z-index:2;
	padding: 0px;
	margin: 0px;
	float: left;
	padding: 0px 15px 15px 0px;
}

.cms_bloc_text_media_droite{
}

.cms_bloc_text_media_droite .cms_bloc_media{
	padding: 0px;
	margin: 0px;
	float: right;
	padding: 0px 0px 15px 15px;
}

.cms_bloc_text_haut{
}

.cms_bloc_text_media_centre{
	text-align: center;
	padding: 15px auto;
}

.cms_bloc_text_media_centre .cms_bloc_media{
	margin: 15px 0px;
}

.cms_bloc_text_bas{
}

.cms_bloc_text table{
	width: 100%;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_gauche{
	width: 49%;
}

.cms_bloc_text_milieu{
	width: 2%;
}

.cms_bloc_text_droite{
	width: 49%;
}

/*** BLOCS TITRE ***/
.cms_bloc_title{
}

.cms_bloc_title h2{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}/***************************** CSS HOME ********************************/
body{
	text-align:center;
}


#pl_site{
	position:relative;
	width:990px;
	margin:0px auto 0px auto;
	text-align:left;
	background:#ffffff;
}

div.pl_contener{
	width:990px;
	position:relative;
}

/* Header */
#pl_header{
	height:295px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/fond_header_1.jpg) left top no-repeat;
}

#pl_header h1{
	display:block;
	position:absolute;
	width:600px;
	line-height:12px;
	left:265px;
	top:4px;
	font-size:10px;
	font-weight:normal;
	color:#a79D9B;
}

#pl_header a.btn_bloc_absolu{
	display:block;
	position:absolute;
	text-decoration:none;
	overflow:hidden;
}

a#btn_logo, a#btn_logo:visited, a#btn_logo:hover{
	width:130px;
	height:80px;
	left:60px;
	top:8px;
}

a#btn_plan_du_site, a#btn_plan_du_site:visited, a#btn_plan_du_site:hover{
	width:19px;
	height:15px;
	right:7px;
	top:23px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/btn_plan_du_site.gif) left top no-repeat;
}

a#btn_imprimer, a#btn_imprimer:visited, a#btn_imprimer:hover{
	width:17px;
	height:16px;
	right:7px;
	top:55px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/btn_imprimer.gif) left top no-repeat;
}

#flash_content{
	display:block;
	position:absolute;
	width:990px;
	height:198px;
	left:0px;
	top:101px;
}

/* EOF Header */

/* Menu */
#pl_menu{
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	background:#776d6b;
}

/* EOF Menu */

/* Page */
#pl_page{
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/fond_zone_gauche.jpg) left top repeat-y;
}

#pl_page #zone_page_gauche{
	float:left;
	width:208px;
	color:#007dc5;
	background:#f6f5f5;
}

#pl_page #zone_page_centre{
	float:left;
	width:548px;
	color:#007dc5;
	background:#ffffff;
}

#pl_page #zone_page_droite{
	float:left;
	width:234px;
	color:#007dc5;
}

	
#pl_page #bloc_demande_devis{
	position:relative;
	float:left;
	width:234px;
	height:257px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/demande_devis.jpg) right top no-repeat;
}

#pl_page a#btn_demande_devis, #pl_page a#btn_demande_devis:visited, #pl_page a#btn_demande_devis:hover{
	display:block;
	position:absolute;
	width:213px;
	height:242px;
	right:0px;
	top:14px;
	text-decoration:none;
	overflow:hidden;
}

/*Fil d'arianne*/
#fil_arianne{
	padding:3px 5px 0px 10px;
	font-size:10px;
	color:#494240;
}

#fil_arianne a, #fil_arianne a:visited{
	line-height:12px;
	padding-left:11px;
	padding-right:3px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_arianne.gif) left 4px no-repeat;
	color:#494240;
	text-decoration:none;
}

#fil_arianne a:hover{
	text-decoration:underline;
}

#fil_arianne a.lien_accueil{
	background:none;
	padding-left:0px;
}

/*Contenu*/
#contenu{
	padding:10px 5px 10px 10px;
	color:#524542;
}

#contenu a, #contenu a:visited{
	color:#007DC5;
	text-decoration:underline;
}

#contenu a:hover{
	text-decoration:none;
}

#contenu ul{
	margin-left:7px;
}

#contenu ul li{
	list-style-type:none;
	padding-left:15px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce.gif) left 7px no-repeat;
}

.cms_bloc_title h2{
	padding-left:15px;
	color:#5b362b;
	font-size:17px;
	line-height:16px;
	font-weight:bold;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_titre.jpg) left top no-repeat;
}

#contenu td.cms_bloc_form_field_checkbox table td{
	padding-bottom:2px;
}

/* EOF Page*/

/* Footer */
#pl_footer{
	
}

#pl_footer #bloc_footer_g{
	float:left;
	width:608px;
	height:50px;
	padding:14px 20px 14px 20px;
	background:#f6f5f5;
	border:1px solid #cdcbd1;
	border-right:0px;
	line-height:22px;
	color:#776d6b;
}

#pl_footer #bloc_footer_g a img{
	margin-bottom:-2px;
}

#pl_footer #bloc_footer_d{
	width:270px;
	height:28px;
	padding:40px 20px 10px 50px;
	float:left;
	background:#776d6b;
	border:1px solid #cdcbd1;
	border-left:0px;
}

#pl_footer a.lien_footer, #pl_footer a.lien_footer:visited{
	text-decoration:none;
	line-height:12px;
	font-size:10px;
	padding-left:13px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_lien_footer.gif) 5px 4px no-repeat;
	color:#ffffff;
	font-weight:bold;
	
}

#pl_footer a.lien_footer:hover{
	text-decoration:underline;
}
/* EOF Footer */

/* DIVERS */

img.preload_img{
	display:none;
}/* Menu NIV 1 */
ul#menu_n1{
	display:block;
	padding:0px;
}

ul#menu_n1 li{
	float:left;
	list-style-type:none;
	padding:3px 5px 3px 5px;
}

ul#menu_n1 li.niv1_on{
	background:#ffc20e;
}

ul#menu_n1 li a{
	padding-left:14px;
	line-height:16px;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n1.gif) left 4px no-repeat;
	text-decoration:none;
	font-family:Arial, Verdana, sans-serif;
}

ul#menu_n1 li.niv1_on a{
	color:#115b86;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n1_on.gif) left 4px no-repeat;
	text-decoration:none;
	font-family:Arial, Verdana, sans-serif;
}

/* EOF Menu NIV 1 */

/* Menu NIV 2 */

#zone_page_gauche{
	position: relative;
	padding:15px 0px 15px 0px;
}

#zone_page_gauche ul{
	position: relative;
	margin:0px;
	padding: 0px;
	list-style-type:none;
}

#zone_page_gauche li{
	list-style-type:none;
	cursor:pointer;
}

#zone_page_gauche li a{
	text-decoration:none;
}

#zone_page_gauche li.niv2{
	cursor:pointer;
	line-height:14px;
	margin-top:1px;
	padding:5px 15px 5px 30px;
	color:#007dc5;
	font-size:12px;
	font-weight:bold;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n2.gif) 15px 7px no-repeat;
}

#zone_page_gauche li.niv2 a{
	color:#007dc5;
	text-decoration:none;
}

#zone_page_gauche li.niv2_on{
	cursor:pointer;
	line-height:14px;
	margin-top:1px;
	padding:5px 15px 5px 30px;
	color:#007dc5;
	font-size:12px;
	font-weight:bold;
	background:#776d6b url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n2_on.gif) 15px 6px no-repeat;
}

#zone_page_gauche li.niv2_on a{
	color:#ffffff;
	text-decoration:none;
}


#zone_page_gauche li.niv3{
	line-height:12px;
	padding:3px 15px 3px 43px;
	color:#6e6e6e;
	font-size:10px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n3.gif) 31px 7px no-repeat;
}

#zone_page_gauche li.niv3 a{
	color:#6e6e6e;
	text-decoration:none;
}

#zone_page_gauche li.niv3_on{
	line-height:12px;
	padding:3px 15px 3px 43px;
	color:#000000;
	font-size:10px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/menu/puce_n3_on.gif) 31px 7px no-repeat;
}

#zone_page_gauche li.niv3_on a{
	color:#000000;
}

/* EOF Menu NIV 2 */
#bloc_actu{
	width:203px;
	height:120px;
	right:0px;
	top:163px;
	padding-top:65px;
	padding-left:10px;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/fond_bloc_actu.jpg) left top no-repeat;
}

#bloc_actu .actu{
	font-size:11px;
}

#bloc_actu .actu_date{
	color:#007dc5;
}

#bloc_actu .actu_titre{
	padding-top:2px;
	padding-bottom:2px;
	color:#776d6b;
	font-size:12px;
	font-weight:bold;
}

#bloc_actu .actu_titre a{
	color:#776d6b;
	text-decoration:none;
}

#bloc_actu .actu_resume{
	color:#363636;
	padding-bottom:2px;
}

#bloc_actu .actu_savoir_plus a, #bloc_actu .actu_savoir_plus a:visited{
	color:#007dc5;
	text-decoration:underline;
}

#bloc_actu .actu_savoir_plus a:hover{
	text-decoration:none;
}
.surtitre{
	display:block;
	padding-top:7px;
	padding-bottom:5px;
	color:#00b5dd;
	font-size:14px;
}

.titre{
	display:block;
	padding-top:10px;
	padding-bottom:7px;
	padding-left:15px;
	color:#5b362b;
	font-size:17px;
	line-height:16px;
	font-weight:bold;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_titre.jpg) left 10px no-repeat;
}

.sous_titre{
	display:block;
	padding-top:7px;
	padding-bottom:5px;
        font-size:16px;
	line-height:14px;
	padding-left:15px;
	color:#776d6b;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_soustitre.jpg) left 10px no-repeat;
}

.intertitre{
	display:block;
	padding-top:7px;
	padding-bottom:5px;
	line-height:14px;
	padding-left:15px;
        font-size:14px;
	color:#007dc5;
	background:url(http://www.2pl.fr/default/CMS/css/tpl4/../../../../images/2pl/puce_intertitre.jpg) left 11px no-repeat;
}

.accroche{
	color:#007dc5;
	font-weight:bold;
	font-size:12px;
}

.mise_en_valeur{
	color:#524542;
	font-weight:bold;
}

.mise_en_valeur2{
	color:#00b5dd;
	font-weight:bold;
}

.legende{
	color:#000000;
	font-style:italic;
	font-size:10px;
}/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
}

/* #TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
} */

#TB_window a {color: #666666;}
#TB_window a:hover {color: #000;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
}

.TB_overlayMacFFBGHack {background: url(http://www.2pl.fr/lib/default/css/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	float:left;
}

#TB_closeWindow{
	float:right;
}

#TB_caption, #TB_closeWindow{
	padding: 11px 15px 10px 15px;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
