/* Block Menus */

/*block pour menu*/
.blocktopcontainer{background: url(images/tb2_m.gif) repeat-x bottom; height: 15px; text-align: center;}
.blockrbtop div { /*background: url(images/block_tl.gif) no-repeat top left;*/ height: 20px;}
.blockrbtop { /*background: url(images/block_tr.gif) no-repeat top right;*/ height: 20px;}
.blockrbbot div { /*background: url(images/block_bl.gif) no-repeat bottom left;*/height: 20px; }
.blockrbbot { /*background: url(images/block_br.gif) no-repeat bottom right;*/ height: 20px; }

/* height and width stuff, width not really nessisary. */
.blockrbtop div, .blockrbtop, .blockrbbot div, .blockrbbot {
width: 100%;
height: 20px;
line-height: 15px;
font-size: 10px;
color : #507192;
font-weight: bold;
}
.blockrbcontent {
background: url(images/block_nt.gif) repeat;
font-size: 10px;
color : #507192;
text-align: center;
}
 
.blockrbroundbox 
{ 
background: url(images/block_nt.gif) repeat; 
text-align: center;
width: 90%; 
margin: 1em auto;
}

.blockrbleftmenu
{
	line-height:15px; 
	font-size: 10px;
	background: url(images/petitrond.gif) no-repeat;
	background-position:  left;	
	text-indent: 15px;
	color: #507192;
	text-align:left;
	margin-left: 10px;
}

.blockleftemptyline
{
background: url(images/block_nt.gif) repeat;
height: 10px;
}

.blockrollmenu
{
	line-height:15px; 
	font-size: 10px;
	background: url(images/petitrond.gif) no-repeat;
	background-position: left;	
	text-indent: 15px;
	text-align:left;
	color: #507192;
	margin-left: 10px;
	/*border: 1px solid black;*/
}

.blockrollsubmenu
{
	font-size: 10px;
	color: #507192;
	text-align:left;
	/*border: 1px solid black;*/
}

.rollsubmenulist
{
font-size: 10px;
color: #507192;
text-align:left;
padding-left: 30px;
line-height:12px;
background-color: #D8DEE0;
}

#menu_left
{
/* margin-right: 20px; */
margin-top: 0px;
margin-bottom : 40px;
text-align: center;
width: 150px;
/* border: 1px red solid; */
/* background-color: #FF952B;  */
}

#menu_left a {
border-bottom:1px solid #EEEEEE;
display: block;
width: 130px;
line-height: 30px;
}

#menu_left a.menu {
display: block;
width: 130px;
line-height: 30px;
border-bottom:0px;
}

#menu_left a.sub {
/*border-bottom:1px solid #EEEEEE;*/
line-height: 20px;
font-size: 11px;
border-bottom:0px;
text-indent: 10px;
}

#menu_left a.sub_last {
border-bottom:1px solid #EEEEEE;
line-height: 20px;
font-size: 11px;
text-indent: 10px;
margin-bottom: 5px;
}

#menu_left a:link, #menu_left a:visited {
color:#FFFFFF;
text-decoration:none;
}

#menu_left a:hover {
background-color:#336699;
color:#FFFFFF;
}


#menu_left ul
{
font-family:Arial,Helvetica,sans-serif;
font-weight:bold;
list-style-type:none;
margin:20px 0px;
/* padding:0pt 0pt 0pt 40px; */
line-height: 20px;
text-align: center;
/* border: 1px green solid; */
/* background-color: #FF952B; 
 *//* list-style-image: url(images/petitrond.gif); */
}

#menu_left ul.sub
{
line-height: 12px;
margin: 0px 0px;

}

span.childs 
{
cursor: pointer;
}

 /* Classes pour ouvrir et fermer un noeud */
#menu_left li.treeMenu_opened ul
{
display: block;
}
 
#menu_left li.treeMenu_closed ul
{
display: none;
}