body{
scrollbar-face-color: #CCCCCC; 
scrollbar-shadow-color: #999999;
scrollbar-highlight-color: #FFFFFF;
scrollbar-3dlight-color: #999999; 
scrollbar-darkshadow-color: #000000; 
scrollbar-track-color: #EEEEEE; 
scrollbar-arrow-color: #000000;
}

.masterContainerTop  {
	width : 100%;
	height : 100%;
	/* 		Alignement CENTRE		-->		text-align : center;		*/
	/* 		Alignement GAUCHE		-->		text-align : left;		*/
	text-align : center;
}

.masterContainerBody  {
	width : 100%;
	height : 100%;
	/* 		Alignement CENTRE		-->		text-align : center;		*/
	/* 		Alignement GAUCHE		-->		text-align : left;		*/
	text-align : center;
}

.masterTop  {
	/*		Table optimisée 800 x 600		-->		width : 786px;		*/
	/*		Table LIBRE		-->		width : 100%;		*/
	width : 786px;
	height : 100%;
}

.masterBody  {
	/*		Table optimisée 800 x 600		-->		width : 779px;		*/
	/*		Table LIBRE		-->		width : 100%;		*/
	width : 779px;
	height : 100%;
}

.init  {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size : 10px;
	color : #000000;
}

.h100{
	height : 100%;
}

.w100{
	width : 100%;
}

.hand{
	cursor : hand;
}