@charset "UTF-8";

/***************************** CSS GENERIC ********************************/
body, pre, input, textarea, select{
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

html, body, p,  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;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:hover{
	text-decoration: none;

}

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(https://epl.cognix-systems.com/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;
}

/*** 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;
}

.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,
.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 *{
	border: 0px;
	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%;
	border-collapse: collapse;
	border-color: #000000;
}

.cms_bloc_text table th, .cms_bloc_text table td{
	border-color: #000000 !important;
}

.cms_bloc_text table td{
	vertical-align: top;
}

.cms_bloc_text_media_gauche{
}

.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{
	position: relative;
	z-index: 2;
	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{
}

/*** ***/
.spacer{
	clear: both;
	line-height: 0px;
	width: 0px;
	font-size: 0px;
}
html{
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/fond.jpg) left top repeat-x;
}
body{
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/fond_type.jpg) center top no-repeat;
}
.epl_contener{
	position: relative;
	z-index: 1;
	margin: 0px auto;
	width: 990px;
	text-align: left;	
}
#epl_bandeau{
	height: 180px;
}
#epl_page{
	/*height: 590px;*/
	min-height: 370px;
	_height: 370px;
	z-index: 2;
}
#epl_footer{
	/*height: 40px;*/
	height: 75px;
}
#epl_titre_page,
#epl_soustitre_page{
	position: absolute;
	left: 265px;
	bottom: 100px;
	font-weight: bold;
}
#epl_titre_page{
	font-size: 26px;
	color: #5b91e7;
}
#epl_soustitre_page{
	bottom: 12px;
	font-size: 14px;
	color: #FFF;
}
a#epl_lien_logo img{
	padding-left: 32px;
}

#epl_menu{
	position: absolute;
	right: 12px;
	bottom: 36px;
}
#epl_menu input#epl_lien_menu{
	text-decoration: none;
	float: left;
	display: none;
	width: 154px;
	height: 33px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/btn_reserver.jpg) left 0px no-repeat;
	margin-right: 6px;
	cursor: pointer;
	border: 0;
}
#epl_menu input#epl_lien_menu.is_retour{
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/btn_retour.jpg) left 0px no-repeat;
	display: block;
	width: 157px;
}
#epl_menu input#epl_lien_menu img{
	width: 154px;
	height: 33px;
}

#epl_menu_footer{
	position: absolute;
	right: 12px;
	top: 10px;
	width: 157px;
	padding-left: 308px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/fond_menu_footer.jpg) left 13px no-repeat;
}
#epl_menu_footer a#epl_lien_menu_footer{
	display: block;
	float: right;
	width: 199px;
	height: 42px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/btn_changer.jpg) left 0px no-repeat;
}
#epl_menu_footer a#epl_lien_menu_footer img{
	width: 199px;
	height: 42px;
}

/****************  FILTRES DO/Produits  ******************/
#epl_contener_filtres_select{
	width: 490px;
	/*height: 50px;*/
	height: 22px;
	position: absolute;
	left: 265px;
	top: -95px;
}
#epl_contener_filtres_checkbox{
	width: 726px;
	height: 50px;
	position: absolute;
	right: 0;
	top: -34px;
	color: #666666;
	font-size: 13px;
	font-weight: bold;
	z-index: 200;
}
#epl_contener_filtres_checkbox span{
	color: #F9031C;
}
.epl_filtres_checkbox {
	float: left;
	padding: 6px 10px 0px 0px;
}
/****************  SOURCE  ******************/
#epl_contener_source{
	position: relative;
	z-index: 1;
	/*float: left;*/
	width: 978px;
	padding-left: 12px;
}
#epl_contener_source a{
	color: #F9031C;
}
.epl_contener_source_ilot {
	margin: 30px auto;
}
.epl_aucun_ilot {
	margin: 100px 0px 0px 0px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #F9031C;
}
#epl_contener_dome{
	position: relative;
	z-index: 1;
	float: left;
	width: 670px;
	padding-left: 320px;
}
#epl_contener_dome a{
	color: #F9031C;
}
#epl_legende{
	position: absolute;
	left: 23px;
	bottom: -60px;
	font-weight: bold;
	color: #666666;
}
/****************  ILOTS  ******************/
.epl_contener_ilot{
	float: left;
	position: relative;
	z-index: 1;
	width: 91px;
	height: 337px;
	padding: 22px 9px 0px 22px;
	overflow: hidden;
}
.epl_interieur_ilot{
	width: 91px;
	height: 337px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/fond_centre_ilot.jpg) left 0px repeat-x;
}
.epl_masque_ilot{
	position: absolute;
	top: 0;
	left: 0;
	width: 113px;
	height: 359px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/ilot.png) left top no-repeat;
	_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/ilot.gif);
}
.epl_titre_ilot{
	position: absolute;
	top: 6px;
	left: 13px;
	width: 100px;
	color: #6d6d6d;
	font-weight: bold;
}
.epl_produit{
	border-top: #f9f9f9;
	width: 80px;
	height: 54px;
	overflow: hidden;
}
.epl_produit td{
	width: 79px;
	height: 54px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
}
.dome_a1 td{
	vertical-align: bottom;
	color: #666666;
}

.epl_ilot_nb_1{
	width: 122px;
}
.epl_ilot_nb_2{
	width: 244px;
}
.epl_ilot_nb_3{
	width: 366px;
}
.epl_ilot_nb_4{
	width: 488px;
}
.epl_ilot_nb_5{
	width: 610px;
}
.epl_ilot_nb_6{
	width: 732px;
}




#epl_tab_fond{
	position: relative;
	margin: 0 auto;
}



/*******************  TAB SOURCE  ************************/

#epl_jour_planning{
	display: block;
	position: absolute;
	right: -4px;
	top: -58px;
	width: 300px;
	height: 33px;
	line-height: 33px;
	color: #0434b2;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}
#epl_planning_do{
	display: block;
	position: absolute;
	right: 488px;
	top: -58px;
	width: 300px;
	height: 33px;
	line-height: 33px;
	color: #0434b2;
	font-weight: bold;
	font-size: 15px;
	text-align: center;
}

#epl_tab_source{
	position: relative;
	z-index: 1;
	width: 967px;
	/*height: 530px;	*/
	/* background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab_25l.png) scroll -2px -4px no-repeat; */
	margin-top: 20px;
}
#epl_tab_source a{
	color: #FFF;
	text-decoration: none;
}
#epl_tab_source .epl_cell{
	position: absolute;
	top: 0;
	left: 0;
	width: 93px;
	height: 13px;
	color: #FFF;
	font-weight: bold;	
	height: 13px;
	line-height: 13px;
	text-align: center;
	overflow: hidden;
}

#epl_tab_source .epl_tab_do .epl_cell,
#epl_tab_source .epl_tab_do .epl_cell div{
	height:26px !important;
}
#epl_tab_source .epl_tab_do .epl_cell_vide,
#epl_tab_source .epl_tab_do .epl_cell_vide div{
	height:13px !important;
}
#epl_tab_source .epl_tab_do .epl_col1,
#epl_tab_source .epl_tab_do .epl_cell .epl_quota,
#epl_tab_source .epl_tab_do .epl_cell .epl_indisponible,
#epl_tab_source .epl_tab_do .epl_cell .epl_libre{
	line-height:26px;
}

#epl_tab_source .epl_tab_do .epl_cell_vide{
	line-height:13px;
	height:13px;
}


#epl_tab_source .epl_col1{
	width: 102px;
	background: #1b46b9;
}
/*#epl_tab_source .epl_col4,
#epl_tab_source .epl_col9{
	width: 94px;
}*/
#epl_tab_source .epl_ligne1{
	width: 89px;
	padding-left: 4px;
	background: none;
	color: #666666;
	text-align: left;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	margin-top: 0px!important;
}

.epl_heure{ background: #1743b8 }
.epl_quota{ background: #b9babb; height: 15px; padding-top: 2px;}
.epl_libre{ background: #5eae00 }
.epl_reserve{ background: #fe001a }
.epl_indisponible{ background: #787878 }
.epl_ma_reserve{ background: #5b91e7 }
.epl_prereserv_do{ background: #1B46B9 }
.epl_en_cours{ background: #ff9a00 }

#epl_tab_source .epl_col1{ left: 24px; }
#epl_tab_source .epl_col2{ left: 129px; }
#epl_tab_source .epl_col3{ left: 226px; }
#epl_tab_source .epl_col4{ left: 323px; }
#epl_tab_source .epl_col5{ left: 420px; }
#epl_tab_source .epl_col6{ left: 517px; }
#epl_tab_source .epl_col7{ left: 614px; }
#epl_tab_source .epl_col8{ left: 711px; }
#epl_tab_source .epl_col9{ left: 808px; }
#epl_tab_source .epl_col10{ left: 905px; }

#epl_tab_source .epl_ligne1{ top: 41px; }
#epl_tab_source .epl_ligne2{ top: 58px; }
#epl_tab_source .epl_ligne3{ top: 75px; }
#epl_tab_source .epl_ligne4{ top: 92px; }
#epl_tab_source .epl_ligne5{ top: 109px; }
#epl_tab_source .epl_ligne6{ top: 126px; }
#epl_tab_source .epl_ligne7{ top: 143px; }
#epl_tab_source .epl_ligne8{ top: 160px; }
#epl_tab_source .epl_ligne9{ top: 177px; }
#epl_tab_source .epl_ligne10{ top: 194px; }
#epl_tab_source .epl_ligne11{ top: 211px; }
#epl_tab_source .epl_ligne12{ top: 228px; }
#epl_tab_source .epl_ligne13{ top: 245px; }
#epl_tab_source .epl_ligne14{ top: 262px; }
#epl_tab_source .epl_ligne15{ top: 279px; }
#epl_tab_source .epl_ligne16{ top: 296px; }
#epl_tab_source .epl_ligne17{ top: 313px; }
#epl_tab_source .epl_ligne18{ top: 330px; }
#epl_tab_source .epl_ligne19{ top: 347px; }
#epl_tab_source .epl_ligne20{ top: 364px; }
#epl_tab_source .epl_ligne21{ top: 381px; }
#epl_tab_source .epl_ligne22{ top: 398px; }
#epl_tab_source .epl_ligne23{ top: 415px; }
#epl_tab_source .epl_ligne24{ top: 432px; }
#epl_tab_source .epl_ligne25{ top: 449px; }
#epl_tab_source .epl_ligne26{ top: 466px; }
#epl_tab_source .epl_ligne27{ top: 483px; }
#epl_tab_source .epl_ligne28{ top: 500px; }
#epl_tab_source .epl_ligne29{ top: 517px; }
#epl_tab_source .epl_ligne30{ top: 534px; }

/*BOF*/
.epl_tab_dome_do .epl_tab_do .epl_ligne1{ top: 41px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne2{ top: 58px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne3{ top: 88px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne4{ top: 105px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne5{ top: 135px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne6{ top: 165px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne7{ top: 182px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne8{ top: 212px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne9{ top: 242px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne10{ top: 259px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne11{ top: 289px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne12{ top: 319px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne13{ top: 336px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne14{ top: 366px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne15{ top: 396px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne16{ top: 413px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne17{ top: 443px !important; }
.epl_tab_dome_do .epl_tab_do .epl_ligne18{ top: 473px !important; }
/*EOF*/

/*BOF*/
.epl_tab_source_do .epl_tab_do .epl_ligne1{ top: 41px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne2{ top: 58px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne3{ top: 88px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne4{ top: 118px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne5{ top: 148px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne6{ top: 165px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne7{ top: 195px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne8{ top: 225px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne9{ top: 255px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne10{ top: 285px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne11{ top: 302px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne12{ top: 332px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne13{ top: 362px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne14{ top: 392px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne15{ top: 422px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne16{ top: 439px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne17{ top: 469px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne18{ top: 499px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne19{ top: 529px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne20{ top: 559px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne21{ top: 576px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne22{ top: 606px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne23{ top: 636px !important; }
.epl_tab_source_do .epl_tab_do .epl_ligne24{ top: 666px !important; }
/*EOF*/


/*******************  TAB DOME  ************************/
#epl_tab_dome{
	position: relative;
	z-index: 1;
	width: 346px;
	height: 359px;	
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab_dome.png) left top no-repeat;
}
#epl_tab_dome a{
	color: #FFF;
	text-decoration: none;
}
#epl_tab_dome .epl_cell{
	position: absolute;
	top: 0;
	left: 0;
	width: 93px;
	height: 13px;
	color: #FFF;
	font-weight: bold;	
	height: 13px;
	line-height: 13px;
	text-align: center;
	overflow: hidden;
}
#epl_tab_dome .epl_col1{
	width: 102px;
	background: #1b46b9;
}
#epl_tab_dome .epl_ligne1{
	width: 89px;
	padding-left: 4px;
	background: none;
	color: #666666;
	text-align: left;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
	margin-top: 0px!important;
}

#epl_tab_dome .epl_col1{ left: 24px; }
#epl_tab_dome .epl_col2{ left: 129px; }
#epl_tab_dome .epl_col3{ left: 226px; }

#epl_tab_dome .epl_ligne1{ top: 41px; }
#epl_tab_dome .epl_ligne2{ top: 58px; }
#epl_tab_dome .epl_ligne3{ top: 75px; }
#epl_tab_dome .epl_ligne4{ top: 92px; }
#epl_tab_dome .epl_ligne5{ top: 109px; }
#epl_tab_dome .epl_ligne6{ top: 126px; }
#epl_tab_dome .epl_ligne7{ top: 143px; }
#epl_tab_dome .epl_ligne8{ top: 160px; }
#epl_tab_dome .epl_ligne9{ top: 177px; }
#epl_tab_dome .epl_ligne10{ top: 194px; }
#epl_tab_dome .epl_ligne11{ top: 211px; }
#epl_tab_dome .epl_ligne12{ top: 228px; }
#epl_tab_dome .epl_ligne13{ top: 245px; }
#epl_tab_dome .epl_ligne14{ top: 262px; }
#epl_tab_dome .epl_ligne15{ top: 279px; }
#epl_tab_dome .epl_ligne16{ top: 296px; }
#epl_tab_dome .epl_ligne17{ top: 313px; }
#epl_tab_dome .epl_ligne18{ top: 330px; }

/******* Fond du tableau ********/

.epl_tab_fond_left{	padding-left: 126px;}
.epl_tab_fond_right{	padding-right: 67px;}


.epl_tab_3_colonnes{		width: 214px;}
.epl_tab_4_colonnes{		width: 311px;}
.epl_tab_5_colonnes{		width: 408px;}
.epl_tab_6_colonnes{		width: 505px;}
.epl_tab_7_colonnes{		width: 602px;}
.epl_tab_8_colonnes{		width: 699px;}
.epl_tab_9_colonnes{		width: 796px;}
.epl_tab_10_colonnes{	width: 893px;}
.epl_tab_11_colonnes{	width: 990px;}
.epl_tab_12_colonnes{	width: 1087px;}
.epl_tab_13_colonnes{	width: 1184px;}
.epl_tab_14_colonnes{	width: 1281px;}
.epl_tab_15_colonnes{	width: 1378px;}
	
/** cellules dans lesquelles se trouvent epl_quota normalement, la derniere cellule de chaque ligne **/
	
#epl_tab_source .epl_tab_3_colonnes 		.epl_col3,
#epl_tab_source .epl_tab_4_colonnes 		.epl_col4,
#epl_tab_source .epl_tab_5_colonnes 		.epl_col5,
#epl_tab_source .epl_tab_6_colonnes 		.epl_col6,
#epl_tab_source .epl_tab_7_colonnes 		.epl_col7,
#epl_tab_source .epl_tab_8_colonnes		.epl_col8,
#epl_tab_source .epl_tab_9_colonnes 		.epl_col9,
#epl_tab_source .epl_tab_10_colonnes 	.epl_col10,
#epl_tab_source .epl_tab_11_colonnes 	.epl_col11,
#epl_tab_source .epl_tab_12_colonnes 	.epl_col12,
#epl_tab_source .epl_tab_13_colonnes 	.epl_col13,
#epl_tab_source .epl_tab_14_colonnes 	.epl_col14,
#epl_tab_source .epl_tab_15_colonnes 	.epl_col15{
	height: 17px;
	margin-top:-2px;
}
#epl_tab_source .epl_tab_3_colonnes .epl_tab_fond_right_do .epl_col3,
#epl_tab_source .epl_tab_4_colonnes 		.epl_tab_fond_right_do .epl_col4,
#epl_tab_source .epl_tab_5_colonnes 		.epl_tab_fond_right_do .epl_col5,
#epl_tab_source .epl_tab_6_colonnes 		.epl_tab_fond_right_do .epl_col6,
#epl_tab_source .epl_tab_7_colonnes 		.epl_tab_fond_right_do .epl_col7,
#epl_tab_source .epl_tab_8_colonnes		.epl_tab_fond_right_do .epl_col8,
#epl_tab_source .epl_tab_9_colonnes 		.epl_tab_fond_right_do .epl_col9,
#epl_tab_source .epl_tab_10_colonnes 	.epl_tab_fond_right_do .epl_col10,
#epl_tab_source .epl_tab_11_colonnes 	.epl_tab_fond_right_do .epl_col11,
#epl_tab_source .epl_tab_12_colonnes 	.epl_tab_fond_right_do .epl_col12,
#epl_tab_source .epl_tab_13_colonnes 	.epl_tab_fond_right_do .epl_col13,
#epl_tab_source .epl_tab_14_colonnes 	.epl_tab_fond_right_do .epl_col14,
#epl_tab_source .epl_tab_15_colonnes 	.epl_tab_fond_right_do .epl_col15{
	height: 17px;
	margin-top:0px;
}

	
	
/*** 16 lignes ***/
			.epl_tab_16_lignes{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_left.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_left_ie6.gif);
			}
			.epl_tab_16_lignes .epl_tab_fond_right{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_right.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_right_ie6.gif);
			}
			.epl_tab_16_lignes .epl_tab_fond_colonnes{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_colonne.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_16l_colonne_ie6.gif);
			}
/*** 16 lignes ***/

/*** 13 lignes ***/
			.epl_tab_13_lignes{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_left.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_left_ie6.gif);
			}
			.epl_tab_13_lignes .epl_tab_fond_right{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_right.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_right_ie6.gif);
			}
			.epl_tab_13_lignes .epl_tab_fond_colonnes{
				height: 340px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_colonne.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_colonne_ie6.gif);
			}
			/*****************************/
			.epl_tab_dome_do .epl_tab_13_lignes{
				height: 407px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_left_do.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_left_do_ie6.gif);
			}
			.epl_tab_dome_do .epl_tab_13_lignes .epl_tab_fond_right{
				height: 407px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_right_do.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_right_do_ie6.gif);
			}
			.epl_tab_dome_do .epl_tab_13_lignes .epl_tab_fond_colonnes{
				height: 407px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_colonne_do.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_13l_colonne_do_ie6.gif);
			}
/*** 13 lignes ***/

/*** 22 lignes ***/
			.epl_tab_22_lignes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_left.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_left_ie6.gif);
			}
			.epl_tab_22_lignes .epl_tab_fond_right{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_right.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_right_ie6.gif);
			}
			.epl_tab_22_lignes .epl_tab_fond_colonnes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_colonne.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_22l_colonne_ie6.gif);
			}
/*** 22 lignes ***/

/*** 23 lignes ***/
			.epl_tab_23_lignes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_left.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_left_ie6.gif);
			}
			.epl_tab_23_lignes .epl_tab_fond_right{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_right.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_right_ie6.gif);
			}
			.epl_tab_23_lignes .epl_tab_fond_colonnes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_colonne.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_colonne_ie6.gif);
			}
			/*****************************/
			.epl_tab_source_do .epl_tab_23_lignes{
				height: 707px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_left_do.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_left_do_ie6.gif);
			}
			.epl_tab_source_do .epl_tab_23_lignes .epl_tab_fond_right{
				height: 707px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_right_do.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_right_do_ie6.gif);
			}
			.epl_tab_source_do .epl_tab_23_lignes .epl_tab_fond_colonnes{
				height: 707px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_colonne_do.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_23l_colonne_do_ie6.gif);
			}
/*** 23 lignes ***/

/*** 27 lignes ***/
			.epl_tab_27_lignes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_left.png) -2px -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_left_ie6.gif);
			}
			.epl_tab_27_lignes .epl_tab_fond_right{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_right.png) right -4px  no-repeat;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_right_ie6.gif);
			}
			.epl_tab_27_lignes .epl_tab_fond_colonnes{
				height: 527px;
				background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_colonne.png) left -4px  repeat-x;
				_background-image: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/tab/tab_27l_colonne_ie6.gif);
			}
/*** 27 lignes ***/







/************************   POPUP   **************************/

#TB_window{
	border: 0px solid !important;
	background: url(https://epl.cognix-systems.com/default/CMS/css/common/../../images/epl/fond_popup.jpg) left top no-repeat !important;
	width: 506px!important;
	height: 426px!important;
	margin-left: -253px!important;
	margin-top: -213px!important;
}
#TB_title {
	display: none;
}
#TB_ajaxContent {
	padding: 0!important;
	width: 506px!important;
	height: 426px!important;
	overflow: hidden !important;
	color: #6c6c6c;
}

#epl_popup .epl_intitule{
	width: 150px;
}
#epl_popup .epl_valeur input{
	width: 154px;
	border: #606b78 1px solid;
}
#epl_popup .epl_message{
	color: #ff0000;
	text-align: justify;
	font-weight: bold;
}
#epl_popup a.epl_btn_close{
	display: block;
	float: right;
	width: 24px;
	height: 24px;
}
#epl_popup a.epl_btn_close img{
	width: 24px;
	height: 24px;
}
.epl_titre_popup{
	padding-left: 15px;
	height: 26px;	
	line-height: 26px;
	font-weight: bold;
	color: #FFF;
}
#epl_gauche_popup{
	float: left;
	width: 125px;
	padding: 0 11px 0 30px;
}
#epl_produit_asso{
	padding: 4px 0 8px 9px;
	font-style: italic;
}
#epl_droite_popup{
	float: left;
	width: 300px;
	padding: 33px 0px 0 0px;
}
.epl_bouton_popup img{
	cursor: pointer;	
}
.epl_erreur_popup{
	font-weight: bold;
	color: #FF0000;	
	display:none;
}
#epl_message_actu_popup{
	padding: 20px;
	height: 340px;
	overflow-x: none;
	overflow-y: auto;
}
#horloge {
    color: #6A6868;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 20px;
    top: 10px;
}




body{
	background-image: url(https://epl.cognix-systems.com/default/CMS/css/tpl3/../../images/epl/fond_page.jpg);
}

#epl_contener_form_password,
#epl_contener_form_extranet{
	position: absolute;
	top: -83px;
	left: 280px;
	width: 445px;
	height: 370px;
	padding: 20px 0 20px 21px;
	background: url(https://epl.cognix-systems.com/default/CMS/css/tpl3/../../images/epl/fond_connexion.png) left top no-repeat;
	_background: none;
}

#epl_form_extranet{
	position: relative;
	width: 425px;
	height: 350px;
	_background: url(https://epl.cognix-systems.com/default/CMS/css/tpl3/../../images/epl/fond_connexion.gif) left top no-repeat;
}

#epl_error_connexion{
	position: absolute;
	left: 136px;
	top: 126px;
	width: 211px;
	color: #FF0000;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
}
#epl_lib_login,
#epl_lib_password{
	position: absolute;
	left: 15px;
	top: 166px;
	width: 110px;
	text-align: right;
	color: #FFF;
}
#epl_lib_password{
	top: 215px;
}

a#epl_lien_password{
	display: block;
	position: absolute;
	top: 253px;
	left: 136px;
	width: 211px;
	color: #FFF;
	text-align: center;
}

#epl_login,
#epl_password,
#epl_extranet_submit{
	position: absolute;
	left: 136px;
	top: 158px;
	width: 211px;	
	height: 31px;
	line-height: 31px;
}
#epl_password{
	top: 208px;
}
#epl_extranet_submit{
	top: 280px;
	height: 40px;
}

/*********************  MOT DE PASSE OUBLIE ********************/

#epl_contener_form_password{
	background: url(https://epl.cognix-systems.com/default/CMS/css/tpl3/../../images/epl/fond_password.jpg) center center no-repeat;	
}
#frm_password{
	padding: 130px 20px 0 20px;
	color: #FFF;
}
#frm_password a{
	color: #FFF;
}
.error_message{
	color: red;
	font-weight: bold;		
}
#frm_password h2{
	font-size: 14px;
	padding: 0px;
}
#frm_password td{
	padding: 5px;
}