/* body */

body 
{
 bgcolor:"#FFFFFF";
 leftmargin :"0";
 topmargin : "0";
 rightmargin : "0";
 bottommargin :"0";
 marginwidth : "0";
 marginheight: "0";
}

/* lien */

A:link 
 {
  color: #F27931;
  text-decoration:none;
  font-weight: bold;
 } 

A:visited 
 {
  color: #F27931;
  text-decoration:none;
  font-weight: bold;
 } 

A:hover 
 {
  color: #E72301;
  text-decoration:underline;
  font-weight: bold;
 }

/* lien position */

A.position:link
 { color: #FFFFFF;
  text-decoration: underline;
  font-weight: bold;
 }

A.position:visited 
 {
  color: #FFFFFF;
  text-decoration:none;
  font-weight: bold;
 } 

A.position:hover 
 {
  color: yellow;
  font-weight: normal;
  text-decoration:underline;
 }
 
/* lien menu gauche */

A.menu_gauche:link 
 { 
  color: #FFFFFF;
  text-decoration:none;
  font-weight: bold;
  font-size: 9px;
 } 

A.menu_gauche:visited 
 {
  color: #FFFFFF;
  text-decoration:none;
  font-weight: bold;
  font-size: 9px;
 } 

A.menu_gauche:hover 
 {
  color: #E62167;
  font-weight: normal;
  text-decoration:underline;
  font-size: 9px;
 }

/*lien menu haut */

A.menu_haut:link 
 { 
  color: #F27931;
  text-decoration:none;
  font-weight: bold;
 } 

A.menu_haut:visited 
 {
  color: #F27931;
  text-decoration:none;
  font-weight: bold;
 } 

A.menu_haut:hover 
 {
  color: #E72301;
  font-weight: normal;
  text-decoration:underline;
 }

td  
 {
  color: #000000; 
  font-variant: normal; 
  font-size: 10px; 
  font-family: Verdana, Arial, Helvetica;
 }


.titre_b 
 {
  color: #FFFFFF; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica; 
  font-weight: bold;
 }

.titre 
 {
  color: #816C18; 
  font-size: 12px; 
  font-family: Verdana, Arial, Helvetica; 
  font-weight: bold;
 }

input 
 { 
  background-color: #FFFFFF; 
  color: #000000; 
  border: none; 
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  font-size: 10px;
 }

b 
 { 
  font-weight: bold; 
 }
 
.pub
{
position : absolute ; top : 30px ; left: 335px ;

}

TABLE.leguide-table {
	BORDER-TOP: #AD942F 1px solid; BORDER-RIGHT: #AD942F 1px solid; BORDER-LEFT: #AD942F 1px solid; BORDER-BOTTOM: #AD942F 1px solid; BORDER-COLLAPSE: collapse;
	BACKGROUND: #ffffff; FONT-SIZE: 10px;
}
TABLE.leguide-table TH {
	BORDER-TOP: #AD942F 1px solid; BORDER-BOTTOM: #AD942F 1px solid; 
	PADDING-TOP: 2px; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; MARGIN: 0px; 
	VERTICAL-ALIGN: middle; BACKGROUND:  #C8B75C; COLOR: #FFFFFF; TEXT-ALIGN: center; FONT-WEIGHT: bold
}
TABLE.leguide-table TD {
	PADDING-TOP: 1px; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 1px; MARGIN: 0px; 
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #000000
}
TABLE.leguide-table TD.cadre {
	PADDING-TOP: 1px; PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 2px; MARGIN: 0px; 
	BORDER-TOP: #AD942F 1px solid; BORDER-RIGHT: #AD942F 1px solid; BORDER-LEFT: #AD942F 1px solid; BORDER-BOTTOM: #AD942F 1px solid;
	BACKGROUND: none transparent scroll repeat 0% 0%; COLOR: #000000
}

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

/* Lien vers les categories principales sur la page d'accueil */ 
a.link_cat_index_annuaire  { 
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 font-weight: bold;
 color: #F27931;
 }

/* Lien vers les sous-categories sur la page d'accueil */ 
a.link_scat_index_annuaire {
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 font-size: 10px; 
 font-weight: bold;
 color:red;
}

/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire {    
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: green;
}


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

/* Nombre de sous-categories entre les () sur les pages des categories */
.nb_scat_other_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: green;
  }


/* Texte qui est affiche en guise de description d'une categorie */
.text_cat_annuaire { font-weight: bold; font-family: Arial; font-size: 14px; color: #CC9933;}

/* Texte pour dire qu'il n'y a pas de site dans une categorie :
Pas encore de sites dans...
*/
.no_site_in_cat_annuaire { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
    color: #ff0000; }


/***** SITES *****/
/* Titre des sites */
a.titre_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
	color:blue;
  }

/* Nombre de clics sur les sites */
.nb_clics_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color: red;
  }

/* Date de validation des sites */
.date_validation_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color: red;
  }

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color: #0033FF;
  }

/* Description des sites */
.description_site_annuaire { 
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: 12px;
 color:black; 

  }

/* Moyenne des votes des sites */
.moyenne_votes_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color: #0033FF;

  }

/* Lien pour voter pour les sites */
a.vote_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
  }

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

/* Lien pour voir et ecrire des commentaires */
a.read_write_com_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 11px;

  }

/* Position des sites (1,2,3,4,...) dans les Top clics et Top votes */
.position_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
	color: green;
  }

.position_site_annuaire1 {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 10px;
	color: green;
  }
  

/***** 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 { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
    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 { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
    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 { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
    color: #ff0000; }

/* Liens vers les 2 types de classement par votes (moyenne ou nombre) */
a.type_vote_annuaire {    
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-weight: bold;
	font-size: 12px;
  }


/***** 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 { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
    color: #ff0000; }

/* Timer pour le moteur de recherche */
.timer_search_annuaire { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
    font-style: italic; 
    color: #669900;
	}

/* Texte dans les resultats d'une recherche :
Categories trouvées, Sites trouves
*/
.res_search_cat_site_annuaire { 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

/* Champ pour entrer le(s) mot(s) a rechercher */
input.text_to_search_annuaire { 	
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
 }

/* Bouton pour lancer la recherche */
input.button_make_search_annuaire {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  }

/* Texte en dessous du champ pour entrer la recherche a effectuer :
Résultats par page ...
*/
.text_search_annuaire {    
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 9px;
  }

/* Liste deroulante pour choisir le nombre de resultats de la recherche */
select.list_nb_res_search_annuaire {
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
  }


/***** AJOUTER UN SITE *****/
/* Texte de confirmation apres la proposition d'un site dans l'annuaire */
.confirm_add_site_annuaire {     
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color: blue;
}

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

/* Erreur de saisie */
.erreur {  
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
    color:red;
   }

/* Texte devant les champs :
Votre nom :, Votre prénom,...
*/
.text_before_field_add_annuaire {     
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

/* Champ(4) pour rentrer les donnees du site (nom, email, URL, titre) */
input.field_data_add_site_annuaire {	
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: black;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
    border-color: #C8B75C;
  }

/* Textarea pour la description du site */
textarea.descr_add_site_annuaire {
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
	color: black;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
    border-color: #C8B75C;
  }

/* Bouton pour envoyer le formulaire */
input.submit_form_add_site_annuaire {	
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	border-style: solid;
	border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px;
  }

/* Liste deroulante avec toutes les categories */
select.list_all_cats_annuaire { 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	background: #FFFFFF;
	border: 1px solid;
 }  


/***** 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-family: Arial;
 font-style: normal;
 font-weight: bold;
 font-size: 10px;
}

/* Textarea pour entrer le commentaire */
 textarea.text_add_com_annuaire { 
 font-family: Arial;
 font-style: normal;
 font-weight: bold;
 font-size: 11px;
}

/* 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: 8 px; font-weight: bold; }

.copyright
{
 font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 font-style: normal;
 font-weight: bold;
 font-size: 8px;
 color=#8a8a8a; 
}
.top_onglets{
	BORDER-RIGHT: #8a8a8a 1px; PADDING-RIGHT: 3px; BORDER-TOP: #8a8a8a 1px; PADDING-LEFT: 3px; PADDING-BOTTOM: 0px; MARGIN: 0px; BORDER-LEFT: #8a8a8a 1px; LINE-HEIGHT: normal; PADDING-TOP: 0px; BORDER-BOTTOM: #8a8a8a 1px solid; WHITE-SPACE: nowrap; BORDER-COLLAPSE: collapse; HEIGHT: auto; BACKGROUND-COLOR: transparent

}

/* Liens principaux de l'annuaire (Accueil, Top clics, Ajouter un site,...) */
a.top_link_annuaire {     
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
    font-size: 11px; 
    border-right: #8a8a8a 1px solid; 
	padding-right: 5px; 
	border-top: #8a8a8a 1px solid; 
	padding-left: 5px; 
	padding-bottom: 0px; 
	border-left: #8a8a8a 1px solid; 
	color: black; 
	padding-top: 0px; 
	border-bottom: #8a8a8a 1px; 
	background-color: transparent; 
	text-decoration: none;
}

a.top_link_annuaire:hover {
	border-left-color: #8a8a8a; 
	border-color: #8a8a8a; 
	color: #ffffff; 
	border-top-color: #8a8a8a; 
	background-color: #8a8a8a; 
	border-right-color: #8a8a8a; 
    font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 11px;
}

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

/* 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: 10px; font-family: Arial; }

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

/* Titre du bas de page*/
.titre_after
{font-family: Arial;
 font-style: normal;
 font-weight: bold;
 font-size: 10px;
 color=#8a8a8a; 
}
