body {
	margin: 2px ;
	font: 80%/190% Verdana,Arial, sans-serif;/*default txt setting*/
 }
 .menu_bkg_left {
/* 	opacity:50%;*/
	width:150px;
	margin-top:0px;
	margin-left:-30px;
	height:500px;
	background-image: url(http://www.ictam.com/Common_F-N/leftmenu_pane.png); 
	z-index:-5;//-0
} 
.menu_list {	
	width: 120px; /*largeur du menu*/
	margin-left:-10px;/*-10*/
	margin-top:-500px;
	text-align:right;	
	z-index:1;//-1
	position:absolute;
}
.menu_head {                                                                /* les titres TOUS les menus (deroulants) fermˇs*/
	padding: 3px 10px; /*top left*/  
	cursor: pointer;
	position: relative;
	margin: 1px 0px;
    font-weight:normal;
    text-decoration:none;  
    color :   #2f4684; /*708090 */
}   
.menu_head a {                                                               /* les titres menus  deroulants (fermˇs) avec liens*/	 
    cursor: pointer;
    color :  #2f4684; /*#708090 */
    text-decoration:none;     
} 
.menu_head a:hover{					 										/* les titres menus  deroulants survolˇs  */
	color: white ;/*#004992*/
    text-decoration:none;
    background-color: #004992; 
transition: background 1.8s ease, padding 1.8s linear;       
}
.menu_body {                                                                /* param des sous-menus non-dˇroulˇs*/
	display:none;
}
.menu_body a {                                                                 /* param des sous-menus dˇroulˇs*/
	color: #4892DB;
	font-weight: normal; 
	text-decoration: none; 
    font-style:italic;	
/*	background-image: url(http://www.coteacote.info/v2/images/menbkg2.jpg); */
	margin-bottom: 1px; 
	padding: 3px 15px; 
/*	border: solid 1px #708090;  */
	display: block ;
}
.menu_body a:hover{                                                           /* le texte change de couleur lors du hover */
    color: #004992 ;/*#004992*/
    text-decoration:none;
    background-color: #f5f5f5;
    transition: background 0.2s ease, padding 0.8s linear;
}
.menu_head_active {                                                          /* les titres menus fermˇs avec liens sur page active */
	padding: 6px 10px;   
	cursor: pointer;
	position: relative;
	margin: 1px 0px;   
    color : #004992; /*004992*/
    font-weight:bold;
/*  border : #708090 solid 1px;*/
/* 	background-image: url(http://www.coteacote.info/v2/images/menbkg8.jpg) 	*/
}
.menu_head_active a{  
    cursor: pointer;                                         /* les titres menus fermˇs avec liens sur page active avec liens */
    color :  #004992 ;
    text-decoration:none;
}	
.menu_head_active a:hover{
    /*color: black;	*/
    color: white ;/*#004992*/
    text-decoration:none;
    background-color: #004992;}       
 
.menu_head_inscr {                                                                /* les titres TOUS les menus (deroulants) fermˇs*/
	padding: 3px 10px; /*top left*/  
	cursor: pointer;
	position: relative;
	margin: 1px 0px;
    font-weight:normal;
    text-decoration:none;  
    color :orange;  
/*    border : #708090 solid 1px;*/
/* 	background-image: url(http://www.coteacote.info/v2/images/menbkg1.jpg); */
}   
.menu_head_inscr a {                                                               /* les titres menus  deroulants (fermˇs) avec liens*/	 
    cursor: pointer;
    text-decoration:none;  
    color :orange;  
   
} 
.menu_head_inscr a:hover{					 										/* les titres menus  deroulants survolˇs  */
	/*color: white ;*//*#004992*/
    text-decoration:none;
    background-color: #004992;
}
 .menu_head_active_inscr {                                                          /* les titres menus fermˇs avec liens sur page active */
	padding: 6px 10px;   
	cursor: pointer;
	position: relative;
	margin: 1px 0px;   
    color : #004992; /*004992*/
    font-weight:bold;
/*  border : #708090 solid 1px;*/
}
.menu_head_active_inscr a{  
    cursor: pointer;                                         /* les titres menus fermˇs avec liens sur page active avec liens */
    color :  #004992 ;
    text-decoration:none;
}	
.menu_head_active_inscr a:hover{
    /*color: black;	*/
    color: white ;/*#004992*/
    text-decoration:none;
    background-color: #004992;}      
  