/* Bandeau cookie */
/* ancien pour le bandeau en haut
#bandeau-cookie {
	background-color: #A1ABAF;
	color: #B70000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	z-index: 1000;
	border-bottom: 1px solid #0000FF;
	box-shadow: -5px -5px 70px #333333;
	border-radius: 0 0 35px 35px;
	text-align: center;
}
#bandeau-cookie {
	background-color: #D7DDF2;
	color: #0000FF;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 270px;
	height: 160px;
	z-index: 1000;
	border: 1px solid;
	box-shadow: -5px -5px 100px;
	border-radius: 7px;
	text-align: center;
	padding: 7px;
	font-size: 13px;
}
*/
#bandeau-cookie {
	background-color: #D7DDF2;
	color: #0000FF;
	position: fixed;
	bottom: -1px;
	width: 100%;
	z-index: 9999;
	border-width: 1px 0 0 0;
	border-style: solid;
	box-shadow: -5px -5px 100px;
	padding: 7px;
}

#bandeau-cookie h2 {
	color: #2179B4;
	font-size: 16px;
	margin: 7px auto;
	width: 100%;
	font-weight: bold;
}

#bandeau-cookie a.bandeau-cookie-bouton {
	width: 100px;
	color: #38687E;
	background-color: #CCCCCC;
	display: inline-block;
	border: 1px solid;
	text-decoration: none;
	padding: 3px 2px;
	margin: 8px;
	text-align: center;
	float: right;
}

#bandeau-cookie a.bandeau-cookie-bouton:hover {
	background-color: #B0CDDB;
	border-color: #024F23;
	color: #024F23;
}