@charset "utf-8";
/* CSS Document Kutoka's Site Globals*/

/* Fonts */
@font-face {
 font-family: MyriadReg;
 src: url("../f/MyriadWebPro.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyriadBold;
 src: url("../f/MyriadWebPro-Bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: MyriadReg;
 src: url("../f/MyriadWebPro.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: MyriadBold;
 src: url("../f/MyriadWebPro-Bold.ttf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: Garl;
 src: url("../f/GARAL.eot") /* EOT file for IE */
}
@font-face {
 font-family: Garl;
 src: url("../f/GARAL.TTF") /* TTF file for CSS3 browsers */
}


/* Generic formatting */
body{
	margin:0px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	background:#f5f5f5;
	font-family:MyriadReg,Verdana,Arial,sans-serif; font-size:12px; color:#777;/* Default text setting*/
	}

img {border:0;}/* For Firefox */

#headpic p{margin-top:5px;} /* slight adjustment of the "FRANÇAIS" position */

/* Follow tab */
#followTab { 
	z-index:1;
	position: fixed; 
	right: 0; top: 130px; 
	width: 24px; 
	height: 95px; 
	padding: 5px; 
	/*background: url("../imgs/sharebutton.jpg"); */
	overflow: hidden; 
	/* border: 1px solid #fff; */
	/* border-right: none; */
	/* border-radius: 10px 0 0 10px; */
	/* -moz-border-radius: 10px 0 0 10px; */
	/* -webkit-border-radius: 10px 0 0 10px; */
	/* box-shadow: 0 0 .5em rgba(0, 0, 0, .6); */
	/* -moz-box-shadow: 0 0 .6em rgba(0, 0, 0, .6); */
	/* -webkit-box-shadow: 0 0 .6em rgba(0, 0, 0, .6);*/
}

#sharelink { 
	position:relative; 
	display:block;
	top: 0px; 
	left: 0px; 
	width: 40px; 
	height: 112px; 
	z-index:1;
}	

/* New Social tab */
.floater { 
    /*background: #fff;*/
    position: fixed; 
	right: 0; top: 130px; 
    width: 51px; height: 138px;
    /*border: 1px solid #fff;*/
	/*border-right: none; */
	/*border-radius: 5px 0px 0px 5px; */
	/*-moz-border-radius: 5px 0px 0px 5px; */
	/*-webkit-border-radius: 5px 0px 0px 5px; */
	/*box-shadow: 0 0 .3em rgba(0, 0, 0, .4); */
	/*-moz-box-shadow: 0 0 .4em rgba(0, 0, 0, .4); */
	/*-webkit-box-shadow: 0 0 .4em rgba(0, 0, 0, .4);*/
}
      
.floater ul { padding: 0 0 0 2px; margin-top: 10px; list-style-type: none;}
.floater li {margin-top: -6px}

#sharelink2 { 
	background: url("../imgs/b_addtoany_2.png");
	position:relative; 
	display:block;
	top: 0px; 
	left: 0px; 
	width: 48px; 
	height: 48px; 
	z-index:1;
}
