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

@font-face {
    font-family: 'arialregular';
    src: url('arial-webfont.eot');
    src: url('arial-webfont.eot?#iefix') format('embedded-opentype'),
         url('arial-webfont.woff2') format('woff2'),
         url('arial-webfont.woff') format('woff'),
         url('arial-webfont.ttf') format('truetype'),
         url('arial-webfont.svg#arialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'arialbold';
    src: url('arialbd-webfont.eot');
    src: url('arialbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('arialbd-webfont.woff2') format('woff2'),
         url('arialbd-webfont.woff') format('woff'),
         url('arialbd-webfont.ttf') format('truetype'),
         url('arialbd-webfont.svg#arialbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

#blc_signature{
  	background-color: #1d1d1b;
    float: left;
    width: 100%;
}

#blc_signature #centre_bks{
   	box-sizing: border-box;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    padding-bottom: 10px;
    padding-top: 20px;
    position: relative;
}

#blc_signature #centre_bks #logo_bks{
	background: rgba(0, 0, 0, 0) url("../img/logo_bks.jpg") no-repeat scroll center center / 100% auto;
    display: block;
    float: left;
    height: 73px;
    margin-left: 25px;
    position: absolute;
    width: 50px;
}

#blc_signature #centre_bks #grp_bks{
 	box-sizing: border-box;
    display: block;
    float: left;
    margin-top: 5px;
    padding-bottom: 15px;
    padding-left: 85px;
    padding-right: 25px;
    position: relative;
    width: auto;
}
#blc_signature #centre_bks #grp_bks #lien_bks{
	color: #afafaf;
    display: block;
    float: left;
    font-family: "arial";
    font-size: 11px;
    letter-spacing: 3px;
    line-height: 10px;
    margin-top: 5px;
    padding: 2px 4px;
    text-decoration: none;
    text-transform: uppercase;
}
#blc_signature #centre_bks #grp_bks #lien_bks:hover{
	background-color:#FFFFFF;
	color:#000000;
}

#blc_signature #centre_bks #grp_bks #slog_bks{
	font-family: 'arialbold';
	letter-spacing:3px;
	text-transform: uppercase;
	float:left;
	display:block;
	width:auto; 
	color:#AFAFAF;
	font-size:11px;
	margin-left:4px;
}