/* ==============================================
   FEUILLE DE STYLES DES GABARITS HTML/CSS
   ============================================== */
   
#menu{
	position:relative;
	display:block;
	float:left;
	top: 0px;
	left: 458px;
	width: auto;
	height: 100px;
}

#onglet{
	position:relative;
	display:block;
	float:left;
	margin:0px 1px;
	height:auto;
}
  
#onglet a{
	position:relative;
	display:block;
	float:left;
	margin:0px 0px;
	padding:80px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 50px;
	text-align:center;
	font-family: 'Arial';
	font-size: 15px;
	color: rgb(170, 169, 159);
	background-color: transparent;
	border-radius: 0px 0px 10px 10px;
}
 
#onglet a:hover{
	position:relative;
	display:block;
	float:left;
	margin:0px 0px;
	padding:80px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 50px;
	text-align:center;
	font-family: 'Arial';
	font-size: 15px;
	color: rgb(236, 99, 66);
	background-color: rgb(249, 248, 247);
	border-radius: 0px 0px 10px 10px;
}

#onglet a.active{
	position:relative;
	display:block;
	float:left;
	margin:0px 0px;
	padding:80px 0px 0px 0px;
	top: 0px;
	left: 0px;
	width: 100px;
	height: 50px;
	text-align:center;
	font-family: 'Arial';
	font-size: 15px;
	color: rgb(236, 99, 66);
	background-color: rgb(249, 248, 247);
	border-radius: 0px 0px 10px 10px;
}

#onglet a{
	margin:0px 0px;
	text-decoration:none;
}
