/* $VERSION: messages.css 4.14.006.1.2025.04.14.15.15	 */
/*Les messages contextuels affiches dans le portail*/


/*Formulaires*/

/*Erreurs sur les champs*/

ul.error_list{
    padding:0;
    background:#fef4f5 url("/images/icones/ico_erreur.gif") no-repeat 0.3em 0.2em;
    border:1px solid #cc3333;
    border-bottom:none;
    position:relative;
    bottom:4px;
    margin:0.5em 0 0 0.5em;
    max-width:30em;
    margin-bottom: 5px;
}

ul.error_list.global{
    margin-bottom:2em;
    bottom:0;
    border:1px solid #cc3333;
    background-color:#fdedef;
    font-weight:bold;
}

ul.error_list.global li{
    bottom:0;
    margin-top:0;
}

form ul.error_list li{
	clear:left;
	display:block;
	list-style-type:none;
	padding:0 1em .8em 2em;
	position:relative;
	bottom:-14px;
	margin-top:-12px;
}

.sf_admin_form form ul.error_list li{
   bottom: 0px;
   margin-top: 0px;
}

ul.error_list li.dernier{
    padding-bottom:17px;
    background: url(/images/fd_message_bas.png) no-repeat right bottom;
}