div#message_cookies{
	position:static;
	bottom:0;
	position:fixed;
	background:#15a7e4;
	background: rgba(0, 122, 199, 0.9) none repeat scroll 0 0;
	color:#FFF;
	width:100%;
	text-align: center;
	padding:10px 0;
	font-size:0.7em;
	z-index:1000;
}
div#message_cookies a{
	color:#FFF;
}
div#message_cookies #ok_cookie{
	text-decoration:none;
	background:#262626;
	border-radius:5px;
	padding:6px;
	font-weight:bold;
}
div#message_cookies #ok_cookie:hover{
	background:#f9c40d;
}