#tc_cnil_popup{
	background-color: rgba(34, 130, 192, 0.7);
	color: #fff;
	font-size:12px;
	font-family: "arial";
	padding:5px;
	position:fixed;
	z-index:1000000;
	width:100%;
	//border-color:currentColor;
	//border-width: 1px;
	//border-style: solid;
	padding-right: 20px;
	display:none;
}

#tc_cnil_popup a{
	color: #fff !important;
	font-weight:600;
}
#tc_cnil_popup a:hover{
	color: #4b4b4b !important;
}

#tc_cnil_popup.t {
	top:0;
	border:none;
	//border-bottom:solid 1px;
}

#tc_cnil_popup.b {
	bottom:0;
	border:none;
	//border-top:solid 1px;
}

#tc_cnil_popup.br,#tc_cnil_popup.bl {
	bottom:38px;
	width:300px;
	right:0px;
	border-radius: 3px;
}

#tc_cnil_popup.bl {
	left:10px;
}

#tc_cnil_popup-close {
    position: absolute;
    right: 5px;
    top: 2px;  
    cursor:pointer;
}

#tc_cnil_popup.t #tc_cnil_popup-close, #tc_cnil_popup.b #tc_cnil_popup-close {
	top:6px;
}