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

img {
	border: none;
}

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

a:hover {
	color:#666666;
	text-decoration:none;
}
.webjob {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	bottom:5px; 
	right:5px;
}
#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 {
	z-index:1;
	position:absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	background-color:#FFFFFF;
}

#header {
	width:250px;
	background:url(../images/header.jpg) top left no-repeat;
}
#contenu_table {
	width: 931px;
}
#footer {
	background:url(../images/footer.gif) top left no-repeat;
}

/* eof définition des styles des tables */
.title {
	font-size:16px;
	font-weight:bold;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=65); -moz-opacity:0.65; opacity:0.65; -khtml-opacity:0.65;
}

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

