#tit{width:120px; float:left;color: #c4151c;  }
#sep{float:left;color: #c4151c; width:10px;margin-left:5px;
margin-top:7px;}
#les_titres li { width:150px; margin:0;}
#flech{ background-image:url(../IMG/rond2.gif);
background-repeat:no-repeat;
width:25px;
height:25px;
margin-left:5px;
margin-top:15px;
float:left;
}

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: #dddddd; 

}
/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #dddddd; /*overall menu background color*/
font-size:12px;
font-family: "Trebuchet MS";
font-weight:bold;
text-align:center;


}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 130px; /*Width of top level menu link items*/

padding-top:7px;
height:20px;
text-decoration: none;
color: #c4151c;

}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 220px; /*width of sub menu levels*/
color: #c9012a;
text-decoration: none;
padding: 1px 5px;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
font-family: "Trebuchet MS";
font-weight:bold;
text-align:left;
height:20px;

}

.suckertreemenu ul li a:hover{
background-color: #dddddd; 
color: #f19300;

}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background-color: #dddddd; 
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background-color: #dddddd; 
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/*******************************************************/
.suckertreemenu2 ul{
margin: 0;
padding: 0;
list-style-type: none;
background-color: #dddddd; 
}
/*Top level list items*/
.suckertreemenu2 ul li{
position: relative;
display: inline;
float: left;
background-color: #dddddd; /*overall menu background color*/
font-size:12px;
font-family: "Trebuchet MS";
font-weight:bold;
text-align:center;
}

/*Top level menu link items style*/
.suckertreemenu2 ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/

padding-top:7px;
height:20px;
text-decoration: none;
color: #c4151c;
}
	
/*1st sub level menu*/
.suckertreemenu2 ul li ul{
left: 0;
position: absolute;
top: 1em; 
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu2 ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu2 ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu2 ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #c9012a;
text-decoration: none;
padding: 1px 5px;
border-right:1px solid #ccc;
border-left:1px solid #ccc;
border-bottom:1px solid #ccc;
font-family: "Trebuchet MS";
font-weight:bold;
text-align:left;
height:20px;
}

.suckertreemenu2 ul li a:hover{
background-color: #dddddd; 
color: #f19300;
}

/*Background image for top level menu list links */
.suckertreemenu2 .mainfoldericon{
background-color: #dddddd; 
}

/*Background image for subsequent level menu list links */
.suckertreemenu2 .subfoldericon{
background-color: #dddddd; 
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu2 ul li { float: left; height: 1%; }
* html .suckertreemenu2 ul li a { height: 1%; }
/* End */
