
/* =STYLES ANNUAIRE = */
/*
exemples
#menu li a, #menu dt a {
#menu li a:hover, #menu dt a:hover {
*/

/* Conteneur pour tout l'annuaire */
#annuaire {
	background-color:#FFFFFF;
	border-color: #CCCCCC;
	border-style:solid;
	border-width:0px;
	padding:0px;
	/*color:#000066;*/
	font-weight:normal;
	font-size:12px;
	margin-top:0px;
}

/* definition des hr dans annuaire*/
#annuaire hr{
	height: 1px;
	border:0;
	color: #CCCCCC;
	background-color:#326B87;
}

/* Conteneur pour message d'accueil */
.A_cont {
	font-size:12px;
	/*color:#000099;*/
}
.A1{
	font-size:14px;	
	font-weight:bold;
}
.A2{font-style:italic;}

/* Menu de selection radio */
.A_selradio{}/*contenu texte*/
.A_selradio form {display:inline;}/*formuliare de selection radio*/
.A_btnradio {}/*btn radio*/
.A_submitradio { width:60px;font-size:10px;}/*btn d'envoi*/

/* Conteneur pour les localités*/
.localite_cont a,.localite_cont a:visited {
	font-size:12px;
	/*color: #FF0099;*/
	display:inline;
	font-weight:normal;
	text-decoration:none;	
}
.localite_cont a:hover{
	font-size:12px;
	/*color:#FF0099;*/
	display:inline;
	font-weight:normal;
	text-decoration: underline;
}

.l0 a, .l0 a:hover, .l0 a:visited{font-weight:bold;}
.l1 a, l2 a, l3 a, l4 a, l5 a{}



/* Conteneur pour les categorie*/
.categorie_cont a,.categorie_cont a:visited {
	font-size:12px;
	/*color:#FF0099;*/
	display:inline;
	font-weight:normal;
	text-decoration:none;	
}
.categorie_cont a:hover{
	font-size:12px;
	/*color:#FF0099;*/	
	display:inline;
	font-weight:normal;
	text-decoration: underline;
}

.c0 a, .c0 a:hover, .c0 a:visited{font-weight:bold;}
.c1 a, c2 a, c3 a{}


/* Conteneur de toutes les fiches*/
.fiches_cont {
	font-size:12px;
	/*color:#003366;*/
}
/* Conteneur pour chaque fiche*/
.f_cont {
	padding-bottom:0px;
	/*padding-left:10px;*/
	padding-right:10px;
	padding-top:10px;
	display:block;
	margin-top:10px;	
	margin-bottom:10px;
	/*background-color:#E8FBFF;*/
	border-bottom-color:#CCCCCC;
	border-bottom-style: dotted;
	border-bottom-width:1px;
	/*border-width:1px;*/
	
}
/* Photo de la fiche */
.f_photo {
	position:relative;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
	/*width:150px;
	background-color: #CCCCCC;*/
	border-color: #CCCCCC;
	border-style:solid;
	border-width:1px;
}

/* Texte de la fiche */
.f_texte {}

/* hr dans le bloc texte pour forcer la hauteur du conteneur*/
.f_texte hr{
clear: both;
visibility: hidden;
}


.f_texte a, .f_texte a:visited{
	/*color:#FF0099;*/
	font-weight:normal;
	text-decoration:none;
}
.f_texte a:hover{
	/*color:#FF0099;*/
	font-weight:normal;
	text-decoration:underline;
}

/* Séparation des fiches par position 
1:boost, 2:annonceur echange, 3:annonceur, 4:inscrit echange, 5 :inscrit, 6:resultats
*/
.f_sepa1, .f_sepa2, .f_sepa3, .f_sepa4, .f_sepa5, .f_sepa6{
	color:#999999;
	font-size:14px;
	font-weight:bold;
	border-top:#999999 solid dotted 1px;
	display:block;
	margin-top:20px;
	margin-bottom:10px;
	padding-top:10px;
}
/*=FIN STYLES ANNUAIRE =*/

/*=STYLES FICHE ANNUAIRE =*/
.fiche_body{background-color:#FFFFFF; margin:0px; font-family: Arial, Helvetica, sans-serif;}
a.fiche_liens:link {color: #0066CC; text-decoration:none;}
a.fiche_liens:visited {color: #0066CC; text-decoration:none;}
a.fiche_liens:hover {background: none; color: #0099CC; text-decoration:none;}
.fiche_conteneur{background-color:#0066CC; width:505px; padding:5px; margin-left:auto; margin-right:auto;}
.fiche_titre{margin-bottom:5px; padding:5px; font-size:14px; color:#FFFFFF; font-size:large; text-align:center}
.fiche_texte{background-color:#FFFFFF; margin-bottom:5px; padding:5px; font-size: small; text-align:center}
.fiche_carte{height:450px; margin-bottom:5px; margin-top:5px; font-size:small}
.fiche_bulle_filet{border-color:#0066CC;}
.fiche_bulle_sstitre{background-color:#0066CC; color:#FFFFFF}
.fiche_motsclef{background-color:#FFFFFF; padding:5px; font-size: x-small}
/*=FIN STYLES FICHE ANNUAIRE =*/