body {

	scrollbar-face-color : #FFF;
	scrollbar-highlight-color : #FFF;
	scrollbar-3dlight-color : #FFF;
	scrollbar-darkshadow-color : #FFF;
	scrollbar-shadow-color : #FFF;
	scrollbar-arrow-color : #575757;
	scrollbar-track-color : #FFF;
	background-color: #FFF;
}
* {
	background-color : transparent;
	clip : rect();
	font : 9px Tahoma;
	color : #2C2C2C;
	border : none;
	border-color : black inset;
	text-align : justify;
}
h1 {
	font-weight : 600;
}
a {
	font-size : 9px;
	color : #171717;
	font-family : Tahoma, Verdana, Arial, sans-serif;
	font-weight : normal;
	text-decoration : none;
	border : none;
	cursor : crosshair;
}
 a:hover {
	color : #fff;
}
p {
	text-indent : 3px;
}
em {
             font-style : italic;
}
h2 {
	font-weight : 400;
}
/*
+++++++++++++++++++++++++++++++++++++++
|                                div                                                    |
+++++++++++++++++++++++++++++++++++++++
*/
#centrer {
	position : absolute;
	top : 3px;
	left : 0px;
	width : 100%;
	text-align : center;
	z-index : 0;
}
#fond {
	background-image :  url(novembredef.jpg);
	position : relative;
	width : 766px;
	height : 556px;
              top : 10px;
	margin : 0 auto 0 auto;
	z-index : 1;
}
#Layer1 {
	position : absolute;
	left : 450px;
	top : 284px;
	width :305px;
	height :260px;
	direction : ltr;
	text-align : center;
	overflow : auto;
	z-index : 2;
}
#inverse {
	position : relative;
	left : 0;
	top : 0;
	direction : ltr;
	padding-left : 0px;
	z-index : 3;
	padding-top: 10px;
	padding-right: 5px;
              padding-left: 5px;
	margin: auto;
}
#menu {
	position : absolute;
              width : 500px;
	left : 5px;
	top : 460px;
	z-index : 5;
}
#menu p {
	margin : 10px;
	text-align : left;
	text-indent : 0;
}
#mois {
	position : absolute;
	left : 760px;
	top : 410px;
	z-index : 6;
}
#estat {
	position : absolute;
	left : 0px;
	top : 0px;
	visibility : hidden;
	z-index : 7;
}
/*
+++++++++++++++++++++++++++++++++++++++
|                                classes                                            |
+++++++++++++++++++++++++++++++++++++++
*/
.drag {
	position : relative;
	cursor : hand;
}

