/* CSS Document */

#apDiv_zone_cookies{
	position:fixed;
	width:100%;
	left: 0px;
	bottom: 0px;
	z-index:1050;
	
}

#apDiv_fond_cookies{
	height:250px;
	width:100%;
	background-color: #000;
	-moz-opacity:0.65;
	-khtml-opacity:0.65;
	-ms-filter:"alpha(opacity=65)";
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
	filter:alpha(opacity=65);
	opacity:0.65;
	zoom: 1;/* HACK POUR IE */

}


#apDiv_text_cookies{
	position:absolute;
	top:45px;
	color:#FFF;
	height:200px;
	width:100%;
	text-align:center;
	font-style:normal;
	font-size:16px;
	font-weight:bold;
	
}

#apDiv_text_cookies a {
	font-size:16px;
	font-weight:bold;
	color:#FFF;
}

#bouton_ok button {
	margin-top:15px;
   background: #00a5ff;
    border: 1px solid #00a5ff;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    padding: 1px 0 1px 0;
    text-align: center;
    text-transform: uppercase;
    width: 90px;
}

#bouton_fermer {
	position: absolute;
	top:4px;
	right:2px;
	width:30px;
	height:30px;
	}
