/* définition des styles généraux */
body, html {
	background-color:#000000;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body, td {
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
}
a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:underline;
}	

a:hover {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
}

img, table {
	border:none;
}

.webjob {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	right:5px;
}
#add_this {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	left: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 */
#fullheight {
	background:#000000 url(../images/bg.jpg) top center no-repeat;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#fullheight_bio {
	background:#000000 url(../images/bg_bio.jpg) top center no-repeat;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#content_table {
	width:990px;
	height:800px;
}
.menu_cell {
	border:1px #999999 solid;
}

.menu_cell:hover {
	border:1px #ffffff solid;
}
.main_title {
	font-size:20px;
	padding-bottom:10px;
}
.content {
	padding:10px;
	line-height:18px;
}
.year {
	font-weight:bold;
	padding-bottom:10px;
}
.tool-tip {
	color: #ffffff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/bubble.png) bottom right;
}

#keyfooter {
	z-index:0;
	top:0;
	left:0;
	position:fixed;
}

