/* définition des styles généraux */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background:#f7f7e9;
}
body, td {
	font-family: tahoma;
	font-size: 11px;
	color: #666666;
}
img, table {
	border: none;
}

a {
	color:#636363;
	font-weight:bold;
}

a:hover {
	color:#6c6c6c;
	font-weight:bold;
}

.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:#f7f7e9 url(../images/bg.jpg) top center repeat-y;
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

#menu {
	width:865px;
	height:846px;
}

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

.tool-tip {
	color: #666666;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	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;
}