img {
  border: none;
}
.textemp  { 
	color: #000000; 
	font-size: 12px; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	text-decoration: none; 
}
.textemp a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textemp a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}
.textemp a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
.ligne_dot {
  border-bottom: dotted #CCC 1px;
  padding-top: 10px;
}
.bloc_simple {
  border-bottom: dotted #CCC 1px;
} 

.bloc_dot {
  border-top: dotted #CCC 1px;
  border-bottom: dotted #CCC 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}


