.conteneur_popup {
    background:#ffffff;
	box-shadow: 0 -1px 5px -1px rgba(0,0,0,0.5);
    margin: 0 auto;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 99999;
	font-family: 'Roboto', sans-serif;
	line-height:15px;
	font-weight: 500;
}
.popup_cookie {
    background:#ffffff;
    color: #37474f;
    font-size: 12px;
    margin: 0;
    min-height: 24px;
    padding:12px 0;
    text-align: left;
    vertical-align: middle;
}
.popup_cookie a {
	color:#cc0033;
}
a.closecookie {
    background: url("../images/fermer-cnil.gif") no-repeat;
	background-size: 18px 17px;
    display: inline-block;
    line-height: 20px;
    width: 18px;
	position:absolute;
	top: 0px;
	right: 20px;
}
@media only screen and (max-width: 40em){
	a.closecookie{
		right:5px;
	}
}