
.MainMenu
{
    width:100%;
    color:#095BA5;
    font-size:10px;
    font-family:Verdana;   
}
.Main menu img
{
    border:1px solid red;
}
.node_bread_root{
	float:left;
	width: 165px;
	min-height:20px;
    height:auto;
	padding-left:15px;
	padding-top:3px;
	color:#FFFFFF;
	font-weight:bold;
	background-image:url('interieur/fond_sous_rubrique_on_flec.gif');
	
}
.node_bread_select{
   
    color:#247A57;
    font-weight:bold;
    background-color:#C2EACE;
    background-image:url('generiques/puce_lien_orange_taille2_verte.gif')!important;
    background-repeat:no-repeat;
    background-position:8 10;
}
.node_root {	
	 float:left;
    width: 165px;
	min-height:20px;
    height:auto;
	font-weight:bold;
	padding-left:15px;
	padding-top:3px;
	background-image:url('interieur/fond_sous_rubrique_off_flec.jpg');	
}
.node {	
    float:left;
    width: 155px;
    min-height:20px;
    height:auto;
    padding-left:25px;
    padding-top:3px;
    background-color:#DEF3E4;
    background-image:url('generiques/puce_lien_orange_taille2.gif');
    background-repeat:no-repeat;
    background-position:15 10;
	
}
.nodeHover {	
	 text-decoration:underline;
}

/* for Internet Explorer */
/*\*/
* html .node_bread_root ,* html .node_root ,* html .node {
height: 20px;
}
/**/




