/* CSS Document */
*{
	margin:0px;
	padding:0px;
}

img {
	border:0px;
	margin:0px;
	padding:0px;
	
}

html{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	height:100%;
}

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	background-color:#eaeaed;
	background-image:url(../img/site_fond.gif);
	background-repeat:repeat-y;
	background-position:top center;
	height:100%;	
}

p,ul,li {
	margin:0px;
	padding:0px;
}

/*li {
	list-style-type:none;
}*/

.clearboth {
	clear:both;
}


/* ******************************************************************************************************** */
/* ************************************************** C O M M U N ********************************************* */
/* ******************************************************************************************************** */

#all_center{
	margin-left:auto;
	margin-right:auto;
	width:900px;
	background-image:url(../img/site_fond.gif);
	background-repeat:repeat-y;
	padding:0px 55px 0px 55px;
	position:relative;
	/*height:100%;*/
}

#header{
	padding-top:15px;
}

#header_left{
	float:left;
	width:87px;
	height:110px;
	margin-right:6px;
	position:relative;	
}

#logo{
	width:87px;
	height:110px;
	background-image:url(../img/logo.jpg);
	background-repeat:no-repeat;
}

#logo span{
	display:none;
}

#header_right{
	float:left;
	width:807px;
	height:110px;
	position:relative;
}

#footer{
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
#footer a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
/*	font-weight:bold;*/
	color:#666666;
}
#footer p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-color:#e6e6e6;
	margin-top:5px;
}


/* ******************************************************************************************************** */
/* ************************************************** H O M E ********************************************* */
/* ******************************************************************************************************** */

#home_content{
	margin:25px 0px 0px 0px;
}

#home_centre{
	float:left;
	width:710px;
}

/* ****************************** BLOC REALISATION  */
#home_realisation{
	border-left:#4a5483 solid 8px;
	padding-left:13px;
	padding-right:25px;
	width:174px;
	height:320px;
	float:left;
}

#home_realisation h2{
	line-height:18px;
	margin-top:5px;
	margin-bottom:15px;
	font-size:20px;
}

#home_realisation p{
	color:#666666;
	font-size:10px;
	text-align:justify;
}
/* ****************************** BLOC FLASH  */
#home_flashrea{
	width:450px;
	height:320px;
	float:left;
}
/* ****************************** BLOC FORMATION  */
#home_formation{
	width:144px;
	height:445px;
	float:left;
	margin-left:15px;
	background-image:url(../img/home_fondform.jpg);
	background-repeat:repeat-x;
	padding:15px;
	background-color:#495482;
}

#home_formation h2{
	font-size:15px;
	color:#fce99c;
	margin-bottom:10px;
}

#home_formation p{
	color:#FFFFFF;
	font-size:10px;
	margin-bottom:15px;
}

#home_formation a{
	margin-bottom:25px;
	display:block;
}
/* ****************************** BLOC ACTUALITES  */
#home_actu01{
	width:340px;
	border:#999999 1px solid;
	/*height:130px;*/
        background-color:#e6e6e6;
	float:left;
}
#home_actu02{
	width:340px;
	border:#999999 1px solid;
	/*height:130px;*/
	float:left;
        background-color:#e6e6e6;
	margin-left:26px;
}


.home_actu_photo{
	width:150px;
	padding:5px 5px 5px 5px;
	float:left;
	background-color:#e6e6e6;	
}

.home_actu_txt{
	width:160px;
	padding:5px 10px 5px 10px;
	float:left;
	/*height:100px;*/
background-color:#e6e6e6;
}

.home_actu_txt dt{
	font-size:13px;
	font-weight:bold;
background-color:#e6e6e6;
}
.home_actu_txt dd{
	font-size:10px;
	color:#999999;
background-color:#e6e6e6;
}

.home_actu_txt dd a{
	color:#999999;
}

.home_actu_txt a{
background-color:#e6e6e6;

}




/* ******************************************************************************************************** */
/* ************************************************** P A G E ********************************************* */
/* ******************************************************************************************************** */
#page_colG{
	float:left;
	width:200px;
}

#telecharger_menu{
	margin-top:20px;
	border-left:#CCCCCC 7px solid;
	width:139px;
}

#telecharger_menu li{
	background-image:url(../img/btn_telecharger.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	padding-left:40px;
	padding-top:5px;
	line-height:11px;
	min-height:21px;
}
* html #telecharger_menu li{ height:21px; }  /*HACK IE 6*/

#telecharger_menu li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-decoration:none;
}
#telecharger_menu li a:hover{
	text-decoration:underline;
}


#page_content{
	padding:25px 0px 0px 0px;
}

#page_contenu{
	float:left;
	width:700px;
}

#page_contenu h2{
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:20px;
}

#page_contenu h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e60003;
	background-image:url(../img/puceB_h3.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:20px;
}	

#page_contenu h4{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e60003;
	margin-bottom:40px;
}

/* ****************************** PAGE SCHEMA PERL  */

#schema_colG{
	width:350px;
	float:left;
}

#schema_colD{
	width:350px;
	float:left;
}

#schema_listprincipe dd{
	padding:0px 15px 15px 24px;
	color:#23308d;
	background-image:url(../img/fleche.gif);
	background-position:14px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}


/* ****************************** PAGE INTERET PATRIMONIAL  */

#interetP_colG{
	width:300px;
	float:left;
}

#interetP_colD{
	width:400px;
	float:left;
}

#interetP_colG dl{
	margin-bottom:15px;
}
#interetP_colG dt{
	padding:0px 15px 7px 15px;
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11,5px;
	font-weight:bold;
}

#interetP_colG dd{
	padding:0px 15px 5px 25px;
	color:#23308d;
	background-image:url(../img/fleche.gif);
	background-position:14px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	font-size:11px;
}


/* ****************************** PAGE INTERET FISCAL  */

#interetF_colG{
	width:320px;
	float:left;
}

#interetF_colD{
	width:380px;
	float:left;
}

.interetF_bloc{
	margin-bottom:15px;
	background-image:url(../img/fond_degrad.jpg);
	background-repeat:repeat-x;
	border:#bac2e3 2px solid;
	width:270px;
	padding:10px;
}
.interetF_bloc dt{
	padding:0px 0px 7px 0px;
	/*color:#4a4a4a;*/
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}

.interetF_bloc dd{
	padding:0px 5px 5px 12px;
	/*color:#4a4a4a;*/
	color:#23308d;
	background-image:url(../img/fleche.gif);
	background-position:1px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}

/* ****************************** PAGE CONFORT SECURITE  */

#confort_colG{
	width:320px;
	float:left;
}

#confort_colD{
	width:380px;
	float:left;
}

.confort_bloc{
	margin-bottom:15px;
	background-image:url(../img/fond_degrad.jpg);
	background-repeat:repeat-x;
	border:#bac2e3 2px solid;
	width:270px;
	padding:10px;
}
.confort_bloc dt{
	padding:0px 10px 5px 12px;
	/*color:#4a4a4a;*/
	color:#23308d;
	background-image:url(../img/fleche.gif);
	background-position:1px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}

#confort_txt{
	padding:0px 10px 5px 16px;
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	width:300px;
}


/* ****************************** PAGE USUFRUITIER  */

#usufruit_colG{
	width:362px;
	float:left;
	padding-right:40px;
}

#usufruit_colD{
	width:298px;
	float:left;
}

#usufruit_colG dl{
	margin-bottom:15px;
}

#usufruit_colG dd{
	padding:0px 15px 5px 25px;
	color:#23308d;
	background-image:url(../img/fleche.gif);
	background-position:14px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
	font-size:11px;
}


/* ****************************** PAGE SORTIE OPERATION  */

#sortie_colG{
	width:402px;
	float:left;
}

#sortie_colD{
	width:298px;
	float:left;
}

#sortie_colG p{
	color:#4a4a4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-left:15px;
	margin-bottom:30px;
	color:#23308d;	
}

#sortie_colG dl{
	margin-bottom:15px;
}

#sortie_colG dd{
	padding:0px 15px 5px 25px;
	color:#23308d;
    background-image:url(../img/fleche.gif);
	background-position:14px 4px;
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:15px;
	text-align:justify;
}




/* ****************************** PAGE REALISATIONS  */

#realisations_colG{
	width:310px;
	float:left;
	padding-right:40px;
}

#realisations_colD{
	width:330px;
	float:left;
	padding-right:20px;
}

#realisations_colG p{
	color:#4a4a4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	margin-bottom:15px;
	line-height:15px;
	text-align:justify;
	color:#23308d;	
}

#realisations_colD p{
	color:#4a4a4a;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-left:15px;
	margin-bottom:15px;
	line-height:15px;
	text-align:justify;
	color:#23308d;	
}

/* ****************************** PAGE COMPARATIFS  */

#h3_comparatif
{
	background:none;
}

#comparatif_bloc01{
	background-image:url(../img/fond_comparatif.jpg);
	background-repeat:repeat-x;
	height:145px;
	padding:15px;
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-bottom:30px;
}

#comparatif_bloc01 h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#23308d;
	margin-bottom:10px;
	background-image:none;
	padding:0px;
	text-align:center;
}

.comparatif_cas{
	margin-bottom:15px;
}

.comparatif_cas dd{
	padding:0px 15px 0px 15px;
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	line-height:15px;
}


/* ****************************** PAGE CONTACTS  */

.contact_bloc{
	width:350px;
	float:left;
	margin-bottom:10px;
}

.contact_bloc_contenu{
	width:305px;
	border:#4f5986 1px solid;
	background-image:url(../img/fond_degrad_contact.jpg);
	background-repeat:repeat-x;
}

.contact_bloc_photo{
	float:left;
	padding:5px;
	margin-right:25px;
}

.contact_bloc_info{
	float:left;
	padding:5px;
	width:200px;
}

.contact_bloc_info_div_h4{
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:underline;
	padding-left:12px;
	padding-bottom:5px;
	margin-bottom:0px;
	background-image: url(../img/contact_puceh4.gif);
	background-repeat:no-repeat;
}
.contact_bloc_info h5{
	color:#4f5987;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:12px;
	line-height:10px;
	margin-top:0px;
	padding-top:0px;
}
.contact_bloc_info p{
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-left:12px;
	padding-top:3px;
}
.contact_bloc_info a{
	color:#828282;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding-left:12px;
	padding-top:5px;
	display:block;
	text-decoration:none;
}



/* ******************************************************************************************************** */
/* ************************************************** P R O G R A M M E ********************************************* */
/* ******************************************************************************************************** */

#search_contenu_all
{
/*	padding-left:93px;*/
}

#search_contenu{
	border:#cccccc 2px solid;
	height:600px;
	width:876px;
	background-image:url(../img/search_fond.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
}

#search_contenu h2{
	color:#e60003;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:20px;
}

#search_col{
	height:560px;
}

#search_colG{
	width:500px;
	height:560px;
	float:left;
}

#search_colD{
	width:298px;
	float:left;
	padding-top:70px;
}

#search_alert{
	display:block;
	margin-top:0px;
	margin-left:255px;
	width:113px;
}

.qtip_villes
{
	background:none;
	border:1px solid #FF0000;
	background-color:#FFFFFF;
	color:#FF0000;
	font-weight:bold;
	font-size:11px;
	padding:2px;
}


/* ****************************** PAGE PROGRAMME  */

#progFiche_contenu{
	padding-left:93px;
	width:807px;
}

#progFiche_colG{
	width:375px;
	float:left;
	padding-right:80px;
}

#progFiche_contenu h2{
	color:#e60003;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:20px;
}

#progFiche_contenu h3{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#e60003;
	background-image:url(../img/puceC_h3.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-left:15px;
	margin-bottom:5px;
	margin-top:10px;
}

#progFiche_colD{
	width:346px;
	float:left;
	/*padding-top:70px;*/
	padding-top:6px;
	padding-left:6px;
	padding-bottom:6px;
	background-color:#CCCCCC;
}

#progFiche_colD ul,ol
{
	padding:0px;
}

#progFiche_colD li
{
	list-style-type:none;
}

.progFiche_desc{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#828282;
	padding-bottom:15px;
	border-bottom:1px dashed #828282;
}

.progFiche_desc ul,ol{

list-style-type:inherit;
padding-left:21px;
}

.progFiche_desc ul
{
	list-style-type:disc;
}
.progFiche_desc ol
{
list-style-type:decimal;
}

.progFiche_list{
	padding-bottom:10px;
	border-bottom:1px dashed #828282;
}	

.progFiche_list dd{
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#828282;
	padding-bottom:6px;
}

#progFiche_pdf{
	margin-top:20px;
	width:350px;
}

#progFiche_listpdf li{
	float:left;
	background-image:url(../img/btn_telecharger.gif);
	background-repeat:no-repeat;
	background-position:10px 0px;
	padding-left:40px;
	padding-top:5px;
	line-height:11px;
	min-height:21px;
	width:110px;

}
* html #progFiche_listpdf li{ height:21px; }  /*HACK IE 6*/

#progFiche_listpdf li a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#999999;
	text-decoration:none;
}
#progFiche_listpdf li a:hover{
	text-decoration:underline;
}






/* ******************************************************************************************************** */
/* ************************************************** RECHERCHES ETC ********************************************* */
/* ******************************************************************************************************** */

.recherche_pas_de_res_titre
{
	font-size:12px;
	font-weight:bold;
	color:#23308d;
}

.recherche_pas_de_res_txt
{
	font-size:11px;
	margin-top:4px;
}

#recherche_rech_en_cours
{
	font-size:11px;
	text-align:center;
}

#bouton_retour_cdf_idf
{
	display:block;
	border:1px solid #9ea5a9;
	background-color:#f0f6fb;
	height:18px;
	color:#57575a;
	width:140px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	margin-top:-20px;
}

#btn_retour_vers_res_lots
{
	display:block;
	border:1px solid #9ea5a9;
	background-color:#f0f6fb;
	height:18px;
	color:#57575a;
	width:150px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	margin-top:10px;
	margin-left:300px;
}

#btn_retour_vers_res_lots_geo
{
	display:block;
	border:1px solid #9ea5a9;
	background-color:#f0f6fb;
	height:18px;
	color:#57575a;
	width:200px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	margin-top:10px;
	margin-left:270px;
}

#btn_voir_tous_les_lots
{
	display:block;
	border:1px solid #9ea5a9;
	background-color:#f0f6fb;
	height:18px;
	color:#57575a;
	width:150px;
	text-align:center;
	text-decoration:none;
	line-height:18px;
	margin-top:40px;
	margin-left:345px;
}

.search_no_result_links
{
	font-size:14px;
	text-align:left;
	margin-left:240px;
	margin-bottom:10px;
}

.admin_h2
{
	color:#23308d;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
}

.h2_rouge{
	color:#e60003;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:5px;
}


#admin_contenu_large_1
{
	margin-top:30px;
}

#admin_contenu_large_1 a
{
	color:#000000;
	text-decoration:none;
}

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


/*******************************/
/* ICONES UTILISEE DANS EXT JS */
/*******************************/

.add {
  background-image:url(../img/ico/add.gif) !important;
}

.ico_print {
  background-image:url(../img/ico/print.png) !important;
}

.remove {
	background-image:url(../img/ico/delete.gif) !important;
}
.search {
	background-image:url(../img/ico/grid_search.png) !important;
}

.ico_mail_send {
	background-image:url(../img/ico/mail_send.png) !important;
}
.acces_ok {
	background-image:url(../img/ico/valide.gif) !important;
}

.acces_nok {
	background-image:url(../img/ico/stop.gif) !important;
}

.table_add {
	background-image:url(../img/ico/table_add.png) !important;
}


.update_ico {
	background-image:url(../img/ico/update_mdp.png) !important;
}

.attacher_ico {
	background-image:url(../img/ico/attacher.png) !important;
}

.corbeille_vide_ico {
	background-image:url(../img/ico/bin_empty.png) !important;
}

.corbeille_pleine_ico {
	background-image:url(../img/ico/bin_plein.png) !important;
}

.corbeille_ferme_ico {
	background-image:url(../img/ico/bin_closed.png) !important;
}




/* ******************************************************************************************************** */
/* ************************************************** S I M U L A T I O N ********************************************* */
/* ******************************************************************************************************** */

#simu_contenu_all
{
padding-left:93px;*/
}

#simu_contenu{
	border:#cccccc 2px solid;
	width:782px;
	background-image:url(../img/search_fond.jpg);
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:10px;
}

#simu_colG{
	float:left;
	padding:10px 20px 0px 20px;
	width:350px;
}
#simu_colD{
	float:left;
	padding:10px 20px 0px 20px;
	width:350px;
}



/* ******************************************************************************************************** */
/* ************************************************** P E R L - P R A T I Q U E ********************************************* */
/* ******************************************************************************************************** */


/* ****************************** PAGE PRESENTATION  */

.present_blocbtn {
	float:left;
	width:170px;
}

.present_bloctxt {
	float:left;
	width:500px;
	color:#23308d;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#present_cadre{
	width:666px;
	padding:15px 15px 0px 15px;
	background-image:url(../img/fond_degrad.jpg);
	background-repeat:repeat-x;
	border:#bac2e3 2px solid;
}

#present_cadre dt{
	color:#666666;
	font-weight:bold;
	background-image:url(../img/fleche.gif);
	background-position:1px 4px;
	background-repeat:no-repeat;
	padding-left:15px;
	padding-top:2px;
	padding-bottom:5px;
	font-family:Verdana, Arial, Helvetica, sans-serif;		
	font-size:10px;	
}
#present_cadre dd{
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
	font-size:10px;		
}

#present_infocontact{
	color:#23308d;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-bottom:15px;
	padding-top:15px	
}

/* ****************************** PAGE GUIDE  */


#guide_sommaire{
	margin-bottom:30px;
}
#guide_sommaire li{
	padding-bottom:5px;
}
#guide_sommaire a{
	background-image:url(../img/fleche.gif);
	background-repeat:no-repeat;
	background-position:10px 2px;
	padding-left:25px;
	font-weight:bold;
	text-decoration:none;
	color:#23308d
}
#guide_sommaire a:hover{
	text-decoration:underline;
}

.guide_tab td{
	color:#23308d;
	padding-bottom:15px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}



/********************/
/* ETATS DE GESTION */
/********************/

.edg_titres
{
	font-weight:bold;
	vertical-align:middle;
	text-align:center;
	border-bottom:1px dotted #99bbe8;
}

.edg_titre_1
{
	border-bottom:1px solid #99bbe8;
	border-right:1px solid #99bbe8;
	padding:4px;
	background-color:#f0f1f3;
	color:#15428b;
}

.edg_titre_2
{
	border-right:1px solid #99bbe8;
	border-left:1px solid #99bbe8;
	padding:4px;
	background-color:#f0f1f3;
	color:#15428b;
}

.edg_titre_3
{
	border-left:1px solid #99bbe8;
	padding:4px;
	background-color:#f0f1f3;
	color:#15428b;
}

.edg_sous_titres td
{
	border-top:1px dotted #99bbe8;
	border-bottom:1px solid #99bbe8;
	text-align:center;
	padding:4px;
	background-color:#f0f1f3;
	font-weight:bold;
}

.edg_sous_titre_c1
{
	border-left:1px solid #99bbe8;
	border-right:1px dotted #99bbe8;
}

.edg_sous_titre_c2
{
	border-right:1px dotted #99bbe8;
}

.edg_sous_titre_c3
{
	border-top:1px dotted #99bbe8;
	border-right:1px solid #99bbe8;
}

.edg_sous_titre_c4
{
	border-top:1px dotted #99bbe8;
}

.edg_lines_first td
{
	border-top:1px solid #99bbe8;
	border-bottom:1px dotted #99bbe8;
	padding:4px;
	vertical-align:middle;
}

.edg_lines_0 td
{
	border-bottom:1px dotted #99bbe8;
	padding:4px;
	vertical-align:middle;
	background-color:#FFFFFF;
}

.edg_lines_1 td
{
	border-bottom:1px dotted #99bbe8;
	padding:4px;
	vertical-align:middle;
	background-color:#f2f2f2;
}

.edg_nom_programme
{
	text-align:left;
	border-right:1px solid #99bbe8;
}

.edg_line_c
{
	text-align:right;
	border-right:1px solid #99bbe8;
}


.edg_line_c_o
{
	text-align:right;
	border-right:1px solid #99bbe8;
}

.edg_line_c1
{
	text-align:center;
	border-left:1px solid #99bbe8;
	border-right:1px dotted #99bbe8;
}

.edg_line_c1_r
{
	text-align:right;
	border-right:1px dotted #99bbe8;
}


.edg_total
{
	font-weight:bold;
	vertical-align:middle;
	text-align:left;
	border-right:1px solid #99bbe8;
}

.edg_lines_total td
{
	border-top:1px solid #99bbe8;
/*	border-bottom:1px dotted #99bbe8;*/
	padding:4px;
	padding-top:8px;
	vertical-align:middle;
}

/*******************************/
/* ICONES UTILISEE DANS EXT JS */
/*******************************/

.add {
  background-image:url(../img/ico/add.gif) !important;
}
.remove {
	background-image:url(../img/ico/delete.gif) !important;
}
.search {
	background-image:url(../img/ico/grid_search.png) !important;
}

.acces_ok {
	background-image:url(../img/ico/valide.gif) !important;
}

.acces_nok {
	background-image:url(../img/ico/stop.gif) !important;
}

.table_add {
	background-image:url(../img/ico/table_add.png) !important;
}


.update_ico {
	background-image:url(../img/ico/update_mdp.png) !important;
}

.attacher_ico {
	background-image:url(../img/ico/attacher.png) !important;
}

.corbeille_vide_ico {
	background-image:url(../img/ico/bin_empty.png) !important;
}

.corbeille_pleine_ico {
	background-image:url(../img/ico/bin_plein.png) !important;
}

.corbeille_ferme_ico {
	background-image:url(../img/ico/bin_closed.png) !important;
}

.dl_csv_file_ico {
  background-image:url(../img/ico/ico_xls.png) !important;
}


#admin_contenu_large
{
	margin-top:30px;
	margin-left:92px;
}

#admin_contenu_large a
{
	color:#000000;
	text-decoration:none;
}

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

#admin_file_ariane
{
	margin-bottom:20px;
}

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

/********************* PHOTOS SUR PAGE PROGRAMME 2 **************************/
.miniature_programme2
{
	float:left;
	margin-right:8px;
	margin-bottom:8px;
}

