/**********************************************/
/*Paramètres pour le block sous Menu à gauche */
/**********************************************/

#sousMenuGaucheAcceuil
{
	display: inline-block;
	width: 100%;
}

#ongletsAcceuil
{
	display: inline-block;
	list-style-type: none;
	width: 30%;
	margin-left: 28%;
}


#ongletsAcceuil li
{		
	display: inline-block;

	background-color: rgb(180, 180, 180);	
	width: 30px;
	height: 30px;
	margin: 5px;
	
	border-radius: 15px;
}

#ongletsAcceuil li.active
{
	display: inline-block;
	background-color: rgb(50, 50, 50);
	
	width: 30px;
	height: 30px;
	
	margin: 5px;
	
	border-radius: 15px;
}













