/************************************/
/* le popup d'information (overDiv) */
/************************************/
#overDiv ul {
	margin-left : 0px;
	padding-left : 15px;
}
#overDiv li {
	margin-left : 0px;
	padding-left : 0px;
}
.minipopupfond {
  background-color : #666;
}
.minipopup {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : #666;
  background-color : white;
  text-align : left;
  font-size : 12px;
}
.minipopuptitre {
  font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color : white;
  font-weight : bold;
  font-size : 12px;
}
.minipopupclose {
	color : white;
}
.minipopupclose:hover {
	color : white;
  text-decoration : none;
  font-weight : bold;
}
/************************************/
