/**********************************/
/* STYLE DES LIENS DE LA TOPLIST  */
#link
{
	font-size: 17px; 
	font-family: Helvetica, Verdana, Geneva, Arial, sans-serif; 
	font-weight: bold;
	color:  #21415a;

}
#span_toplists
{
        font-size: 20px;
        font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
        font-weight: bold;
        color: #afeeee;
}

/* Liens de la toplist */
#a_link
{
 font-size: 17px;
 color: #afeeee;
 text-align: right;
}
#a_link:hover
{
 text-decoration: underline;
}


/***************************************************/
/* TABLEAU CONTENANT LES LIENS VERS LES FREE SITES */
/*                                                 */
/***************************************************/
/* Proprietes du tableau contenant les liens */
#links_part_div
{
 width:716px;
 border:0px solid #b58e65;
 float: right;
 text-align: right;
 margin-bottom: 10px;

}
/* Cellule du tableau contenant le titre */
#td_title_free_sites
{
 background-color: #8B4513;
 border-width: 0px;
 border-style: solid;
}
/* Titre du tableau contenant les liens free site */
#title_free_sites
{
 color: #e9cea3;
 font-size: 12px;
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-weight: bold;
}
/* Propriete des liens vers les free sites */
#part_links{
font-size: 20px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight: bold;
color: #8B4513;
}
#part_links:hover{text-decoration: underline;}
