body {
	background: #4ABAAB;
}

.entete_fiche_produit{
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFFFFF;
}

.entete_fiche_standard{
	text-transform: uppercase;
	font-family: Tahoma;
	font-size: 0.8em;
	font-weight: bold;
	color: #FFFFFF;
}

.police_univers{
	font-family: Arial;
	font-size: 0.8em;
	color: #4ABAAB;
}
.police_univers_maj{
	font-family: Arial;
	font-size: 0.8em;
	color: #4ABAAB;
	text-transform: uppercase;
}
.police_contrunivers{
	color: #FFFF00;
}
.localisation{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #4ABAAB;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

:link.localisation{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #4ABAAB;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;
}

:hover.localisation{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #4ABAAB;
	font-weight: bold;
	text-decoration: underline;
	text-transform: capitalize;	
}
:visited.localisation{
	font-family: Tahoma;
	font-size: 0.9em;
	color: #4ABAAB;	
	text-decoration: none;	
	font-weight: bold;	
	text-transform: capitalize;	
}

.bouton{
	color: #FFFFFF;
	font-family: Tahoma;
	font-size: 10pt;
	font-weight: bold;
	background-color: #4ABAAB;
}

.td_entete{
	background-color: #4ABAAB;
}

.td_cellule{
	background-color: #D1EDE9;
	color: #4ABAAB;
}

