/* CSS Document */
#header
{
	float:left;
	clear:left;
	margin:0px 10%;
	width:80%;
	min-width:760px;
	display:inline; /*Corrige le bug de marge gauche doublée sous IE pour un element flottant gauche*/
	background:url(images/menu/bg.gif) repeat-x bottom;
	font-size:93%;
	line-height:normal;
}
html:first-child #header
{
	width:100%;
}
#header ul
{
	margin:0px 0px 0px 0px;
	padding:10px 0px 0px 10px;
	list-style:none;
}
#header li
{
	float:left;
	background:url(images/menu/gauche.gif) no-repeat left top;
	margin:0px 0px 0px 2px;
	padding:0px 0px 0px 9px;
}
#header a
{
	display:block;
	background:url(images/menu/droite.gif) no-repeat right top;
	padding:5px 12px 3px 6px;
	text-decoration:none;
	font-weight:bold;
	color:#765;
}
#header a:hover
{
	color:#333;
}
#header #current
{
	background-image:url(images/menu/left_on.gif);
}
#header #current a
{
	background-image:url(images/menu/right_on.gif);
	color:#333;
	padding-bottom:5px;
}
.sousmenu
{
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}