@charset "utf-8";
/* CSS Document */

#ctn_popmtions{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	background: url('img/fondnoir_popup.png') repeat;
	z-index:5;
	cursor: pointer;
	display:none;
}

#ctn_popmtions #blc_popmtions{
 	display: block;
    float: left;
    width: 100%;
    z-index: 4;
}

#ctn_popmtions #blc_popmtions #text_mtions{
	width:100%;
	height:auto;
	color:#FFFFFF;
	padding:10px;
	box-sizing:border-box;
	text-align:center;
	font-size: 16px; /*ORI 12px*/
}

#ctn_popmtions #blc_popmtions a{
	margin-left:5px;
	color:#FFFFFF;
	text-decoration:none;
}

#ctn_popmtions #blc_popmtions #btn_mentions{
    background: #fff none repeat scroll 0 0;
    color: #333333;
    display: inline-table;
    padding: 8px 15px;
	margin-left:10px;
}

#ctn_popmtions #blc_popmtions #btn_mentions:hover{
	color:#FFFFFF;
	background:#333333;
}