/***** BODY *****/
body { background: #ffffff; }


h3{
color:      #ff0000;
text-align:      center;
}

}
/***** ACCUEIL *****/
/* Texte sur la page d'acceuil :
Cet annuaire contient...
*/
.text_index_annu {  }

/* Lien vers les categories princiaples sur la page d'accueil */ 
a.link_cat_index_annu {text-decoration: none; color: #000000; font-family: Arial; font-size: 22px; }
a:visited.link_cat_index_annu {text-decoration: none;color: #000000; font-family: Arial; font-size: 22px; }
a:hover.link_cat_index_annu { text-decoration: underline; color: #ff0000; font-family: Arial; font-size: 22px; }


/* Lien vers les sous-categories sur la page d'accueil */ 
a.link_scat_index_annu { text-decoration: none; color: #000000; font-size: 14px; }
a:visited.link_scat_index_annu { text-decoration: none; color: #000000; font-size: 14px; }
a:hover.link_scat_index_annu { text-decoration: underline; color: #000000; font-size: 14px; }
/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annu { font-family: Arial; font-size: 10px; color: #4800FF; font-weight: bold;}


/***** CATEGORIES *****/
/* Lien vers les sous-categories sur les pages des categories */ 
a.link_scat_other_annu { text-decoration: none; color: #000000; font-size: 22px;}
a:visited.link_scat_other_annu { text-decoration: none; color: #000000; font-size: 22px;}
a:hover.link_scat_other_annu { text-decoration: underline; color: #000000; font-size: 22px;}
/* Nombre de sous-categories entre les () sur les pages des categories */
.nb_scat_other_annu { font-family: Arial;color: #4800FF; font-size: 12px; font-weight: bold;}


/* Texte qui est affiche en guise de description d'une categorie */
.text_cat_annu { font-weight: bold; font-family: Arial; font-size: 12px; }

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


/***** SITES *****/
/* Titre des sites */
a.titre_site_annu { text-decoration: none; color: #0026FF;  font-size: 18px;  }
a:visited.titre_site_annu { text-decoration: none; color: #0026FF;  font-size: 18px;  }
a:hover.titre_site_annu { text-decoration: underline; color: #0026FF;  font-size: 18px;  }


/* Nombre de clics sur les sites */
.nb_clics_site_annu { font-size: 16px; font-weight: bold; }

/* Date de validation des sites */
.date_validation_site_annu { font-size: 16px; font-weight: bold; }

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annu { font-size: 16px; font-weight: bold;  }

/* Description des sites */
.description_site_annu { font-size: 14px; font-weight: bold; }

/* Moyenne des votes des sites */
.moyenne_votes_site_annu { font-size: 16px; font-weight: bold; }

/* Lien pour voter pour les sites */
a.vote_site_annu { text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;}
a:visited.vote_site_annu { text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;}
a:hover.vote_site_annu { text-decoration: underline; color: #ff0000;  font-size: 16px; font-weight: bold;}
/* Nombre de commentaires pour les sites */
.commentaire_site_annu { font-size: 16px; font-weight: bold; }

/* Lien pour voir et ecrire des commentaires */
a.read_write_com_site_annu { text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold; }
a:visited.read_write_com_site_annu { text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold; }
a:hover.read_write_com_site_annu { text-decoration: underline; color: #ff0000;  font-size: 16px; font-weight: bold; }
/* Position des sites (1,2,3,4,...) dans les Top clics et Top votes */
.position_site_annu { font-size: 16px; font-weight: bold;  }


/***** 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_annu { color: #ff0000; }

/* Date pour laquelle il y a des nouveaux sites */
.date_new_site_annu { 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_annu { 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_annu { color: #ff0000; }

/* Liens vers les 2 types de classement par votes (moyenne ou nombre) */
a.type_vote_annu { text-decoration: none; color: #4800FF;  font-size: 16px; font-weight: bold; }
a:visited.type_vote_annu { text-decoration: none; color: #4800FF;  font-size: 16px; font-weight: bold; }
a:hover.type_vote_annu { text-decoration: underline; color: #4800FF;  font-size: 16px; font-weight: bold; }

/***** 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_annu { color: #ff0000; }

/* Timer pour le moteur de recherche */
.timer_search_annu { font-style: italic; color: #4800FF; font-weight: bold;font-size: 16px;}

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

/* Champ pour entrer le(s) mot(s) a rechercher */
input.text_to_search_annu { font-weight: bold;font-size: 12px; }

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

/* Texte en dessous du champ pour entrer la recherche a effectuer :
Résultats par page ...
*/
.text_search_annu {font-weight: bold;font-size: 14px;  }

/* Liste deroulante pour choisir le nombre de resultats de la recherche */
select.list_nb__res_search_annu { font-weight: bold;font-size: 12px; }


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

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

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

/* Texte devant les champs :
Votre nom :, Votre prénom,...
*/
.text_before_field_add_annu { font-weight: bold; font-size: 16px; }

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

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

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

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


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

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

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

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


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

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

/* Texte du commentaire */
.text_com_annu {  }

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

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

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

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


/***** DIVERS *****/
/* Lien dans le bas des pages */
a.link_footer_annu {   text-decoration: none; color: #ffffff;}
a:visited.link_footer_annu {   text-decoration: none; color: #ffffff;}
a:hover.link_footer_annu {   text-decoration: none; color: #ff0000; }

/* Liens principaux de l'annuaire (Accueil, Top clics, Ajouter un site,...) */
a.top_link_annu { font-family: Verdana; font-size:13 px; }

/* Arborescence en ligne des categories */
.arbo_annu { font-size: 16px; font-weight: bold; }
a.arbo_annu {    text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;       }
a:visited.arbo_annu {    text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;       }
a:hover.arbo_annu {    text-decoration: underline; color: #ff0000;  font-size: 16px; font-weight: bold;       }
/* 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_annu { font-size: 11px; font-family: Arial; }

/* Titre des pages de l'annuaire */
.titre_annu { 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_annu { font-size: 16px; font-weight: bold;  }


a.link_to_cat_annu2{ text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;  }
a:visited.link_to_cat_annu2 { text-decoration: none; color: #ff0000;  font-size: 16px; font-weight: bold;  }
a:hover.link_to_cat_annu2 { text-decoration: underline; color: #ff0000;  font-size: 16px; font-weight: bold;  }
/* Boutons des formulaires pour fermer les popups pour les votes et les commentaires */
input.button_close_annu {  }

table {
	vertical-align:					top;
}
.cadre{
border-collapse: collapse;
	border-color: #ff0000;
	border-style: groove;
	border-width: 5pt;
	background-color: #000000;
	
}

td {
vertical-align:					top;
	
}

.header
{
    background-image:				url('img/header.png');
	border-collapse: collapse;
	vertical-align:					top;
	
}
.titre
{
vertical-align:					top;

color:                          #ffd800;
padding-left:                     15px;
}


.hmenug
{
vertical-align:					top;
background-image:				url('img/site/hmenug.png');
text-align:                     center;

color:                          #000000;
font-size:                      32px;

}
.hmenug2
{
vertical-align:					top;
background-image:				url('img/site/hmenug2.png');
text-align:                     center;

color:                          #000000;
font-size:                      32px;

}

.hcont
{
vertical-align:					top;
background-image:				url('img/site/hcont.png');
text-align:                     center;
font-family: Verdana;
color:                          #000000;
font-size:                      32px;

}
.menug2
{
vertical-align:					top;
background-image:				url('img/site/fmenug2.png');
padding-left:                   6px;
color:                          #000000;
size:                   18px;

}

.menug
{
vertical-align:					top;
background-image:				url('img/site/fmenug.png');
padding-left:                   6px;
padding-right:                   6px;
font-family: Arial;
color:                          #000000;
size:                   10px;

}
.cont
{
vertical-align:					top;
background-image:				url('img/site/fcont.png');
padding-left:                   6px;
color:                          #000000;
size:                   18px;

}
.menug a{
text-decoration: none; 
color: #000000; 
 font-weight: bold; 
 font-family: Arial;
font-size: 14px;
}
.menug a:visited{
text-decoration: none; 
color: #000000; 
 font-weight: bold; 
 font-family: Arial;
font-size: 14px;
}
.menug a:hover{
text-decoration: underline; 
color: #000000; 
font-family: Arial;
font-weight: bold; 
font-size: 14px;
}

.bmenug
{
vertical-align:					top;
background-image:				url('img/site/bmenug.png');



}
.bcont
{
vertical-align:					top;
background-image:				url('img/site/bcont.png');



}