html {
	height:100%;
	margin:0;
	SCROLLBAR-FACE-COLOR: #eddae0; SCROLLBAR-HIGHLIGHT-COLOR: #C7CACF; SCROLLBAR-SHADOW-COLOR: #fce295; SCROLLBAR-3DLIGHT-COLOR: #fce295; SCROLLBAR-ARROW-COLOR: #CDAE32; SCROLLBAR-TRACK-COLOR: #EAE9E7; SCROLLBAR-DARKSHADOW-COLOR: #000000;
	width:100%;
  	padding: 1em;
	overflow: hidden;
}
	/* overflow:-moz-scrollbars-horizontal; overflow-y: auto; */

body {
	height:100%;
	width:100%;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
  	padding:0;
	color:#000000;
	background: url('../../images/cubes.jpg') fixed  bottom left ;
	font: 14px/1.3 verdana, arial, helvetica, sans-serif;
	text-align: justify;
	SCROLLBAR-FACE-COLOR: #eddae0; SCROLLBAR-HIGHLIGHT-COLOR: #C7CACF; SCROLLBAR-SHADOW-COLOR: #fce295; SCROLLBAR-3DLIGHT-COLOR: #fce295; SCROLLBAR-ARROW-COLOR: #CDAE32; SCROLLBAR-TRACK-COLOR: #EAE9E7; SCROLLBAR-DARKSHADOW-COLOR: #000000;
}

	/*	background: url('../../images/bg_fond_99_100.jpg') fixed; */
	/*	marges negatives retardent scroll-h */
	/*	marges negatives compensees par margin dans html */

.plan {
	position:absolute;
	left: 50%;
	top: 50%;
	height: 420px;
	width: 720px;	
	margin-top: -210px;
	margin-left: -365px;
	color: #333333;
	font-weight: bold;
	padding: 0px;
	text-align: left;
	border: 6px solid #C9C9AD;
}
	/* margin-top: -303px; / moitié de la hauteur */
	/* margin-left: -380px; / moitié de la largeur */
	
#formulaire {background-color:transparent;} 
	
/* Mootools Tool TIP */

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 500;
}
 
.tool-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(../../img/bubble_top2vert.png) top left;
}
 
.tool-text {
	font-size: 10px;
	text-align:justify;
	padding: 4px 8px 8px;
	background: url(../../img/bubble_bottom2vert.png) bottom right;
}

.tool-text strong {
	font-size: 10px;
	color: #FFFF00;
	font-weight: normal;
}

.tool-title b{
	font-weight: bold;
	font-size: 10px;
	color: #FFFF00;
}

.custom-tip {
	color: #fff;
	width: 139px;
	z-index: 500;
}

.custom-title {
	font-weight: bold;
	font-size: 10px;
	margin: 0;
	color: #9FD4FF;
	padding: 4px 8px 4px;
	background: url(../../img/bubble_toprune.png) top left;
}

.custom-text {
	font-size: 10px;
	line-height: 150%;
	text-align:justify;
	padding: 4px 4px 8px;
	background: url(../../img/bubble_bottom2.png) bottom right;
}

.custom-text strong {
	font-size: 10px;
	color: #FFFF00;
	font-weight: normal;
}

.custom-title b{
	font-weight: bold;
	font-size: 10px;
	color: #FFCC00;
}
