/**** element styles ****/



.club {
         font-family: Trebuchet MS;
         font-size: 13px;
         text-align: left;
         color: #000000;
         font-style: italic;
         border: solid #888888 0px;
         background-color:#ffffff;
         padding: 0px;
         text-align: left;
         vertical-align: top;

}

.ville {
         font-family: Trebuchet MS;
         font-size: 14px;
         text-align: left;
         color: #ffffff;
         font-style: normal;
         border: solid #000000 0px;
         background-color:#555555;
         font-weight: bold;
         margin-top: 30px;
         margin-left: 10px;
         margin-right: 10px;

}

