/*************************************
 Concernant les messages d'information
 *************************************/
 
 div.message{
	margin: 1em auto;
	display: block;
	width: 90%;
	border: 1px solid #FFFFFF;
	padding: 0.5em;
	background-color: infobackground;
 }
 
div.message ul {
	list-style-position: inside;
	} 
 
div#msg_succes{
	border-color: green;
	}

div#msg_succes ul{
	list-style-image: url(../images/bullet_succes.png);
	}

div#msg_avertissement{
	border-color: orange;
	}

div#msg_avertissement ul{
	list-style-image: url(../images/bullet_avertissement.png);
	}

div#msg_erreur{
	border-color: red;
	}

div#msg_erreur ul{
	list-style-image: url(../images/bullet_erreur.png);
	}