div#maintenance_boutique{
	position:static;
	top:0;
	position:fixed;
	background: rgba(158, 0, 0, 0.9) none repeat scroll 0 0;
	color:#FFF;
	width:calc(100% - 30px);
	text-align: center;
	padding:10px 15px;
	font-size:0.9em;
	line-height:25px;
	z-index:1000;
}
div#maintenance_boutique a{
	color:#FFF;
}
div#maintenance_boutique #ok_maintenance{
	text-decoration:none;
	background:#262626;
	border-radius:5px;
	padding:6px;
	font-weight:bold;
	display:table;
	width:120px;
	max-width:120px;
	text-align:center;
	margin:0 auto !important;
}
div#maintenance_boutique #ok_maintenance:hover{
	background:#f9c40d;
}


div#msg_popup_maintenance_cadre {
	bottom:0;
	width:100%;
	position:fixed;
	z-index:1000;
}

div#msg_popup_maintenance_court {	
	background: rgba(158, 0, 0, 0.9) none repeat scroll 0 0;
	color:#FFF;
	width:100%;
	text-align: center;
	padding:10px 0;
	margin:0 auto;
}

div#msg_popup_maintenance_court_title a {text-decoration:none;background:url(../../img/public/point_interrogation.png) center right no-repeat;padding:5px 35px 5px 0;color:#FFF;height:25px;line-height:25px;}


div#msg_popup_maintenance_complet {	
	background: rgba(158, 0, 0, 0.9) none repeat scroll 0 0;
	color:#FFF;
	width:100%;
	text-align: center;
	padding:0;
}
div#msg_popup_maintenance_txt {
	margin:0 auto;
	padding:10px 0;
	width:90%;	
	font-size:0.9em;
	line-height:25px;
}
div#msg_popup_maintenance_lien {	
	width:100%;	
	background: rgba(158, 0, 0, 0.9) none repeat scroll 0 0;
	padding:0 0 10px 0;
}
div#msg_popup_maintenance_lien a {	
	text-decoration:none;
	background:#262626;
	border-radius:5px;
	padding:6px;
	font-weight:bold;
	display:table;
	color:#FFF;
	width:120px;
	max-width:120px;
	text-align:center;
	margin:0 auto !important;
}
div#msg_popup_maintenance_lien a:hover{
	background:#f9c40d;
}