@charset "UTF-8";
#gen_alert_boxall {
	position:absolute;
	z-index:10000;
	top:50px;
	left:360px;
	width: 276px;
}
#gen_alert_boxtop {
	height: 18px;
	width: 276px;
	background-image: url(../../images/common/alertehaut.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#gen_alert_box {
	width: 256px;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background-image: url(../../images/common/alertemid.png);
	background-repeat: repeat-y;
	background-position: center;
}

#gen_alert_boxbottom {
	height: 20px;
	width: 276px;
	background-image: url(../../images/common/alertebas.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.attention_pro {
	font-size: 14px;
	color: #0000CC;
}

#gen_alert_box h3 {
	font-size: 14px;
	color: #9127ad;
	padding:10px;
}
#gen_alert_box p {
	padding:10px;
}

#gen_alert_box a {
	color: #fff;
	text-decoration: none;
	background: url(../../images/common/alerte_btn_fermer.jpg) no-repeat center center;
	height: 24px;
	width: 80px;
	padding-top: 9px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	display:block;
	font-weight:bold;
}

/**
* Eléments de validation
*/

/*.warning{
	background-color: #FFFACD;
	padding: 3px 3px 5px 3px;
	margin: 10px 10px 20px 10px;
}*/

.warning img{
	position: relative;
	top: 5px;
}

.warning span{
	text-decoration: underline;
}

.warning p{
	margin: 2px 0;
}

.failure{
    color:red;
}
.success{
    color:green;
}

.error_message{
	display: block;
	margin: 0; /*2px;*/
	color: #fff;
	background: #EF7600;
}

.error_element{
   /* border:1px solid red;
    background: #FBBB91;*/
}
.error_msg{
    color:red;
}

.overlay{
	position: fixed;
	z-index: 9999;
	background-color: #7e7e7e;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

/*#gen_alert_box {
	padding: 3px 3px 5px 3px;
	margin: 10px 10px 20px 10px;
	position:absolute;
	z-index:10000;
	top:250px;
	left:360px;
	width: 300px;
}*/

/*#gen_alert_box h3{
	padding: 0;
	margin: 0;
	color: #fff;
	text-align: center;
}*/

