
/*onglet*/

#tabs{padding-top:20px;}
#tabs ul {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 50px;
	
	width: 800px;
}
#tabs ul li.bouton {
	float: left;
	margin: 0;
	padding: 0;
	height: 35px;
	line-height: 35px;
	margin-right:5px;
	border-left: none;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	/*background: #FF6600;*/
	margin-top:14px;
	background:#ececec;
	/*background:-moz-linear-gradient(90deg, #ccc, #fff); 
	background:-webkit-gradient(linear, left top, left bottom, from(#fff), to(#ccc)); */
	border:0px solid #aaa;
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
/*	-moz-box-shadow:0 0 10px #aaa;
	-webkit-box-shadow:0 0 10px #aaa;*/	
}
 

 #tabs ul li.bouton a {
	text-decoration: none;
	display: block;
	color:#999;
	font-weight:bold;
	font-size: 18px;
	padding: 0 20px;
	z-index:0px;
}
#tabs ul li a:hover {
	background: #d0d0d0;
	color: #fff;

}

#tabs ul li a:active{
	background: #fff;
	color: #86c440;

}


/* Onglets */
.ui-tabs .ui-tabs-nav li.ui-state-active {
	cursor: text;
	color: #86c440;
	border-bottom: 0px solid #999;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	position: relative;
color:#fff;
	background:#d0d0d0;

}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
	cursor: pointer;	
}
.ui-tabs .ui-tabs-panel { 

	display: block;
/*	border: 1px solid #666;*/
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left;
	width: 840px;
/*	background: #fff;*/
background:#d0d0d0;
	
	border:0px solid #aaa;
	-moz-border-radius:0px 20px 20px 20px;
	-webkit-border-radius:0px 20px 20px 20px;
/*	margin: 0;*/
	padding: 10px;

	font-size: 14px;
	margin-top:0px;
}
.ui-tabs .ui-tabs-hide {
	display: none !important;
}
#boutonhome{	float: right;
	margin: 0;
	padding: 0;
	
margin-right:15px;
	border-left: none;
	margin-bottom: 0px;
	overflow: hidden;
	position: relative;
width:51px;
height:50px;}