
a,ul,p,div,h1,h2,h3,body,img,li,fieldset,select,label{
margin:0;
padding:0;
}


/***** BODY *****/
body { background: #402e12; }


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

/* Lien vers les categories princiaples sur la page d'accueil */ 
a.link_cat_index_annuaire:link,a.link_cat_index_annuaire:active,a.link_cat_index_annuaire:visited { 
 font-family: Arial; 
 font-size: 17px;
 color: #a6d513; }

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

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


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


/* Texte qui est affiche en guise de description d'une categorie */
.text_cat_annuaire { 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_annuaire { color: #ff0000; }


/***** SITES *****/
/* Titre des sites */
a.titre_site_annuaire { color: #80a30e; }

/* Nombre de clics sur les sites */
.nb_clics_site_annuaire {color:#ffa300;  }

/* Date de validation des sites */
.date_validation_site_annuaire { color:#ffa300; }

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annuaire { color:#c4c59a; }

/* Description des sites */
.description_site_annuaire { color:#e9eac6;}

/* Moyenne des votes des sites */
.moyenne_votes_site_annuaire { color:#c4c59a; }

/* Lien pour voter pour les sites */
a.vote_site_annuaire { color:#c4c59a; }

/* Nombre de commentaires pour les sites */
.commentaire_site_annuaire { color:#c4c59a; }

/* Lien pour voir et ecrire des commentaires */
a.read_write_com_site_annuaire {color:#c4c59a;  }

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


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

/* Date pour laquelle il y a des nouveaux sites */
.date_new_site_annuaire { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ffa300;
	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 { color:#c4c59a; }


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

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

/* 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: #ffc859; 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:#c4c59a; }

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

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


/***** COMMENTAIRES *****/
/*  formulaire qui s'ouvre lorsqu'on  veut ajouter un commentaire pour un site  */
.form_commentaires{color:#c4c59a;}

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

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

/* Texte du commentaire */
.text_com_annuaire { color:#c4c59a; }

/* 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:link,a.top_link_annuaire:active,a.top_link_annuaire:visited { 
	font-family: Verdana; 
	font-size:11 px; 
	color: #8ab110;
	
	}
a.top_link_annuaire:hover { 
	font-family: Verdana; 
	font-size:11 px; 
	color: #c4c59a;
	
	}

/* Arborescence en ligne des categories (texte) */
.arbo_annuaire { color: #c4c59a; }

/* Arborescence en ligne des categories (liens) */
a.arbo_annuaire { color: #c4c59a; }

/* 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; color:#a6d513;}

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

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




ul{
	list-style:none;
}

#pere{
	background :url(img/bandeau.png);
	background-repeat:repeat-x;
	width:100%;
}
#bandeau{
	width:934px;
	height:135px;
}

#centrage{
	width:935px;
	margin-left:auto;
	margin-right:auto;

}
#centrage1{
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}

.calage {
	display: inline ; 
	float: left; 
	width: 100px; 
	font-weight: bold ; 
	margin-left: 30px;
	color:#e1dacc;
}
.calage1 {
	display: inline ; 
	float: left; 
	width: 67px; 
	font-weight: bold ; 
	margin-left: 7px;
	color:#e1dacc;
}
.calage2{
	display: inline ; 
	float: left; 
	width: 100px; 
	font-weight: bold ; 
	margin-left:15px;
	color:#e1dacc;
}
a.lien1:link, a.lien1:active, a.lien1:visited {
	display:block;
	width:160px;
	height:20px;
    padding:7px 10px 0px 0px ;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#c4c59a;
	text-decoration:none;
}
a.lien1:hover{
	display:block;
	width:160px;
	height:20px;
    padding:7px 10px 0px 0px ;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6d513;
	background-color:#32230e;
	text-decoration:none;
	}
.lien1bis{
	display:block;
	width:160px;
	height:20px;
    padding:7px 10px 0px 0px ;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#a6d513;
	background-color:#32230e;
	text-decoration:none;
	
	}
	
	
a.lien2:link,a.lien2:active, a.lien2:visited {
	display:block;
	width:102px;
	height:21px;
	font-family:verdana;
	font-size:11px;
	color:#77643D;
	text-decoration:none;
	border-left:1px solid #d3a54a;
	text-align:center;
	padding-top:4px;
}
a.lien2:hover{
	display:block;
	width:101px;
	height:20px;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-color:#6c8b0b;
	border-left:1px solid #765c29;
	border-right:1px solid #765c29;
	border-top:1px solid #765c29;
	padding-top:4px;
	text-align:center;	
}
.lien3{
    display:block;
	width:102px;
	height:20px;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-color:#8ab110;
	border-left:1px solid #765c29;
	border-right:1px solid #765c29;
	border-top:1px solid #765c29;
	text-align:center;
	padding-top:4px;
}
.fin {
border-right:1px solid #d3a54a;
}
a.lien4:link,a.lien4:active, a.lien4:visited {
	display:block;
	width:206px;
	height:20px;
	font-family:verdana;
	font-size:11px;
	color:#8ab110;
	text-decoration:none;
	padding-top:4px;
	margin-top:-4px;
	float:left;
	text-align:center;
	
}
a.lien4:hover{
	display:block;
	width:205px;
	height:19px;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-color:#8ab110;
	border-top:1px solid #765c29;
	padding-top:4px;
	
	float:left;
	text-align:center;
}
.lien4bis{
display:block;
	width:205px;
	height:19px;
	font-family:verdana;
	font-size:11px;
	color:#fff;
	text-decoration:none;
	background-color:#8ab110;
	
	padding-top:4px;
	
	float:left;
	text-align:center;
}
a.lien5:link,a.lien5:active, a.lien5:visited {
    font-family:verdana;
	font-size:11px;
	color:#ffc859;
	text-decoration:none;
}
a.lien5:hover{
	font-family:verdana;
	font-size:11px;
	color:#8ab110;
	text-decoration:none;
}
a.vign:link, a.vign:active, a.vign:visited, a.vign:hover{
	text-decoration:none;
	color:#3b321e;
	border:none;
}

#mosaique{
	padding-top:32px;
	float:left;
}
#bandocentre{
	width:300px;
	float:left;
	
}
#mos{
	padding-left:50px;
	padding-top:15px;
	clear:both;
}
#logo{
	padding-left:60px;
}

#nav_bandeau{
	width:700px;
	padding-left:234px;
	height:20px;
}
#nav_bandeau li{
	float:left;
}

.colonnA {
	width:934px;
	background:url(img/colonnA.gif);
	background-repeat:repeat-y ;
	margin-top:23px;
	color:#3b2911;
}
.colonnB {
	width:980px;
	background:url(img/colonnB.gif);
	background-repeat:repeat-y ;
	margin-top:23px;
	color:#3b2911;
	
}

#annuaire{
width:569px;
float:left;
padding-left:21px;
color:#e9eac6;
}

#centre_actu{
	width:150px ;
	margin-top:19px;
	padding:69px 0  0 7px ;
	color:#8ab110;
	float:left;
}


.date{
	border-bottom:dotted 1px #FFAA00;
	font-size:14px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFAA00; 
	text-align:left;
}
#anim{
width:60px;
margin-bottom:-70px;
padding-left:60px;

}

#nav{
	width:170px;
	float:left;
	padding-bottom:15px;
	margin-top:20px;
	padding-top:72px;	
}
#nav_stages {
	width:170px;
	text-align:center;
}
#nav_stages li{
	width:170px;
	height:27px;
	text-align:right;
	border-bottom:1px dotted #a6d513; 
}


#titre1{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	border-bottom:1px dotted;
	font-style:italic;
	color:#80a30e;

}
#titre2{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 22px;
border-bottom:1px dotted;
font-style:italic;
color:#A8D513;
padding-top:51px;
}
#texte1{
	float:left;
	width:315px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c4c59a;
	text-align:left;
	padding:21px 15px 0px 15px ;
	
}
#texte2{
	float:left;
	width:380px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#c4c59a;
	text-align:justify;
	padding:21px 15px 0px 15px ;
}

.vert{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#80a30e;
}
.orange{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffa300;

}
.bleu{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#73efe8;
}
.blanc{
font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#e9eac6; 
}

#pied{
	background:url(img/bas.gif);
	background-repeat:repeat-x;
	width:100%;
	height:65px;
	font-size:10px;
	font-weight:bold;
	font-family:Verdana;
	color:#3b2911;
	text-align:center;
	padding-top:5px;
	clear:both;
	
}

.clearboth{
clear:both;
}