#cookie-bar {
	background:#E4E4E4; height:54px; line-height:23px; color:#444444; font:11px "lucida grande",tahoma,verdana,sans-serif; text-align:left;
}
#cookie-bar.fixed {
	position:fixed; top:0; left:0; width:100%;
}
#cookie-bar.fixed.bottom {
	bottom:0; top:auto;
}
#cookie-bar p {
	margin:0; padding:5px 5px 0 10px;
}
#cookie-bar a {
	color:#444444; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:3px;
}
#cookie-bar .cb-enable {
	background:url(image/croix_na.png) no-repeat; height:24px; width:24px; position:fixed; top:25px; left:98%;}
#cookie-bar .cb-enable:hover {
	background:url(image/croix_na.png) no-repeat; height:24px; width:24px; position:fixed; top:25px; left:98%;
}
#cookie-bar .cb-disable {
	background:#E4E4E4;
}
#cookie-bar .cb-disable:hover {
	background:#E4E4E4;
}
#cookie-bar  a.cb-policy {
	color:#000000; font:11px "lucida grande",tahoma,verdana,sans-serif; font-weight: bold; display:inline-block; border-radius:3px; text-decoration:none; padding:0 6px; margin-left:0px;
}
#cookie-bar .cb-policy {
	background:#E4E4E4;
}
#cookie-bar .cb-policy:hover {
	background:#E4E4E4;
}