@CHARSET "UTF-8";

#consigne_annuaire  {
	margin-left: 70px;
 	margin-right: 90px;
  	margin-top: 0px;
  	margin-bottom: 10px;
	font-size: 10pt;
	color: #000000;
}
#recherche_map {
	width: 450px;
	margin: 0px auto;
	padding: 0px;
	font-size: 10px;
}
#recherche_map p {
	margin: 3px 10px;
	padding: 0px;
}
#recherche_map p strong {
	font-weight: normal;
	margin: 0px 5px 0px 10px;
}
#recherche_map p input {
	border: 1px solid #73ADD3;
	color: #73ADD3;
}
#recherche_map p span {
	margin: 0px 5px; 
	padding: 3px;
	background-color: #73ADD3;
	color: #FFF;
}
#map_annuaire {
  height: 300px;
  width: 450px;
  margin: auto;
  font-size: 8pt;
  border: 3px solid #FFF;
}
.titre_map {
	margin: 0px 40px 15px 55px;
	padding: 2px 0px 0px 15px;
	font-size: 14px;
	background-image: url("../images/carre-10x10.png");
	background-repeat: no-repeat;
	background-position: top left;
}







div {
  font-size: 8pt;
}

#text {
	color: #52677c;
	font-size: 8pt;
	list-style: url("../images/carre-10x10.png");
}
#text dl {
	float: left;
	width: 120px;
}
#text dt {
	font-size: 10pt;
	color: #000;
	margin: 5px 0px;
	padding: 0px;
	font-weight: bold;
}
#text dd {
	margin: 5px 0px;
	padding: 0px;
}
.home_col1 {
	margin: 15px 0px 20px 60px;
	padding: 0px;
}
.home_col2 {
	margin: 15px 15px 20px 15px;
	padding: 0px 15px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
.home_col3 {
	margin: 15px 10px 20px 0px;
	padding: 0px;
}
/*
#text .important {
	font-size: 10pt;
	color: #000000;
}

#text ul {
  margin-left: 70px;
  margin-right: 90px;
  margin-top: 30px;
  margin-bottom: 40px;
}

#text li {
  margin-bottom: 15px;
}
*/


/* -------------------------------------------------------------------------------- */
/* -------------   BLOC  LISTE STORISTES    ------------------------------------ */
.resultListe {
	width: 300px;
	text-align: right;
	margin: 5px 20px 0px 5px;
	padding: 0px;
}
.adressePC {
	text-align: left;
	margin: 20px 5px 0px 5px;
	padding: 5px;
}
.adressePC dt {
	width: 250px;
	color: #F93;
	font-weight: bold;
	padding: 5px 0px 0px 0px;
	margin: 0px 15px;
	border-top: 1px solid #EDEDED;
}
.adressePC dd {
	margin: 0px;
	padding: 5px 5px 5px 75px;
	background-position: 10px;
	background-repeat: no-repeat;
}
.adressePC dd p {
	margin: 2px;
	padding: 1px;
}
.adressePC dd p a, .adressePC dd p a:visited, .adressePC dd p a:hover {
	color: #333;
	text-decoration: underline;
}
.adresseDPD {
	width: 250px;
	text-align: left;
	margin: 20px 5px 5px 5px;
	padding: 5px;
}
.adresseDPD dt {
	font-weight: bold;
	padding: 5px 0 0 0;
	margin-left: 15px;
	border-top: 1px solid #EDEDED;
	color: #F93;
}
.adresseDPD dd {
	margin: 0px;
	padding: 5px 5px 5px 75px;
	background-position: 10px;
	background-repeat: no-repeat;
	height: 60px;
}
.adresseDPD dd p {
	margin: 2px;
	padding: 1px;
}
.adresseDPD dd p a, .adresseDPD dd p a:visited, .adresseDPD dd p a:hover {
	color: #333;
	text-decoration: underline;
}
.aucunstoriste {
	margin: 10px;
	padding: 5px;
	text-align: center;
}
.aucunstoriste a, .aucunstoriste a:visited, .aucunstoriste a:hover {
	color: #333;
	text-decoration: underline;
}

/* -------------------------------------------------------------------------------- */
/* -------------   FICHE STORISTE    ------------------------------------ */

.storiste-menu {
	background-color: #85b2c9;
  text-align: center;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}
	
.storiste-menu-item {
  font-size: 8pt;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}

.storiste {
  background-color: #b7d3df;
  font-size: 8pt;
  padding: 15px;
  color: #52677c;
}

.lien_retour a {
	color: white;
	padding-left: 15px;
	background: url("../images/fleche-retour.png") no-repeat;
	text-decoration: none;
}