/* Css de widget_cookies_notification */

#barre_cookies {
	position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

#interieur_barre_cookies {
	color: #fff;
    background-color: #333333;
    text-align: center;
    padding: 3px;
    font-size: 12px;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    width: 100%;
}

#barre_cookies table {
	display: inline-block;
}

.btn_ferme_barre_cookies {
	height: 13px;
	width: 13px;
	cursor: pointer;
	background-image: url('../../../widget/widget_cookies_notification/images/cancel.png');
}