.menu1 { /* boite qui contient le menu (les onglets) */
	padding-top:8px; /* marge intérieure haute */
	padding-bottom:7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #606040;
	font-size: 13px;
} /* marge intérieure basse */

.onglet { /* style des onglets inactifs */
	margin:5px 5px 0px 5px; /* marge extérieure */
	padding:7px 3px 7px 3px;
	background-image: url(images/coin.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #606040;
	border-right-color: #606040;
	border-bottom-color: #606040;
	border-left-color: #606040;
	font-family: Arial;
  } /* marge intérieure */
  
  

a.onglet { /* style des liens se trouvant dans un onglet inactif */
	background-color:#F0F0F0; /* le fond de l'onglet est gris */
	text-decoration:none;
	color: #606040;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
} /* les liens ne sont pas soulignés */

.onglet-actif { /* style de l'onglet de la page active */
	margin:5px 5px 0px 5px; /* marges intérieures */
	padding:7px 3px 7px 3px; /* marges extérieures */
	background-color:white;
	background-image: url(images/coin.gif);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: black;
	border-right-color: #606040;
	border-bottom-color: white;
	border-left-color: black;
	font-family: Arial;
	font-weight: bolder;
	font-style: italic;
} /* le fond de l'onglet actif est blanc*/

