body {
	background-color: #FFF;
	scrollbar-face-color : #dee6d9;
	scrollbar-highlight-color : #fff;
	scrollbar-3dlight-color : #dee6d9;
	scrollbar-darkshadow-color : #dee6d9;
	scrollbar-shadow-color : #fff;
	scrollbar-arrow-color : #407E65;
	scrollbar-track-color : #dee6d9;
}
* {
	clip : rect();
	font : 9px Tahoma;
	color : #5a6460;
	border : none;
	border-color : black inset;
	text-align : justify;
}
h1 {
	font: 10px tahoma;
                font-weight : 600;
                color : #fff;
}
a {
	font-size : 9px;
	color : #000;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : normal;
	text-decoration : none;
	border : none;
	cursor : crosshair;
}
 a:hover {
	color : #d2691e;
}
p {
	text-indent : 3px;
 }
p>a {       
                color : #d2691e;
}
em {
     font-style : italic;
}
/*
+++++++++++++++++++++++++++++++++++++++
|                                div                                        |
+++++++++++++++++++++++++++++++++++++++
*/
#centrer {
	position : absolute;
	top : 3px;
	left : 0px;
	width : 100%;
	text-align : center;
	z-index : 0;
}
#fond {
	background-image : url(tempete.jpg);
	position : relative;
	width : 871px;
	height : 641px;
                top : 0px;
                left: 10px;
	margin : 0 auto 0 auto;
	z-index : 1;
                overflow : no;
}
#Layer1 {
	position : relative;
	left : 61px;
	top : 57px;
	width : 358px;
	height : 345px;
	direction : rtl;
	text-align : center;
	overflow : auto;
	z-index : 2;
}
#inverse {
	position : relative;
	left : 0;
	top : 0;
	direction : ltr;
	z-index : 3;
	padding-top: 0px;
	padding-left: 10px;
	margin: auto;
}
#menu {
	position : absolute;
	width : 350px;
                height : 30px;
                top: 595px;
	left : 465px;
                bottom : 10px;
	z-index : 5;
}
#menu p {
	margin : 10px;
	text-align : left;
	text-indent : 0;

}
#estat {
	position : absolute;
	left : 0px;
	top : 0px;
	visibility : hidden;
	z-index : 7;
}
/*
+++++++++++++++++++++++++++++++++++++++
|                                classes                                            |
+++++++++++++++++++++++++++++++++++++++
*/
.drag {
	position : relative;
	cursor : hand;
}

