/* définition des styles généraux */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	background:#ffffff url(../images/scotlandfuturebog/title.gif) top left no-repeat;
}
body, td {
	font-family:georgia;
	font-size: 11px;
	color: #999999;
}
img, table {
	border: none;
}

a {
	color:#666666;
	text-decoration:underline;
}

a:hover {
	color:#999999;
	text-decoration:none;
}
#image_out, #image_in {
	cursor:pointer;
}
#add_this {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	right:5px;
}
#add_this a {
	text-decoration:none;
}
#add_this img {
	vertical-align:middle;
}
a:active { outline: none; }
a:focus { -moz-outline-style: none; }
.mbf-item { display:none; }
/* eof définition des styles généraux */

/* définition des styles des tables */
#main_cell {
	padding:130px 0px 0px 0px;
}
/* eof définition des styles des tables */
li { cursor:pointer; }

#keyfooter {
	z-index:145;
	bottom:0;
	left:0;
	position:fixed;
	width:1px;
	height:1px;
}