/******************************************************************************/
/* STYLE POUR LES ONGLETS
/******************************************************************************/

#tab {
	font: bold 11px verdana, arial, sans-serif;
   	position:absolute;
	left:50px;
}

#tab ul#tabnav {
	list-style-type: none;
	margin:0px;
	padding:0px;
}

#tab ul li {
	float: left;
	width:121px;
	height: 34px;
	background:url("../images/ongletOrange.png") no-repeat right top;
	margin: 0;
}

#tab ul li.active {
	background:url("../images/ongletSelect.png") no-repeat right top;
}

#tab li.active a:hover {
	color:#FD9711;
}

/* Pour les sous menu */
#tab li.active ul {
	position:absolute;
	left:0px; /* IE */
	top:34px;
}

#tab a {
	float: left;
	color: #000;
	text-decoration: none;
}

#tab a span {
	display:block;
	width:118px;
	height:35px;
    padding-top:4px;
    font-weight:bold;
}

#tab li a:hover {
	color:white;
}

#tabnav {
	width:625px;
}

#tabnav #sousmenu2 {
	font-size:100%;
	color: black;
	text-decoration: none;
	font-weight: normal;
	height:auto;
	background-image: none;
	width:auto;
}

#tabnav #sousmenu2 a {
	padding-left:2px;
	color:black;
}
#tabnav #sousmenu2 a:hover {
	text-decoration:underline;
}

