/* Alert Windows */

.alert_window{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	bottom:20px;
	display:none;
	overflow:visible;
	padding:17px;
	position:fixed;
	right:20px;
	width:300px;
	background: url('/media/Fichiers/mmafr/Images/Alerte/transparent_black_bg3265b16f-52d9-465a-b334-c4478a4732a5.png');
	z-index: 10;
}

.alert_window_inner{
	background-color: #ffffff;
	border:3px solid #999999;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	padding:6px 16px;
	position:relative;
	width: 260px;
}

.alert_window_inner h3{
	margin:0;
}


.alert_window_inner h4{
	color:#CC0000;
	font-size: 15px;
	font-weight: bold;
	line-height:1em;
	margin: 0 0 0.6em 0;
}

.alert_window_inner p{
	margin: 0 0 0.6em;
}

.alert_window_inner p.link_text {
	background: transparent url('/media/Fichiers/mmafr/Images/Alerte/alert_arrow144feed1-cb4d-40cb-a6cf-67d0dc8777ba.png') no-repeat right top;
	clear:both;
	color:#CC0000;
	float:left;
	font-size: 11px;
	font-weight: normal;
	margin:0.2em 0 0 0;
	padding: 2px 24px 2px 0;
	position:static;
}

.alert_window_inner p.link_text a {
	color:#CC0000;
	text-decoration: none;
}

.close_button{
	cursor:pointer;
	position:absolute;
	right:-40px;
	top:-30px;
}

#alertHome h3.reduced {
	cursor: pointer;
}

#alertHome h3 {
	height: 45px;
	
	background-image: url('/media/Fichiers/mmafr/Images/Alerte/alert_icon10efe88d-4e9a-420b-97c4-c14177868f42.png');
	background-repeat: no-repeat;
	
	padding: 15px 0 0 55px;
	font-size: 15px;	
	font-weight: bold;
	font-family: Arial;
}

.doNotShowAlert {
	display: none;
}
