#BandeauInfoCookie{
	font-size:13px;
	color: #fff;
	font-family:Arial,sans-serif;
	text-align: center;
	/*display:block;
	position: fixed;*/
	height: auto;
	width: 100%;
	left: 0px;
	/*bottom: 0px; /* top : 0px, pour mettre le bandeau tout en haut / bottom: 0px; pour mettre le bandeau tout en bas */
	margin: 0px;
	padding: 10px 0;
	background-color: rgb(0, 0, 0);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index:9999;
}
#ConteneurOk{font-size: 12px;color:#fff;margin-left:20px;font-weight:bold;}
#ConteneurOk:hover{font-size: 12px;color:#4285F4;font-weight:bold;}

#LienInfosCookie a{
	color:#fff;
	text-decoration:underline;
	cursor:pointer;
	padding-left:20px;
	white-space:nowrap;
}
