/********************************************
*** Style pour la barre de menu principal ***
********************************************/
.IS_menuBarClass
{
	width: 100%;
}

/***********************************************
*** Style de base pour les boutons du menu   ***
*** principal                                ***
***********************************************/
.IS_menuButtonOut, .IS_menuButtonOver {
	color: #8BD4FF;
	font: 14px VERDANA;
	font-weight: bold;
    	cursor: hand;
}

.IS_menuButtonOut
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 3px;

	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;

    	background-repeat: no-repeat;
    	background-position: right center;

}

.IS_menuButtonOver
{
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 3px;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;

	background: #9CDAFF;
    	background-repeat: no-repeat;
    	background-position: right center;
}



/************************************************
*** Style pour les éléments de popup menu     ***
************************************************/
.IS_menuItemOut, .IS_menuItemOver
{
    	cursor: hand;
    	padding: 2px;
    	font-decoration: none;

}

.IS_menuItemOut,
{

    	xbackground: #ffcccc;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 3px;

	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-left: 1px solid #eeeeee;


}

.IS_menuItemOver
{
    	background: #ffcccc;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 1px;
	padding-left: 3px;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
}

