/* CSS Document */
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	color: #F78C10;
}

.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #167D4A;
	font-style:oblique;
	font-weight:bold;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C544B;
	5C544B
	text-align:right
}

.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	color: #736E68;
}

strong,b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF6C00;
	font-weight:bold;
}

.onglet { /* style des onglets inactifs */
  border:solid 1px black ; /* encadrement */
  margin:5px 5px 0px 5px ; /* marge extérieure */
  padding:7px 3px 7px 3px} /* marge intérieure */

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

.onglet-actif { /* style de l'onglet de la page active */
   border:solid 2px black ; /* l'encadrement est porté à 2 pixels */
   border-bottom:solid 3px white ; /* le trait inférieur est effacé */
   margin:5px 5px 0px 5px ; /* marges intérieures */
   padding:7px 3px 7px 3px ; /* marges extérieures */  
   background-color:white} /* le fond de l'onglet actif est blanc*/

.menu1 { /* boite qui contient le menu (les onglets) */
  border-bottom:solid 2px black ; /* crée le trait noir en-dessous des onglets */
  padding-top:12px ; /* marge intérieure haute */
  padding-bottom:7px ;
  width:950px;
  } /* marge intérieure basse */


table,body,input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5C544B;
	text-align:right
}

.prix {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}

.rouge {
	font-size:14px;
	color:#FF0000;
	font-weight:bold;
}