@charset "utf-8";
/* CSS Document */

/**	{		 
	font-family: Arial, Helvetica, sans-serif;	
	font-size:11px;			
	outline:none;						
}*/	

div.onglet ul {
	margin: 0;
	padding: 10px 0 0 10px;
	list-style: none;
}
div.onglet li {
	display : inline;
	padding : 0px;
	margin : 0px;
}
div.onglet li a {
	float : left;
	background:url(onglet.png) no-repeat left top;
	padding:0 0 0 22px;
	text-decoration:none;
	margin-right:3px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	/*font-weight:bold;*/
	/*color:#b0b0b0;*/
}
div.onglet li a:hover, div.onglet li a.active {
	background:url(onglet_hover.png) no-repeat left top;
}
div.onglet li a span {
	float: left;
	display: block;
	background: url(onglet.png) no-repeat right top;
	padding: 6px 18px 5px 0px;
	white-space: no-wrap;
	cursor: pointer;
	text-decoration: none;
	color: #594c3f;
}
div.onglet li a:hover span, div.onglet li a.active span {
	background:url(onglet_hover.png) no-repeat right top;
	color:#FFF;
	text-decoration:none;
}
.contenu_onglet {
	background-color:#FFF;
	/*border:2px solid #6dbf29;*/
	border:1px solid #3c3228;
	margin-top:26px;
	width:740px;
	margin-left:10px;
}

