#ul_onglets{
	padding: 0 0 0 3%;
}

.onglet{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background: #ddd url("img/degradegris.png") repeat-x scroll center bottom;
	border-color: #aaa #aaa -moz-use-text-color;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #555;
	cursor: pointer;
	float: left;
	font-size: 1.4vw;
	list-style: outside none none;
	margin: 0.7% 1% -0.1% 0%;
	padding: 0.5% 0.5%;
	text-align: center;
}

.onglet:hover{
	background: url("img/degradegris.png") repeat-x scroll center bottom  #eee;
}   

.onglet_selectionner{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #ffffff;
	border-color: #aaaaaa #aaaaaa #ffffff;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 2px;
	color: #444444;
	cursor: pointer;
	float: left;
	font-size: 1.4vw;
	font-weight: bold;
	list-style: outside none none;
	margin: 0.6% 1% -0.1% 0%;
	padding: 0.5% 2%;
	text-align: center;
}          
 
.contenu-onglet{
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: #FFFFFF;
	clear: both;
	color: #444444;
	height: 200px;
	margin-top: -1px;
	/*cursor: text;*/
}

#conteneur-onglet{
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #aaa;
	border-top: 1px solid #aaa;
	overflow: hidden;
	width: 100%;
}

.detail {
	font-size: 1vw;
	text-align:center;
}