/***** BODY *****/
body { 
  font-family: Tahoma, Arial, sans-serif;
  font-size:10px;
  color:#554630;
  margin:0;
  padding:0px;
		line-height:13px;
		background:#FFF; }


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

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

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

/* Nombre de sous-categories entre les () sur la page d'accueil */
.nb_scat_index_annuaire { font-family: Arial; 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-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 {  }

/* Nombre de clics sur les sites */
.nb_clics_site_annuaire {  }

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

/* Moyenne + nombre de votes dans le top votes */
.moyenne_votes_topv_annuaire {  }

/* Description des sites */
.description_site_annuaire {  }

/* Moyenne des votes des sites */
.moyenne_votes_site_annuaire {  }

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

/* Nombre de commentaires pour les sites */
.commentaire_site_annuaire {  }

/* 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 { 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: Verdana; font-size:13 px; }

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



/*                                                                                       */
body{
  font-family: Tahoma, Arial, sans-serif;
  font-size:10px;
  color:#554630;
  margin:0;
  padding:0px;
		line-height:13px;
		background:#FFF;
}
#corps{
		width:964px;
		padding:0 0 0 4px;
		margin:0 auto;
}
#corpsCV {
		line-height:18px;
		width:750px;
		padding:0 0 0 4px;
		margin:0 auto;
}

p, dl, dd, dt, ul, li, h3, h4, form {
  margin:0;
		padding:0;
}
form p {
  margin:3px 0 0 0;
}
p label {
  position:absolute;
}
p input, p select, p textarea {
  margin:0 0 0 150px;
		width:180px;
}

input ,select, textarea {
  border:1px solid #696744;
		color:#555;
		font-size:10px;
}
li {
  list-style:none;
}
h1 {
  font-size:11px;
		text-align:center;
		margin:0;
		padding:0;
		color:#2FE6F7;
		font-weight:normal;
		font-family:Verdana, Arial, Helvetica, sans-serif;
}
a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  text-decoration:none;
		color:#0186AF;
		font-size:11px;
}
a:hover {
  text-decoration:underline;
}
#bandeau{
  width:518px;
		height:48px;
		padding:141px 0 0 441px;
		background:url(http://www.ht-emploi.com/images/bandeau.jpg) no-repeat;
}
.bandCandidat{
  width:246px;
		height:45px;
		border:1px solid #C9DDE2;
		float:left;
		margin-right:6px;
		padding:0 0 0 4px;
		background:#F1F8F9;
}
.bandtag{
  width:505px;
		height:45px;
		border:1px solid #C9DDE2;
		float:left;
		margin-right:6px;
		padding:0 0 0 4px;
		background:#F1F8F9;
}
.parag{
		float:left;
		width:115px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
}
.inp{
  width:98px !important;
  width:96px;
		height:18px;
		float:left;
		margin:4px 2px 0 2px;
		border:1px solid #A7A6AA;
}
#site {
  clear:both;
		padding:0 0 0 3px;
		background:url(http://www.ht-emploi.com/images/ombre_gauche.gif) left top repeat-y;
}
#site_ombre {
		width:954px;
		padding:5px 3px 0 0;
		background:url(http://www.ht-emploi.com/images/ombre_droite.gif) right top repeat-y #F6F8FA;
}
.menu {
		background:url(http://www.ht-emploi.com/images/menu.jpg);
		width:950px;
		margin:5px 0 0 0;
		border:2px solid #FFBB58;
		height:30px;
}
.menuheight {
  height:18px;
		text-align:center
}
.menu li {
  float:left;
		background:url(http://www.ht-emploi.com/images/menu_barre.gif) right top repeat-y;
		height:23px;
 	padding:7px 20px 0 21px;
}
.menu li.no_barre {
		background:none;
}
.menu a{
 color:#F5FAFA;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:16px;
	
}
#gauche{
		width:180px;
		margin:15px 0 0 10px;
		color:#FEFFFF;
		float:left;
}
#gauche a {
  color:#FFF;
		line-height:18px;
}
#gauche dd {
 background:url(http://www.ht-emploi.com/images/bas-gauche.jpg) left bottom no-repeat #0186AF;
	padding-left:13px;
	padding:5px 0 20px 13px;
	margin:0 0 10px 0;
}
#gauche dt {
  background:url(http://www.ht-emploi.com/images/haut-gauche.jpg) no-repeat #0186AF;
  font-size:14px;
		padding: 10px 0 5px 8px;
		font-weight:bold;
		border-bottom:2px solid #0195B7;
}
.pgauch{
  font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#FEFFFF;
		margin:7px 0 2px 0;
}
.slectgauch{
  font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:9px;
}
.black {
  color:#555556;
}
#milieu {
  margin:15px 0 7px 10px;
		border:1px solid #FAC97F;
		float:left;
		padding:0;
		width:760px;
		min-height:400px;
		height:auto !important;
		height:400px;
}
.milieu_pad {
  padding:15px;
}
.titre, .titre a{
  color:#026A87;
		font-size:9px;
  background:#FED290;
}
.titre {
		padding:3px 0 6px 12px;
}
.pagin{
  background:url(http://www.ht-emploi.com/images/pagin.jpg) no-repeat #7ECBD3;
		margin:13px 0 10px 0;
		height:14px;
		font-size:11px;
		padding:0 0 0 25px;
  color:#1E6E76;
		font-weight:bold;
		text-align:left;
		min-width:350px;
		width:auto !important;
		width:480px;
		float:right;
}
.pagin span {
		color:#01090A;
		padding:0 5px;
}
.pagin a {
		color:#1F737B;
		padding:0 5px;
}
.pagin a:hover {
  background:#FFF;
		text-decoration:none;
}
.pagin a.pagin_img:hover {
  background:none;
}
.offre {
  margin:0 10px;
		border:2px solid #EFEFEF;
		clear:both;
}
.offre a {
  font-weight:bold;
		text-decoration:underline;
		color:#66543A;
		font-size:10px;
}
h4 {
  text-align:center;
		font-size:12px;
		background:#FFC239;
		padding:3px 0;
		border:1px solid #CAC237;
		border-botom:1px solid #FEA020;
}
.date {
  position:absolute;
		text-align:right;
		width:545px;
		margin:3px 0 0 0;
		font-weight:bold;
}
.text_offre {
		border:1px solid #CAC237;
		border:1px solid #CAE737;
		border-top:none;
		background:#FED290;
		padding:5px 10px;
}
.whiteback {
		background:#FFF;
}
#bas {
  background:url(http://www.ht-emploi.com/images/ombre_bas.gif) repeat-x;
		padding:0 0 3px 0;
		width:956px;
		clear:both;
		margin:0 0 0 0;
		height:0;
}
#footer {
  clear:both;
		background:url(http://www.ht-emploi.com/images/menu.jpg);
		padding:4px 15px;
		margin:10px auto 0 auto;
		color:#004A6C;
		width:770px;
}		
#footer a {
		color:#004A6C;
		font-size:9px;
}
.myhr {
  border:none;
  border-top:1px dotted #000;
		margin:5px 100px 7px 100px;
}
#corps_popup {
  margin:10px;
}
#adscence {
  float:left;
		width:160px;
		height:620px;
		margin:10px 5px 0 10px !important;
		margin:7px 0 0 2px;
}
.warnning {
  color:#FF0000;
		display:none;
		visibility:hidden;
}
.red {
  color:#FF0000;
}
ul.plan {
  margin:0 0 20px 0;
}
ul.fleche li {
  background:url(http://www.ht-emploi.com/images/fleche_bleu.gif) no-repeat 0 5px;
		padding:5px 0 0 20px;
		margin:3px 0 0 15px;
}
.menu_cond {
		margin:0;
		padding:4px 0 4px 0;
		list-style:none;
		height:18px;
}
.menu_cond li{
  float:left;
		margin:3px 5px 0 0;
		padding:2px 5px;
		height:15px;
  background:url(http://www.ht-emploi.com/images/menu.jpg) repeat-x;
		
}
.menu_cond li a {
  color:#FFF;
		font-weight:bold;
		font-size:10px;
}
#menuCV {
  margin:5px 0 0 0;
		visibility:hidden;
		display:none;
		clear:both
}
#menuCV li {
  float:left;
		margin:0 5px 0 0;
		padding:2px 5px;
		height:15px;
  background:url(http://www.ht-emploi.com/images/menu.jpg) repeat-x;
}
#menuCV li a {
  color:#FFF;
}
.input_button {
  background:url(http://www.ht-emploi.com/images/bouton.jpg); 
		padding:0 5px; 
		width:120px;
		cursor:pointer;
}
a.input_button {
  background:url(http://www.ht-emploi.com/images/bouton.jpg); 
		padding:1px 5px 1px 5px; 
		width:120px;
		text-align:center;
		border:1px solid #555;
		color:#554630;
}
a.input_button:hover {
  text-decoration:none;
}
.invisible {
  visibility:hidden;
		display:none;
}
.droite {
  color:#FFF;
  width:160px;
  padding:0;
  margin:8px 0 5px 0;
}
dl.droite a {
  color:#FFF;
  line-height:18px;
}
.droite dd {
 background:url(http://www.ht-emploi.com/images/bas-droite.jpg) left bottom no-repeat #0186AF;
	padding-left:13px;
	padding:5px 0 20px 13px;
	margin:0 0 10px 0;
}
.droite dt {
  background:url(http://www.ht-emploi.com/images/haut-droite.jpg) no-repeat #0186AF;
  font-size:14px;
	padding: 10px 0 5px 8px;
	font-weight:bold;
	border-bottom:2px solid #0195B7;
}