/* 
	CONSTRUCITON DU MENU ET SOUS MENU EN SLIDING PANELS
*/

div#global_menu {
	background-image: url(../images/menu_sousmenu2.png);
	height: 80px;
	width:920px;
	color: white;
}
ul#menu
{
	width:920px;
	height: 25px;
	margin: 0 10px;
	padding: 0;
	list-style-type: none ;
}
ul#menu li
{
	float: left ;
	text-align: center ;
	margin-right: 2px;
}
/*ul#menu li.right {
	float: right;
	left: -18px;
	position: relative;
}*/
ul#menu li a
{
	width: 110px ;
	height:20px;
	font-size: 1em;
	font-weight: bold ;
	background: url(../images/onglet_final_petit_110px.png) repeat-x 0 0;
	color: white;
	display: block ;
	text-decoration: none;
	text-transform: uppercase;
}
/* Hack IE PNG */
/* *html ul#menu li a {
	behavior:url(../scripts/iepngfix.htc);
} */

/* Fin Hack IE PNG */
ul#menu li a:hover
{
	background: url(../images/onglet_final_petit_110px.png) repeat-x 0 -20px;
}
ul#menu li.selected a
{
	background: url(../images/onglet_final_petit_110px.png) repeat-x 0 -40px;
}
/* large */
ul#menu li.large a{
	width: 115px ;
	background: url(../images/onglet_final_petit_115px_plus.png) repeat-x 0 0;
}
ul#menu li.large a:hover{
	background: url(../images/onglet_final_petit_115px_plus.png) repeat-x 0 -20px;
}
/* Large selection */
ul#menu li.large_selected a{
	width: 115px ;
	background: url(../images/onglet_final_petit_115px_plus.png) repeat-x 0 -40px;
}
ul#menu li.large_selected a:hover {
	background: url(../images/onglet_final_petit_115px_plus.png) repeat-x 0 -20px;
}

/* sous menu */
div#bloc_sousmenu {
	width:920px;
	height: 30px;
}
ul.sousmenu
{	
	width:920px;
	height: 30px;
	margin: 0;
	padding-left:20px;
	list-style-type: none;
	background: url(../images/fond_sousmenu.png) no-repeat;
}
ul.sousmenu li {
	font-weight: bold;
	float: left;
	clear: none;
	margin-top: 2px;
	margin-left:10px;
}
ul.sousmenu li a{
	font-size: 0.9em;
	color:#6e007c;
	margin-right: 2px; /*Decalage entre txts*/
}
ul.sousmenu li a:hover{
	color:#000000;
	border-bottom: 1px dotted black;
}
