/***********************************************
* Feuille de style utilisé pour les menus BLEUS
*/

/*Cadre Menu Vert*/


.MenuVert-Top-Left 
{
	width:12px;
	height:13px;
	background-image:url(/Saur/_Img/MenuVert/Top_Left.gif);
	background-repeat: no-repeat;
}
.MenuVert-Top-Right 
{
	width:4px;
	height:13px;
	background-image:url(/Saur/_Img/MenuVert/Top_Right.gif);
	background-repeat: no-repeat;
}
	
.MenuVert-Top-Center 
{
	background:url(/Saur/_Img/MenuVert/Top_Center.gif);
	background-position:repeat-x;
	}
	
.MenuVert-Body-Left 
{
	background:url(/Saur/_Img/MenuVert/Body_Left_Bg.gif);
	background-position:repeat-y;
}
.MenuVert-Body-Right 
{
	background:url(/Saur/_Img/MenuVert/Body_Right_Bg.gif);
	background-position:repeat-y;
}

.MenuVert-Body-Center {}

.MenuVert-Foot-Left 
{
	width:12px;
	height:10px;
	background-image:url(/Saur/_Img/MenuVert/Foot_Left.gif);
	background-repeat: no-repeat;
	}

.MenuVert-Foot-Center 
{
	background-image:url(/Saur/_Img/MenuVert/Foot_Center.gif);
	background-repeat: repeat-x;
	}

.MenuVert-Foot-Right 
{
	width:4px;
	height:10px;
	background-image:url(/Saur/_Img/MenuVert/Foot_Right.gif);
	background-repeat: no-repeat;
	}

.MenuVert-Item-Pointer 
{
	/*
	vertical-align:top;
	padding-top:4px;
	*/
	padding-left:5px;
	padding-right:5px;

}

.MenuVert-Item-Text 
{
	padding-top:2px;
	font-size:75%;
}

.MenuVert-Item-Text A
{
	color:#017E00;
}

.MenuVert-Item-Text-Activated 
{
	padding-top:2px;
	font-size:75%;
	font-weight:bolder;
}

.MenuVert-Item-Text-Activated A
{
	color: #77A619;
	text-decoration:none;
}



.MenuVert-Item-Title-Master
{
	font-size:75%;
	font-weight:bold;
	text-decoration:none;
	padding-left:2px;
	padding-bottom:2px;

}

.MenuVert-Item-Title-Master A
{
	text-decoration:none;	
	color:#FF6600;
}


.MenuVert-Separator
{
	height:15px;
	background-image:url(/Saur/_Img/dot_gray.gif);
	background-repeat: repeat-x;
	background-position:center center;
}




	