/*=============================================================================
	Page de sélection de la catégorie de recherche
=============================================================================*/
ul#cdt_liste_cat, ul#cdt_liste_cat ul {
	list-style: none;
	padding-left: 15px;
  padding-bottom: 5px; 
}

ul#cdt_liste_cat ul {
	display: none;
	list-style: none;
	padding-left: 15px;
}

ul#cdt_liste_cat span {
	padding-left: 20px;
}
	
ul#cdt_liste_cat span.triangle {
	background: url(images/triangle_droite.gif) no-repeat;
}

ul#recherche_liste {
	list-style: none;
        font-size: 1em;			 
        font-family : arial, verdana, serif;
        color: #153192;
}

/*=============================================================================
	Page de présentation des critères 
=============================================================================*/
/*champs principaux critères optionnels*/
div.champ_de_formulaire {
	margin: 10px 0px; 
  font-family : verdana; 
  font-size : 13px; 
  color: #8C0000; 
  font-weight: normal; 
  text-align: left;
}

/*champs principaux motsclefs secteurs nomdecommune*/
div.champ_de_formulaire label {
	display: block; 
  color: #8C0000; 
  font-family : verdana; 
  font-size : 13px; 
  font-weight: bold;
}
/*champs de formulaire larges*/
div.champ_de_formulaire input[type=text], select#partenaires {
	width: 580px; 
  background-color: #F9DA7C;
  font-family: verdana;
  font-size: 12px;
   
} 


/*apparence critères optionnels*/
p#options_trigger {
	background: url(images/triangle_droite.gif) no-repeat 2px 3px;
	padding-left: 20px;
  font-family : verdana;
  font-size : 13px; 
  color: #8C0000; 
  font-weight: bold;
}

/*forme du label "critères optionnels"*/
div#criteres_optionnels label {
	display: inline; 
  font-family: verdana; 
  font-size: 11px; 
  color: #000000; 
  font-weight: normal;
}

/*=============================================================================
	Page de présentation des fiches produit
=============================================================================*/
div#fiche_categorie {
  margin-top: 20px;
  background-color: #FBBE01;
	text-align: center;
  font-size: 1.4em;
  text-transform: uppercase;
  padding-left: 175px;  
	font-family: verdana;
  width: 71%;
}

div#fiche_titre {
	background-color: #F9DA7C;
	color: #ffffff;
	font-size: 1.2em;
	font-family: verdana;
	padding-left: 175px;
	text-align: center;
}

div#fiche_ville {
	background-color: #F9DA7C;
	/*border-bottom: solid #FBBE01 3px;*/
	color: #000000;
	font-size: 14px;
	font-family: verdana;
	font-weight: bolder;
	padding-left: 175px;
	text-align: center;
}

div#fiche_dispos {
	color: #000000;
	padding: 5px;
	text-align: center;
	font-family: verdana;
	font-size: 15px;
	Background-color: #F9DA7C;
	border-bottom:  solid #FBBE01 3px;
}

div#fiche_photos {
	background-color: #ffffff;
	float: left;
	min-height: 100px;
	padding-top: 5px;
	text-align: center;
	width: 160px;
}

div#fiche_photos img {
	width: 150px;
}

div#fiche_adresse {
	background-color: #F9DA7C;
	color: #000000;
	font-size: 10px;
	font-family: verdana;
	float: right;
	padding: 5px;
	max-width: 140px;
	text-align:left;
}

div#fiche_commentaires {
	margin-left: 160px;
	font-family: verdana;
	font-size: 13px;
	
}

div#fiche_criteres {
	margin-left: 160px;
	font-family: verdana;
	font-size: 13px;
}

div#fiche_criteres p.titre_critere {
	background-color: #FBBE01;
	font-size: 14px
}

div#fiche_criteres span.modalite_valeur {
	display: inline;
	float: right;
}



/* erics: pour le texte du cdt17 */
.article_text {
        color: #507f8f;
}

p#titre_produit {
	margin-left: 10px;
}

/*div#fiche_adresse {
	margin-left: 10px;*/
}


/* ----------------------------
 *  liste avec les vignettes
 *  erics: juin 2008
 *  --------------------------- */

.tab_liste_result {  
   }

.tab_liste_detail {
  width:297px;
  background-color:#F9DA7C;
  border: solid #FBBE01 1px;
  height: 210px;

}

.tab_liste_detail .titre{
  color: #8C0000;
  font-weight: bold;
  font-size: 11px;
}

.tab_liste_detail .commune{
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}

.tab_liste_detail .coord {
  color: #0000ff;
}

.tab_liste_detail .ensavoirplus {
margin: 10px;
text-align: left;
float: right;
 }

