#banniere_cookies {
	padding: 6px;
	border-bottom: 1px solid #f28b06;
	background-color: rgba(53, 43, 38, 0.8);
	color: #fff;
	text-align: center;
	font: 0.8em Trebuchet MS, Arial, sans-serif;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 4;
}
#banniere_cookies a {
	color: #fff;
	text-decoration: underline;
	display: inline-block;
	margin-left: 4px;
}
#banniere_cookies a:hover {
	text-decoration: none;
}
#masque_page {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9998;
	background-color: rgba(53, 43, 38, 0.05);
}
.boutons_choix {
	text-align: center;	
}
.boutons_choix button {
	border: none;
	padding: 0;
	background: transparent;
	text-decoration: underline;
	color: #7b7b7f;
	font: 15px 'Rambla', Helvetica, sans-serif;
	font-weight: normal;
	width: 12%;
	margin: 0 18%;
}
.boutons_choix button:hover {
	text-decoration: none;
}
