/* définition des styles généraux */
body, html {
	border:0;
	margin:0;
	height:100%;
	width:100%;
	background:#ffffff;
}
body, td {
	font-family: verdana;
	font-size: 11px;
	color: #000000;
}
a {
	color:#333333;
	text-decoration:underline;
}	

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

a.active {
	font-weight:bold;
}

img#selection-gallery-img-big {
	left: 0;
	position: absolute;
	top: 0;
}
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 {
	width: 100%;
	height: 100%;
}

#main_table {
	z-index:110;
	position:absolute;
	width: 100%;
	height: 100%;
}
#text_contenu {
	width:100%;
	height: 450px;
}

/* eof définition des styles des tables */
.big_title {
	font-size:16px;
	font-weight:bold
}

.title {
	font-size:13px;
	font-weight:bold
}

.tool-tip {
	color: #ffffff;
	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;
}

#keyfooter {
	z-index:10;
	bottom:0;
	left:0;
	position:fixed;
	_position:absolute;
	height:1px;
	_height:100%;
	width:1px;
	_width:100%;
}