

/* message d'alerte */

#alertMessage{
	width: 248px;
	padding: 0;
	position: absolute;
	left: 50%;
	margin-left: 235px;
	z-index: 25;
}

#alertMessage .alertMessageBgBottom{
	padding: 3px 5px 10px 5px;
}

#alertMessage ul{
	margin: 5px 0 5px 5px;
}

#alertMessage ul li{
	margin-bottom: 5px;
}

#closeAlert{
	position: absolute;
	height: 16px;
	width: 16px;
	right: 2px;
	top : 3px;
}

#bodyMsg p.alignCenter{
	margin-top: 10px;
}

#alertMessage h2{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 6px 4px 6px;
	padding: 10px 0px 0px 26px;
}

#alertMessage h2{
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	margin: 0px 6px 4px 6px;
	padding: 10px 0px 0px 26px;
}

#alertMessage.good h2{
	padding: 10px 0px 0px 0px;
	background: none;
}

#bodyMsg{
	padding: 10px 6px 0px 6px;
	font-size: 0.85em;
}

#alertMessage{
	border-left: solid 1px #bfbfbf;
	border-right: solid 1px #bfbfbf;
	border-bottom: solid 1px #bfbfbf;
}

#alertMessage #bodyMsg a{
	color: #FFF;
	font-weight: bold;
}

.ask{
	background: #006DE8 url("http://www.ydyle.com/medias/img/design/default/bg_head_alert_ask.gif") no-repeat top right;
}
.ask .alertMessageBgBottom{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_alert_bottom_ask.gif") repeat-x bottom;
}
.ask #closeAlert{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bt_close_error_ask.gif") no-repeat top left;
}
.ask h2{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/icon_ask_alert.gif") no-repeat 0px 3px;
}
.ask #bodyMsg{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_separ_alert_ask.gif") no-repeat top center;
}
.ask h2, .ask #bodyMsg{
	color: #FFF;
}
.ask #bodyMsg label, .ask #bodyMsg strong{
	color: #E8F3FF;
}
.good{
	background: #2AA632 url("http://www.ydyle.com/medias/img/design/default/bg_head_alert_good.gif") no-repeat top right;
}
.good .alertMessageBgBottom{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_alert_bottom_good.gif") repeat-x bottom;
}
.good #closeAlert{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bt_close_error_good.gif") no-repeat top left;
}
.good #bodyMsg{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_separ_alert_good.gif") no-repeat top center;
}
.good h2, .good #bodyMsg{
	color: #FFF;
}
.wrong{
	background: #D41829 url("http://www.ydyle.com/medias/img/design/default/bg_head_alert_wrong.gif") no-repeat top right;
}
.wrong .alertMessageBgBottom{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_alert_bottom_wrong.gif") repeat-x bottom;
}
.wrong #closeAlert{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bt_close_error_wrong.gif") no-repeat top left;
}
.wrong h2{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/icon_error_alert.gif") no-repeat 0px 3px;
}
.wrong #bodyMsg{
	background: transparent url("http://www.ydyle.com/medias/img/design/default/bg_separ_alert_wrong.gif") no-repeat top center;
}
.wrong h2, .wrong #bodyMsg{
	color: #FFF;
}
.wrong #bodyMsg label, .wrong #bodyMsg strong{
	color: #FFC8DF;
}


