#header {
	font-size			: 14px;
	background-color	: #FFF;
	height				: 64px;
}

#menu {
	background	: url(/images/menu2/bg.gif) repeat-x bottom;
	float		: left;
	height		: 54px;
	width		: 799px;
}

#menu ul {
	list-style	: none;
	margin-top	: 28px;
	padding		: 0;
	margin-left	: 10px;
}

#menu li {
	float		: left;
	background	: url(/images/menu2/left.gif) no-repeat left top;
	margin		: 0;
	padding		: 0 0 0 9px;
	height		: 25px;
	opacity		: 0.9;
}
#menu li:hover {
	opacity 	: 1;
}

#menu a {
	float			: left;
	display			: block;
	background		: url(/images/menu2/right.gif) no-repeat right top;
	padding			: 5px 15px 4px 6px;
	text-decoration	: none;
	font-weight		: bold;
	color			: #D0E3FF;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover
{
	color:#EAF2FF;
}

#menu #current {
	background-image	: url(/images/menu2/left_on.gif);
	border-width		: 0;
	height		: 26px;
}

#menu #current a {
	background-image	: url(/images/menu2/right_on.gif);
	color				: #00852E;
	padding-bottom		: 5px;
}



#choix_contact_ce * {
	float				: none;
}