/* d&eacute;finition des styles g&eacute;n&eacute;raux */
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background:#edebd8 url(../images/bg.jpg) no-repeat top left;
}
body, td {
	font-family: verdana;
	font-size: 11px;
	color: #636363;
}
table {
	border: none;
}

img {
	border: none;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75); -moz-opacity:0.75; opacity:0.75; -khtml-opacity:0.75;
}


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

a:hover {
	color:#969696;
	text-decoration:none;
}
.webjob {
	z-index:5000; 
	position:fixed;
	_position:absolute; 
	top: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&eacute;finition des styles g&eacute;n&eacute;raux */

/* d&eacute;finition des styles des tables */
#full_height {
	width: 100%;
	height: 100%;
	background:url(../images/bg_final.jpg) no-repeat top left;
}
#maincell {
	background:url(../images/bg_menu.jpg) no-repeat top left;
}
.contenu_table {
	width: 980px;
}
.height100 {
	height:100%;
}
/* eof d&eacute;finition des styles des tables */
.title {
	font-size:13px;
	font-weight:bold
}