/* définition des styles généraux */
body, html {
	background-color:#ebe0d3;
	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 {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background:#ebe0d3 url(../images/bg.jpg) top center repeat;
}
#main_cell {
	background:url(../images/index.jpg) top center no-repeat;
}

#main_cell_bio {
	background:url(../images/bio.jpg) top center no-repeat;
}
.main_title {
	font-size:20px;
	padding-bottom:10px;
}
.content {
	padding:10px;
}
.year {
	font-weight:bold;
	padding-bottom:10px;
}
#keyfooter {
	z-index:0;
	top:0;
	left:0;
	position:fixed;
}