/*********************************************************
 *                    Menu Horizontal
 **********************************************************/
#Menu{
	height              : 44x;
	/*background          : url(../images/degrade_menu.png) repeat-x;*/
}

ul.menu{
	padding             : 0;
	margin              : 0;
	list-style-type     : none;
}

ul.menu li{
	/*margin-left         : 2px;*/
	float               : left; /*pour IE*/
}

ul.menu li a{
	display             : block;
	float               : left;   
	width               : 78px;
	height              : 44px;
	font-size           : 10px;
	/*border              : 1px; 
	border-color        : #bababa;
	border-style        : solid;
	border-collapse     : collapse;*/
	color               : #ffffff;
	text-decoration     : none;
	text-align          : center;
	/*padding             : 5px 5px 0px 5px;;*/
	line-height         : 40px;   
}

ul.menu li a:hover{
	background          : url(../images/onglet.png)
}


ul.menu li a.selected{
	background          : url(../images/onglet.png)
}
/*******************************************************
 *                   Menu vertical
 *******************************************************/
ul.menuV{
	padding             : 0;
	margin              : 0;
	list-style-type     : none;
	margin-left         : 0px;
	margin-right        : 5px;
	/*background          : url(../images/degrade_bleu.png) no-repeat;*/
	width               : 142px;
	/*height              : 140px;*/
}



ul.menuV li a{
	display             : block;  
	height              : auto;
	font-size           : 11px;
	/*margin-left         : 4px;*/
	border              : 1px; 
	border-color        : #bababa;
	border-style        : solid;
	border-collapse     : collapse;
	color               : #ffffff;
	text-decoration     : none;
	text-align          : left;
	padding             : 2px 6px 0px 1px;
	line-height         : 10px;
	height              : 22px;   
	background-color    : #71a400;
}

ul.menuV li a:hover{
	/*text-decoration     : underline;*/
	background-color    : #ffffff;
	color               : #71a400;
}

/*************************************************
 *                Menu onglet
 *************************************************/
div.ongletListeEvenement{
	height              : 50px;
}
div.ongletListeEvenement ul{
	padding             : 0;
	margin              : 0;
	list-style-type     : none;
	margin-left         : 0px;
	margin-right        : 5px;
}

div.ongletListeEvenement li{
	float               : left;
}

div.ongletListeEvenement li a{
	display             : block;  
	float               : left;   
	height              : 22px;   
	border              : solid 1px #bbbbbb;
	padding             : 5px 4px 5px 4px;
	margin              : 5px 3px 5px 3px;
	text-decoration     : none;
	text-align          : center;
}

div.ongletListeEvenement li.on a{
	background-color    : #EC402A;
	color               : #ffffff;
}

div.ongletListeEvenement li.off a{
	background-color    : #ffffff;
	color               : #333333;
}