/* CNIL / COOKIES */
#cookieChoiceInfo{
	display: block;
	color: rgb(255, 255, 255);
	left: 0px;
	margin: 0px;
	padding: 10px 0px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	z-index: 20000;
	background: rgb(225, 225, 225) none repeat scroll 0px 0px;
	font-family: Arial;
}

#cookieChoiceInfo .cookie-choices-text{
	display: inline-block;
	margin: 10px 20px;
	text-align: left;
	vertical-align: middle;
	/*color: rgb(76, 76, 76);*/
	/*font: 15px/20px &quot;gothamnarrow-medium&quot;,Arial,Helvetica,sans-serif;*/
	font-size: 15px;
	line-height: 20px;
	color: #222;
	font-family: gothamnarrow-medium,Arial,Helvetica,sans-serif;
}

#cookie-message{
	display: block;
	left: 0px;
	margin: 0px;
	padding: 12px 0px;
	position: fixed;
	text-align: center;
	top: 0px;
	width: 100%;
	background: rgb(225, 225, 225) none repeat scroll 0px 0px;
	font-size: 15px;
	line-height: 20px;
	color: #222;
	font-family: gothamnarrow-medium,Arial,Helvetica,sans-serif;
}

#cookieChoiceInfo .cookie-choices-buttons A{
	display: inline-block;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	padding: 5px;
	margin: 5px;
}

#cookieChoiceInfo .btn-accepter{
	background-color: rgb(223, 90, 37);
	color: rgb(255, 255, 255);
}


#cookieChoiceInfo .btn-refuser{
	color: rgb(76, 76, 76);
	background-color: rgb(255, 255, 255);
}