body{

	font-family: Arial, Helvetica, Sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 10px;

}

/* Style that contains the proprietes of the menu to select the pages */
.menu1 {

	padding-top:12px ;
	padding-bottom:0px ;
   
}

/*Style that contains the proprietes of the un-used menu to select the pages */ 
.onglet {

   margin:5px 5px 0px 0px;
   padding:2px 0px 0px 0px;
   font-size:16px;
   float:left;
   width:100px;
   top: 2px;
   background : url(../images/onglet.gif) bottom no-repeat;
   text-decoration:none; 
   text-align:center;
   
} 

/* When the user go on the link, the police become green */
a.onglet:hover {

	color:green;
	
}

.onglet-actif {
   
   position:relative ; 
   top: 2px;
   border-bottom : solid 0px white;
   
}
