div.erreurPage {
	border: 1px solid red ;
	font-weight: bold;
	font-size: 12pt;
	font-style: normal;
	background-image: url(../image/commun/erreur.png);
	background-repeat: no-repeat;
	background-position: right;
	border: 2px solid red;
	background-color: #FFBFBF;
	color: #D8000C;
	padding: 10px;
}

div.erreurPage div.texte {
	text-align: justify;
	border: none;
	width: 450px;
}

div.erreurPage div.texte a,div.erreur div.texte a:visited { color: red; }

div.erreurPage div.texte a:hover { text-decoration: underline; }
