/* définition des styles généraux */
body, html {
	background-color:#fff;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
body, td, div, span, p {
	font: 11px/175% verdana;
	color: #666;
}
a {
	color:#333;
	text-decoration:underline;
}	

a:hover {
	color:#999;
	text-decoration:none;
}

img, table {
	border:none;
}

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

#content_table {
	width:900px;
	height:800px;
}
#thumbs_container {
	width:850px;
	height:450px;
	text-align:left;
}
#padding {
	padding:15px;
}

.main_title {
	font-size:20px;
	padding-bottom:10px;
}
.content {
	padding:10px;
	line-height:18px;
}
.year {
	font-weight:bold;
}
.tool {
	color: #ffffff;
	width: 139px;
	z-index: 13000;
}
 
.tip-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #ffffff;
	padding: 8px 8px 4px;
	background: url(../images/bubble.png) top left;
}
 
.tip-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;
}

