.cookie {
	background-color: #E4E4E4;
}
#messageCookie {
	margin: 0 auto;
	padding: 5px 5px 0;
	text-align: left;
}

/* #messageCookie {
 	background-color: #E4E4E4;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
} */
#messageCookie .texte {
	line-height: 17px;
	color: #444444;
	font-family: verdana;
	font-size: 11px;
}
#messageCookie .boutonClose {
	float: right;
	position: relative;
	bottom: 18px;
	right: 60px;
}
