
div#onglet-container{
	float:left;
    width: 640px;
	position:relative;
	left: 120px;
    background:url('images/bg-nav.jpg') repeat-x;
	height: 57px;
}

div#onglet-container2{
	float:left;
    width: 640px;
	position:relative;
	left: 120px;
    background:url('images/bg-nav2.jpg') repeat-x;
	height: 57px;
}

ul#onglet{
	width: 640px;
	height: 41px;
	
	margin:0;
	padding:0 10px;
    list-style:none;
}

ul#onglet li{
	margin-top:10px;
	
	position:relative;
	top:-19px;
	height: 27px;
	width:125px;
	
	display: block;
	list-style-type: none;
	text-align:center;
	background: #CCC;
	
	color: #000;
	font-weight: bold;
	
	float:left;
    
	background:url("images/sliding-door-right.jpg") no-repeat right top;
}

ul#onglet li.b{
	top: -26px;
	_top: -32px;
	background:url("images/sliding-door-right2.jpg") no-repeat right top;
}

div#onglet-container2 ul#onglet li.b{
	top: -26px;
	_top: -32px;
	background:url("images/sliding-door-right2b.jpg") no-repeat right top;
}

ul#onglet li#current{
	background: #ADB527;
	background:url("images/sliding-door-right-current.jpg") no-repeat right top;
}

div#onglet-container2 ul#onglet li#current{
	background: #ADB527;
	background:url("images/sliding-door-right-cur2b.jpg") no-repeat right top;
}

ul#onglet li#current a{
	color: #FFF;
	background:url("images/sliding-door-left-current.jpg") no-repeat left top;
}

div#onglet-container2 ul#onglet li#current a{
	color: #FFF;
	background:url("images/sliding-door-left-current2b.jpg") no-repeat left top;
}

ul#onglet li a{
	color: #000;
	font-weight: bold;
	text-decoration:none;
	
	display:block;
	background:url("images/sliding-door-left.jpg") no-repeat left top;
    padding:9px 25px;
}

ul#onglet li.b a{
	background:url("images/sliding-door-left2.jpg") no-repeat left top;
}

div#onglet-container2 ul#onglet li.b a{
	background:url("images/sliding-door-left2b.jpg") no-repeat left top;
}

#content-in{
	clear: both;
}