a:link {color: #FFFFC1; text-decoration: none;}
a:visited {color: #FFFFC1; text-decoration: none;}
a:hover {color: #FFFFC1; text-decoration: none;}
a:active {color: #FFFFC1; text-decoration: none;}

/***** BODY *****/
body { font-family: Arial; }


/***** ACCUEIL *****/
/* Texte sur la page d'acceuil :
Cet annuaire contient...
*/
.text_index_annuaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Lien vers les categories princiaples sur la page d'accueil */ 
a.link_cat_index_annuaire { font-size: 17px; }

/* Lien vers les sous-categories sur la page d'accueil */ 
a.link_scat_index_annuaire { font-size: 14px; }

/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire { font-size: 15px; }


/***** CATEGORIES *****/
/* Lien vers les sous-categories sur les pages des categories */ 
a.link_scat_other_annuaire { font-family: Arial; font-size: 15px; }

/* Nombre de sous-categories entre les () sur les pages des categories */
.nb_scat_other_annuaire {  }


/* Texte qui est affiche en guise de description d'une categorie */
.text_cat_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Texte pour dire qu'il n'y a pas de site dans une categorie :
Pas encore de sites dans...
*/
.no_site_in_cat_annuaire { color: #ff0000; }


/***** SITES *****/
/* Titre des sites */
a.titre_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FF0000;
}

/* Nombre de clics sur les sites */
.nb_clics_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Date de validation des sites */
.date_validation_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Description des sites */
.description_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* URL des sites */
.url_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Moyenne des votes des sites */
.moyenne_votes_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Lien pour voter pour les sites */
a.vote_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Nombre de commentaires pour les sites */
.commentaire_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Lien pour voir et ecrire des commentaires */
a.read_write_com_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Position des sites (1,2,3,4,...) dans les Top clics et Top votes */
.position_site_annuaire  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}


/***** NOUVEAUTES *****/
/* Texte pour dire qu'il n'y a pas de nouveaux sites ces X derniers jours :
Aucun site n'a été ajouté ...
*/
.no_new_site_annuaire { color: #ff0000; }

/* Date pour laquelle il y a des nouveaux sites */
.date_new_site_annuaire { font-weight: bold; }


/***** TOP CLICS *****/
/* Texte pour dire qu'aucun site n'a deja recu de clic :
Aucun site n'a encore reçu de visite...
*/
.no_clic_site_annuaire { color: #ff0000; }


/***** TOP VOTES *****/
/* Texte pour dire qu'on n'a pas encore voter pour les sites :
Aucun site n'a encore reçu de vote...
*/
.no_vote_site_annuaire { color: #ff0000; }

/* Liens vers les 2 types de classement par votes (moyenne ou nombre) */
a.type_vote_annuaire {  }


/***** RECHERCHE *****/
/* Texte au cas ou il n'y aurait pas de resultat a la recherche effectuee :
Aucun résultat pour la recherche...
*/
.no_res_search_annuaire { color: #ff0000; }

/* Timer pour le moteur de recherche */
.timer_search_annuaire { font-style: italic; }

/* Texte dans les resultats d'une recherche :
Categories trouvées, Sites trouves
*/
.res_search_cat_site_annuaire { font-weight: bold; }

/* Champ pour entrer le(s) mot(s) a rechercher */
input.text_to_search_annuaire {  }

/* Bouton pour lancer la recherche */
input.button_make_search_annuaire {  }

/* Texte en dessous du champ pour entrer la recherche a effectuer :
Résultats par page ...
*/
.text_search_annuaire {  }

/* Liste deroulante pour choisir le nombre de resultats de la recherche */
select.list_nb__res_search_annuaire {  }


/***** AJOUTER UN SITE *****/
/* Texte de confirmation apres la proposition d'un site dans l'annuaire */
.confirm_add_site_annuaire { font-size: 14px; }

/* Texte pour dire que tous les champs sont obligatoires */
.all_field_required_annuaire { color: #ff0000; font-weight: bold; }

/* Texte pour signaler qu'on ne peut pas ajouter de site dans cette categorie */
.can_not_add_annuaire { color: #ff0000; font-weight: bold; font-size: 14px; }

/* Texte devant les champs :
Votre nom :, Votre prénom,...
*/
.text_before_field_add_annuaire { font-family: Arial; font-size: 12px; }

/* Champ(4) pour rentrer les donnees du site (nom, email, URL, titre) */
input.field_data_add_site_annuaire {  }

/* Textarea pour la description du site */
textarea.descr_add_site_annuaire {  }

/* Bouton pour envoyer le formulaire */
input.submit_form_add_site_annuaire {  }

/* Liste deroulante avec toutes les categories */
select.list_all_cats_annuaire {  }  


/***** VOTE *****/
/* Texte si on a deja vote pour le site :
Vous avez déjà voté ces dernières...
*/
.deja_vote_annuaire { color: #ff0000; }

/* Texte apres avoir voter correctement */
.vote_ok_annuaire { color: #009900; }

/* Texte qui apparait dans la popup avant de voter :
Vous allez pouvoir voter...
*/
.text_vote_annuaire { font-weight: bold; }

/* Liste deroulante avec les votes possibles */
select.list_vote_site_annuaire {  }


/***** COMMENTAIRES *****/
/* Texte pour signaler qu'il n'y a pas encore eu de commentaires pour un site :
Pas encore de commentaire...
*/
.no_com_site_annuaire { color: #ff0000; }

/* Auteur + date d'ajout du commentaire */
.author_and_date_com_annuaire { font-weight: bold; }

/* Texte du commentaire */
.text_com_annuaire {  }

/* Bouton pour ajouter un commentaire */
input.button_add_com_annuaire {  }

/* Texte devant les champs du formulaire d'ajout d'un commentaire */
.text_before_field_com_annuaire { font-weight: bold; }

/* Textarea pour entrer le commentaire */
textarea.text_add_com_annuaire { font-size: 12px; }

/* Champs nom et email pour la personne qui ajoute un commentaire */
input.champ_com_annuaire {  } 


/***** DIVERS *****/
/* Lien dans le bas des pages */
a.link_footer_annuaire { font-family: Verdana; font-size: 12 px; font-weight: bold; }

/* Liens principaux de l'annuaire (Accueil, Top clics, Ajouter un site,...) */
a.top_link_annuaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFC1;
}
/* Arborescence en ligne des categories (texte) */
.arbo_annuaire {  }
.arbo_annuaire_petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

/* Arborescence en ligne des categories (liens) */
a.arbo_annuaire {  }

/* Liens vers les numeros des pages si il y a trop de sites pour etre affiche sur une seule page (categorie + recherche) */
a.link_numpage_annuaire { font-size: 11px; font-family: Arial; }

/* Titre des pages de l'annuaire */
.titre_annuaire { font-size: 18px; font-weight: bold; font-family: Arial; }

/* Lien vers la categorie d'un site dans les nouveautes, les tops et le moteur... */
.link_to_cat_annuaire {  }

/* Boutons des formulaires pour fermer les popups pour les votes et les commentaires */
input.button_close_annuaire {  }

/*/
/*  1maxdecul CSS
/*/


.Liens_Series {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

.Liens_Series a:link {color: #FFFFC1;text-decoration: none;font-weight:bold;}
.Liens_Series a:visited {color: #FFFFC1; text-decoration: none;font-weight:bold;}
.Liens_Series a:hover {color: #FFFFC1;text-decoration: underline overline;font-weight:bold;}
.Liens_Series a:active {color: #FFFFC1; text-decoration: none;font-weight:bold;}

.Liens_Series_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

.Liens_Series_2 a:link {color: #FFFFC1;text-decoration: none;font-weight:bold;}
.Liens_Series_2 a:visited {color: #FFFFC1; text-decoration: none;font-weight:bold;}
.Liens_Series_2 a:hover {color: #FFFFC1;text-decoration: underline;font-weight:bold;}
.Liens_Series_2 a:active {color: #FFFFC1; text-decoration: none;font-weight:bold;}

.Liens_Series_3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFC1;
}

.Liens_Series_3 a:link {color: #FFFFC1;text-decoration: underline;font-weight:bold;}
.Liens_Series_3 a:visited {color: #FFFFC1; text-decoration: underline;font-weight:bold;}
.Liens_Series_3 a:hover {color: #FFFFC1;text-decoration: underline overline;font-weight:bold;}
.Liens_Series_3 a:active {color: #FFFFC1; text-decoration: underline;font-weight:bold;}

.NewsLetter {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

.NewsLetter a:link {color: #FFFFC1;text-decoration: none;font-weight:bold;}
.NewsLetter a:visited {color: #FFFFC1; text-decoration: none;font-weight:bold;}
.NewsLetter a:hover {color: #FFFFC1;text-decoration: none;font-weight:bold;}
.NewsLetter a:active {color: #FFFFC1; text-decoration: none;font-weight:bold;}

.parts a:link {color: #FFFFC1;text-decoration: none;font-weight:bold;font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
.parts a:visited {color: #FFFFC1; text-decoration: none;font-weight:bold;font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
.parts a:hover {color: #FFFFC1;text-decoration: underline;font-weight:bold;font-family: Arial, Helvetica, sans-serif;font-size: 10px;}
.parts a:active {color: #FFFFC1; text-decoration: none;font-weight:bold;font-family: Arial, Helvetica, sans-serif;font-size: 10px;}

.NewsLetter_9 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFC1;
}

.NewsLetter_9_S {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:underline;
	color: #FFFFC1;
}

.NewsLetter_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFC1;
}

.NewsLetter_13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color: #FFFFC1;
}

.Col_Droite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;

}

.Euro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline overline;
}

.Euro_nonsl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline;
}

.Euro_nonsl_15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline;
}

.Euro_sl_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline;
}

.Euro_nonsl_20 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline;
}

.H1_nonsl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:none;
}

.Cliquez_photos {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:none;
}

.Titre_vignette {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:underline;
}

.Titre_vignette_rouge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FF0000;
	text-decoration:underline;
}

.Vignette_bas {	font-size: 13px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFC1;
}

.Cliquez {	font-size: 17px;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFC1;
}

.Totale {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight:bold;
	color: #FFFFC1;
}

.Totale_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFC1;
}

.Totale_15 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight:bold;
	color: #FFFFC1;
}

.Totale_18 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:bold;
	color: #FFFFC1;
}

.Partenaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:none;
}

.Partenaire_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:none;
}

.Top_Liste {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:bold;
	color: #FFFFC1;
	text-decoration:none;
}

.Menu_telecharger {
	font-family: Verdana;
	font-size: 18px;
	color: #FFFFC1;
	text-decoration: underline;
}

.Acces {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFC1;
	text-decoration: none;
}

.Menu_clique {
	font-family: Verdana;
	font-size: 16px;
	color: #FFFFC1;
	text-decoration: underline;
}

.NewsLetter_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color: #FFFFC1;
}

.Serie_New {
	font-family: Verdana;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	font-weight:bold;
}

.NewsLetter_11_nb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color: #FFFFC1;
}

div#disclaimer{ text-align:left; }
div#disclaimer-fond{ position:absolute; z-index:1000; width:100%; height:2650px; background:white; filter:alpha(opacity=90); -moz-opacity:0.9; opacity: 0.9; text-align:center; line-height:normal; clear:both; }
div#disclaimer-conteneur{ position:absolute; z-index:1001; width:100%; text-align:center; clear:both; }
div#disclaimer-cadre{ width:550px; margin-left:auto; margin-right:auto; text-align:center; margin-top:200px; padding:15px; font-size:12px; border:#ddd 1px solid; background:#f5f5f5; color:#555; }
div#disclaimer-cadre b{ font-size:14px; color:black; }
div#disclaimer-cadre a{ text-decoration:none; font-size:22px; font-weight:bold; color:#ff0000; }
div#disclaimer-cadre a:hover{ color:red; }
