	html,
	body {
		scrollbar-face-color: #121212;
		scrollbar-highlight-color: #ffffff;
		scrollbar-3dlight-color: #736D67;
		scrollbar-darkshadow-color: #736D67;
		scrollbar-shadow-color: #736D67;
		scrollbar-arrow-color: #A69D95;
		background-color: #0a0809;
		margin:0;
		padding:0;
		height:100%;
	}
	
	#container {
			min-height:100%;
			position:relative;
			height:550px;
		
	}
	
	#bg {
		background: url('../img/bg.jpg') repeat-x;
		background-position: 0% 0%;

		
	}
	

	#body {
		padding:0px;

		padding-bottom:60px;	/* Height of the footer */

	}
	#footer {
		position:absolute;
		bottom:0;
		width:100%;
		height:50px;			/* Height of the footer */

	}
	/* other non-essential CSS */

	#footer p {
		margin:0;
		padding:0px;
	}




/*---------- bubble tooltip -----------*/
a.tooltip em {
    display:none;
}
a.tooltip:hover {
    border: 0px none; 
    position: relative; 
    z-index: 500; 
    text-decoration:none
}
a.tooltip:hover em {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 400;
    display: block; 
    position: absolute; 
    top: 10px; 
    left: 50px; 
    padding: 5px; 
    color: #ffffff; 
    border: 1px solid #393c3a; 
    background: #0a0809; 
    width:170px;
}
a.tooltip:hover em span {
    position: absolute; 
    top: -7px; 
    left: 15px;
    height: 7px; 
    width: 11px; 
    background: url('../img/infobulletop.gif'); 
    margin:0; 
    padding: 0; 
    border: 0px none;
}

/*---------- texte -----------*/

 .small_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #a1b3a7;
	text-decoration : none;
}

.slinks_white {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #a1b3a7;
	text-decoration : underline;
}
 .slinks_white:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	color: #a1b3a7;
	text-decoration : none;
}