#menu 
{
	border-bottom : 1px solid #DE4B5C;
	padding-bottom : 25px;
}

#onglets
{
	position : absolute;
	border : 1px solid transparent;
	padding : 0;
	font : bold 11px Batang, arial, serif;
	list-style-type : none;
	left : 270px;
	margin-top : 0;
	width : 800;
}

#onglets li
{
	float : left;
	height : 21px;
	background-color : none;
	margin : 3px 2px 0 2px;
	margin : 3px 3px 3px 2px;
}

#onglets li.active
{
	border.bottom : 1px solid #fff;
	background-color : #DE4B5C;
}

#onglets a
{
	disply : block;
	color : #666;
	text-decoration : none;
	padding : 4px;
}

#onglets a:hover
{
	background : #DE4B5C;
}