<!-- /* Style Sheet */

.gros {
font-family: Arial,Helvetica;
font-size: 16pt;
color: #000000;
font-weight: bold
}

.petit {
font-family: Arial,Helvetica;
font-size: 7pt
}
.tarifs {
font-family: Courier;
font-size: 9pt
}
.artiste {
font-family: Arial,Helvetica;
font-size: 12pt;
font-weight: bold
}
.general {
background-color: #C0C0C0;
color:#474747;
font-family: Arial,Helvetica;
font-size: 9pt
}
.pave_gris{
background-color: #A0A0A0;
text-align:justify;
}

A.artist    { text-decoration: none; background-color: #7E4427;; color: white}
A.artist:hover { color: #5E2407; text-decoration: 'overline underline'; background-color: #7E4427;}

A {
color:#2000B0;
text-decoration: underline
}
A:hover {
color:#000000;
text-decoration: underline overline;
background-color:#FFFFFF
}
/* End Style Sheet*/  -->

