
/**********************************
*																	*
*							ONGLETS							*
*																	*
***********************************/

#onglets_container {
	width: 720px;
	margin: 15px 0px 15px 0px;
	border-bottom: 1px solid #d3d3d3;
	overflow: hidden !important;
	overflow: visible;
}

#onglets {
	list-style: none;
}

#onglets li {
	display: block;
	float: left;
	height: 30px;
	margin: 1px 1px 0px 0px;
}

.onglet_left {
	float: left;
	width: 15px;
	height: 30px;	
	background-image: url(../im/onglet_left.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}
.onglet_center {
	float: left;
	height: 30px;
	/*padding: 0px 5px 0px 5px;*/
	padding: 0px 4px 0px 4px;
	background-image: url(../im/onglet_center.gif); 
	background-repeat: repeat-x; 
	background-position: top left;
	text-align: center;
}
.onglet_right {
	float: left;
	width: 15px;
	height: 30px;
	background-image: url(../im/onglet_right.gif); 
	background-repeat: no-repeat; 
	background-position: top left;
}

#onglets a, #onglets a.onglet {
/*
	font-weight: bold;
	font-size: .8em;
	padding: 5px 15px 5px 15px;
	margin-left: 9px;
	text-decoration: none;
	border: 1px solid #d3d3d3;
	border-bottom: 0px none;
	color: #999999;
	cursor: pointer;
	background-color: #fafafa;
*/

	width: auto;
	line-height:30px;
	font-weight: bold;
	font-size:12px;
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;

}

#onglets a:hover, #onglets a.ongletActif {
	/*color: #4a85b1;
	background-color: #d0e0ec;*/
	color: #FDC613;
}
