/*
#59a600 - vert
#e1a334 - orange
*/


a.menu0
{
		color: White;
		text-decoration: none;
		border: 0px;
}


a.menu0:hover
{
		color: #e1a334;
		text-decoration: none;
		border: 0px;
}

a.menu1
{
		color: White;
		text-decoration: none;
		text-align:left;
    	
		font-size: 14px;
		font-weight: bold;
}


a.menu1:hover
{
		color: White;
		text-decoration: none;
		text-align:left;
    	
		font-size: 14px;
		font-weight: bold;
}

a.menu2
{
		color: #59a600;
		text-decoration: none;
		text-align:left;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
}


a.menu2:hover
{
		color: #e1a334;
		text-decoration: none;
		text-align:left;
		font-family: arial;
		font-size: 11px;
		font-weight: bold;
}

a.menu3
{
		color: #e1a334;
		text-decoration: none;
	    	
}


a.menu3:hover
{
		color: black;
		text-decoration: underline;
	    	
}


DIV.menucourant
	{
		background-color : #F08C00;
		border-bottom-width: 1px;
		border-bottom-color: white;
		border-bottom-style: solid;
	}


DIV.SX_Menu_level0
	{
		/*background-color : #990033;*/
		border-bottom-width: 1px;
		border-bottom-color: white;
		border-bottom-style: solid;
	}
DIV.SX_Menu_level1
	{
		background-color : #7077AA;
		border-bottom-width: 1px;
		border-bottom-color: black;
		border-bottom-style: solid;
	}
DIV.SX_Menu_level2
	{
		background-color : #DEE5F6;
		border-bottom-width: 1px;
		border-bottom-color: black;
		border-bottom-style: solid;
	}
DIV.SX_Menu_level3
	{
		background-color : #FEFEFE;
		border-bottom-width: 1px;
		border-bottom-color: black;
		border-bottom-style: solid;
	}
DIV.SX_Menu_level4
	{
		background-color : #FFFFFF;
		border-bottom-width: 1px;
		border-bottom-color: black;
		border-bottom-style: solid;
	}
	
	
.chemin
{
		color: #808080;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;		
}

a.chemin
{
		color: #808080;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;		
}

a.chemin:hover
{
		color: #FF891A;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;		
}

a.SX_Menu4
	{
		color: black;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;		
	}
	
a.SX_Menu4:hover
	{
		color: #FF891A;
		text-decoration: none;
		font-family: verdana;
		font-size: 10px;
		font-weight: bold;		
	}

.menuG
{
		color: White;
		text-decoration: none;
		text-align:left;
    	
		font-size: 11px;
        background-image: url(../design/puce_blanche.gif);
        background-repeat: no-repeat; 
        background-position: left 3px;
        padding: 0 0 0 16px;
        margin: 0 0 0 6px;
}


.menuG:hover
{
		color: #e1a334;
		text-decoration: none;
		text-align:left;
    	
		font-size: 11px;
        background-image: url(../design/puce_orange.gif);
        background-repeat: no-repeat; 
        background-position: left 3px;
        padding: 0 0 0 16px;
        margin: 0 0 0 6px;
}

.menuW
{
	color: #59a600;
	text-decoration: none;
	
	font-size: 11px;
	font-weight:bold;
}

.menuW:hover
{
	color: #e1a334;
	text-decoration: underline;
	
	font-size: 11px;
	font-weight:bold;
}


