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

/* Lien vers les categories princiaples sur la page d'accueil */ 
.link_cat_index_annuaire { width:90%; margin-top:24px; margin-bottom:24px; padding-left:3px; color:#330066; font-size:11px;}

/* Lien vers les sous-categories sur la page d'accueil */ 
a.link_scat_index_annuaire { }

/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire {  }


/***** CATEGORIES *****/
/* Lien vers les sous-categories sur les pages des categories */ 
a.link_scat_other_annuaire { padding-left:3px; }

/* 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 { text-align:center; font-weight: bold; margin-bottom:12px;}

/* 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; text-align:center; padding-bottom:15px;}


/***** SITES *****/
/* Div contenant les infos d'un site */
.bloc_site { width:510px; clear:both; margin-bottom:5px; border:1px dashed #2763A5; padding:5px; background-color:#EEEEEE;}
#.bloc_site:hover{ background-color:#FAF2AA; }
.bloc_site_pub {width:510px; clear:both; margin-bottom:5px; border:1px dashed #2763A5; padding:5px; background-color:#E6E6E6;}
		
/* Div bloc contenant la description et l'image */
.bloc_presentation_site {overflow:hidden;}

/* Div contenant l'image de présentation du site */
.present_site_image { float:right; width:120px; border:0px solid red;}

/* Div contenant la présentation textuelle du site */
.present_site_text { float:left; width:385px; font-size:10px; overflow:hidden;}

/* Div contenant les liens vers les différentes infos du site */
.lien_info_site {overflow:hidden; width:99%; margin:auto; clear:both; color:#659BD7; border-top:1px solid #2763A5; margin-top:5px;}

/* Div Titre + fleche + IN/OUT */
.bloc_titre { width:100%; overflow:hidden; padding-bottom:2px; margin-bottom:5px; border-bottom:1px solid #2763A5; }

/* Div contenant IN/OUT */
.title_in_out {display:inline; float:right; padding-right:10px;}

/* Texte In (rouge) et OUT (vert) */
.texte_in {color:#FF3300;}
.texte_out {color:#31C201;}

/* Div entourant les div contenant les étoiles de vote */
.vote_etoile {float:left; overflow:hidden; width:60px; padding-right:3px;padding-top:3px;}

/* Titre des sites */
a.titre_site_annuaire { color:#2763A5; font-size:11px; }

/* Lien vers la fiche détaillée du site */
.fiche_detaillee {float:left;  padding-right:3px;}

/* Nombre de clics sur les sites */
.nb_clics_site_annuaire { }
.bloc_nb_clic_site { float:left; }

/* Date de validation des sites */
.date_validation_site_annuaire {  }

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annuaire { float:left; margin-right:3px; }

/* Description des sites */
.description_site_annuaire {  }

/* URL des sites */
.url_site_annuaire { text-align:right;}

/* Moyenne des votes des sites */
.moyenne_votes_site_annuaire { float:left; padding-right:3px; }

/* Lien pour voter pour les sites */
a.vote_site_annuaire {  }

/* Nombre de commentaires pour les sites */
.commentaire_site_annuaire { padding-left:3px; float:left;}

/* Lien pour voir et ecrire des commentaires */
a.read_write_com_site_annuaire { }

/* Position des sites (1,2,3,4,...) dans les Top clics et Top votes */
.position_site_annuaire {  }


/***** 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 {margin:auto; color: #ff0000; margin-bottom:24px; text-align:center;}


/***** 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; text-align:center; margin-bottom:24px; }

/* 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 { 
	text-align:center; 
	margin-top:10px; 
	margin-bottom:10px;
	padding:5px;
	background-color:#FBC8C8;
	border:1px solid #FC0000;
	font-weight:bold;
}

/* Timer pour le moteur de recherche */
.timer_search_annuaire { font-style: italic; text-align:center; margin-bottom:20px;}

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

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


/* Texte en dessous du champ pour entrer la recherche a effectuer :
Résultats par page ...
*/
.text_search_annuaire { margin-bottom:5px; padding:0px; }

/* Liste deroulante pour choisir le nombre de resultats de la recherche */
select.list_nb__res_search_annuaire { margin-top:10px; }


/***** AJOUTER UN SITE *****/
/* Texte de confirmation apres la proposition d'un site dans l'annuaire */
.confirm_add_site_annuaire { text-align:center;}

text_passer_detection{font-size:8pt;}

/* Texte pour dire que tous les champs sont obligatoires */
.all_field_required_annuaire { color: #ff0000; font-weight: bold; text-align:center; margin-bottom:12px; margin-top:12px;}

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

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

/* 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 {  }  


/***** Message Site Accepted *****/

/* Block site accepté */
.block_accepted_site{width:95%; margin:auto; margin-bottom:15px;}

/* Messages après enregistrement du site */
.message_submit_site{text-align:center; padding:5px; margin-bottom:15px; margin-top:15px; background-color:#FFEBF0; border:1px solid #B50102;}

/* information_submit */
.blockregleinfosubmit{background-color:#EEEEEE; border:1px solid #CCCCCC; padding:5px; text-align:left;}

#tabSubmitInfo {width:100%; border:1px solid #CCCCCC; text-align:left;}
.headerTabSubmit{background-color:#EEEEEE; width:20%; font-weight:bold; size:9pt; vertical-align:top;}

.submit_infos_conseils{background-color:#B7D4F3; border:1px solid #2763A5; padding:5px;}

.header_code_submit{text-align:center; padding:2px; padding-left:5px; padding-right:5px; background-color:#FFEBF0; border:1px solid #B50102; font-weight:bold; color:#143D9A; margin-top:15px; margin-bottom:15px;}
.table_submit_code_image{margin-top:5px; background-color:#EEEEEE; border:1px solid #CCCCCC; width:100%; text-align:center;}
.title_table_submit_code_image {background-color:#FFFFFF; font-weight:bold; color:#000000; border-bottom:1px solid #CCCCCC;}

/***** 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 *****/
.bloc_commentaire{ padding:2px; width:99%; border:1px dashed #2763A5; overflow:auto; padding-bottom:5px; margin-bottom:5px; background-color:#EEEEEE;}
.bloc_commentaire:hover {background-color:#FAF2AA;}

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

/* Auteur + date d'ajout du commentaire */
.author_and_date_com_annuaire { padding:inherit; font-weight: bold; text-decoration:underline; float:left;}
.comm_button { text-align:right; padding:inherit;}

/* Texte du commentaire */
.text_com_annuaire { clear:both; padding:inherit; }

/* 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 { }

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

/***** Fiche Site *****/
.top_title_fiche { margin:auto: width:100%; margin-bottom:10px; overflow:hidden;}
#table_data_fiche_site {border:1px dashed #2763A5; padding:0px;}
#table_data_fiche_site td{border-right:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC;}
.text_data_fiche_site {font-weight:bold; }
#table_data_fiche_site tr:hover {background-color:#FAF2AA;}

.title_data_fiche_site {background-color:#EEEEEE; padding-top:5px; font-weight:bold; color:#2763a5; text-align:center;}

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

/* Liens principaux de l'annuaire (Accueil, Top clics, Ajouter un site,...) */
a.top_link_annuaire { margin-right:22px;   }

/* Arborescence en ligne des categories (texte) */
.blocArboCategorie{border-bottom:1px solid #808080; margin-bottom:12px; padding-bottom:10px;}
.arbo_annuaire {}
.arbo_annuaire_petit { color:#51B169; font-weight: normal; }
.arbo_annuaire_petit:hover{color:green; font-weight: normal;}

/* 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) */
.link_numpage_annuaire { text-align:center; width:100%; padding-bottom:10px; }

/* Titre des pages de l'annuaire */
.titre_annuaire { font-size: 13pt; font-weight: bold; margin-top:10px; text-align:center;}

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

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

/* Liens des sites ayant amenés le plus de visiteurs */
.linkTopSite {font-family:arial; font-size:11px; color:#2763A5;}

/* Affiche un lien sous forme de bouton cliquable */
.imite_bouton{ border:1px outset #CCCCCC; padding:2px; text-decoration:none; text-align:center; font-weight:bold; background-color:#E5E5E5;}
.imite_bouton:hover {border:1px inset #CCCCCC; background-color:#FAF2AA;}

/**** Erreur ****/
.submit_error_annuaire {border:1px dashed #CCCCCC; width:90%; text-align:center; margin-bottom:20px;}
.header_sumbmiterror_annuaire {background-color:#F09090; color:#392286; font-weight:bold;}
.odd_ligne_submit {background-color:#DDDDDD;}
.pair_ligne_submit {background-color:#EEEEEE;}

/**** Cadre Arrondi (avec couleur unie...pas de bord) ****/
#cadre {width:15em; background-color:#FFFFFF;}
#top-left, #top-right, #bottom-left, #bottom-right {height:8px; width:10px; background-repeat:no-repeat; font-size:1px;}
#top-left {background-image:url(img/deco/top-left.jpg);}
#top-right {float:right; background-image:url(img/deco/top-right.jpg);}
#bottom-left {background-image:url(img/deco/bottom-left.jpg);}
#bottom-right {float:right; background-image:url(img/deco/bottom-right.jpg);}

.topsiteliste {padding:0px; border:0px solid #CCCCCC; width:170px;}
.topsiteliste td {padding:0px; margin:0px; font-family:arial; font-size:8pt; border-bottom:1px dashed #CCCCCC;}