@CHARSET "UTF-8";

/***********************/
/*** Nouvelle Section **/
/***********************/

body {
	font-family: Arial,Helvetica,Verdana,sans-serif;
	font-style: normal;
	margin: 0px;
	/*font-size: 1.5em;*/
}

.tb_fenetre, .tb_cadres, .div_cadres, .div_cadre {
	border: 0px gray solid;
	border-spacing:0px;
	/**/
	font-size: 14px;
	font-style: normal;
	color: gray;
}
.tb_fenetre {
	border: 0px;
	border-style: double;
}
.tb_cadres, .div_cadres {
	width: 99%;
	height: 100%;
	border: 0px #e5e5e5 solid;
}
.div_cadre {
	height: 100%;
	padding: 0px 10px 0px 10px;
	boder-spacing:0px;
	border: 0px #e5e5e5 solid;
	border-collapse:collapse;
	text-align: justify;
}
.div_cadres {
	padding: 1px;
	height: 800px;
	min-height: 800px;
	max-height: 1000px;
	overflow-y: auto;
	margin-left: 10px;
	border: 0px gray solid;
}

/**********************/
/*** table des menus **/
/**********************/
.tb_menu_l, .tb_menu_t, .tb_menu_b, .tb_menu_r {
	border-spacing: 0px;
	border: 0px gray solid;
	width: 100%;
}
.tb_menu_r {
	border: 0px #e5e5e5 solid;
}
.tb_menu_b {
	border: 0px gray dashed;
}
/* PROPRIETES PRIVEES */
.tb_menu_l, .tb_menu_r  {
	width: 200px;
}
.tb_menu_b tr, .tb_menu_r tr, .tb_menu_l tr {
	vertical-align:top;
}


/*********************/
/******* menus *******/
/*********************/

.menu_t, .menu_l, .menu_b {
	padding: 1px 0px 1px 0px;
	border: 1px #e5e5e5 solid;
	letter-spacing: 1px;
	font-size: 14px;
	color: gray;
	font-style: normal;
}
/* liste des items et liste des sous-items */
.items_t, .items_l, .sousitems_t, .sousitems_l {
	/*z-index: 10;*/
	margin-top: 0px;
	/*border: 1px #e5e5e5 solid;*/
	/*background-image: url("../images/_/x_bg.gif");*/
	display: none;
}
/* liste des items et liste des sous-items */
.items_l, .sousitems_l {
	border: 1px gray solid;
	background-image: url("../images/_/x_bg.gif");
}
.sousitems_t, .sousitems_l {
	left: 180px;
	margin-top: -18px;
	display: none;
}
.items_t, .sousitems_t, .items_l, .sousitems_l {
	padding: 0px;
	position: absolute;
	max-width: 250px;
}

/* item et sousitem */
.item_t, .sousitem_t, .item_l, .sousitem_l, .item_b {
	border-top: 1px #e5e5e5 solid;
	padding: 1px 1px 1px 2px;
}
.item_b {
	border: 0px #e5e5e5 solid;
}
.item_t a, .sousitem_t a, .item_l a, .sousitem_l a, .item_t em, .item_l em, .sousitems_available {
	display: block;
	width: 250px;
	padding-left: 10px;
	cursor: pointer;
	color: blue;
	background: url("../images/sep_/f_droite_pointille.gif") no-repeat left center ;
	
	font-size: 12px;
	font-size-adjust: none;
	font-weight: normal;
	letter-spacing: 1px;
	font-style: normal;
}
.item_t a:hover, .sousitem_t a:hover, .item_l a:hover, .sousitem_l a:hover {
	background: url("../images/sep_/f_droite_vert.gif") no-repeat left center;
}

.sousitems_available {
	font-style: italic;
	display: block;
	width: 100%;
}
.img_sousitems_available {
	right: 20px;
	border: none;
	/*margin-top: 3px;*/
	padding: 0px 15px 0px 0px;
	float: right;
	display: inline;
	vertical-align: middle;
}
.img_item_t {
	margin: 0px 2px 0px 4px;
	vertical-align: middle;
}
.img_item_l {
	margin: 0px 4px 0px 4px;
	vertical-align: middle;
}


/** ============================================================================== */
/** Proprietes privees des ITEMS et SOUS-ITEMS */
/** ============================================================================== */

.items_l {
	left: 180px;
	margin-top: -20px;
}

.items_b, .sousitems_b {
	padding-left: 10px;
}
.item_b {
	font-family: Verdana,Helvetica,sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	font-weight: normal;
	letter-spacing: 0px;
	line-height: 16px;
}














/* ---------------------------- */
/* --- Proprietes Generales --- */
/* ---------------------------- */

.tb_fenetre {
	/*border-spacing: 0px 0px 0px 0px;*/
}

td#td_menu_l, td#td_menu_r, td#td_menu_b  {
	width: 200px;
	vertical-align: top;
	height: 100%;
}

td#td_menu_b, td#td_menu_c {
	width: 100%;
}


#tr_menu_b { 
}

#td_menu_b {
   margin-top: 20px;
   border-top: 1px #ccffff solid;
   border-bottom: 1px #ccffff solid;
   background-color: #faffff;
}
#tb_menu_b {
}

