/********************************************
*** Style pour la barre de menu principal ***
********************************************/
.IS_menuBarClass
{
	width: 100%;
}

/***********************************************
*** Style de base pour les boutons du menu   ***
*** principal                                ***
***********************************************/
.IS_menuButtonOut, .IS_menuButtonOver {
    cursor:hand;cursor:pointer;
}

.IS_menuButtonOut
{
	padding-top: 2px;
	padding-bottom: 2px;
}

.IS_menuButtonOver
{
	padding-top: 1px;
	padding-bottom: 1px;

	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;

	background: #ffcccc;
    background-image: url('/Images/icoMenu.gif');
    background-repeat: no-repeat;
    background-position: right center;
}


/************************************************
*** Style pour les éléments de popup menu     ***
************************************************/
.IS_menuItemOut, .IS_menuItemOver
{
    cursor:hand;cursor:pointer;
    padding: 2px;
    font-decoration: none;
}

.IS_menuItemOver
{
    background: #C0E0FF;
}

