/* CSS Document */

body {
	scrollbar-face-color:#EBEBEB;
	scrollbar-highlight-color:#000000;
	scrollbar-shadow-color:#000000;
	scrollbar-3dlight-color:#EBEBEB;
	scrollbar-arrow-color:#000000;
	scrollbar-track-color:#EBEBEB;
	scrollbar-darkshadow-color:#EBEBEB;
	scrollbar-base-color:#EBEBEB;
}
a.lien:link {color: #000000; text-decoration:none}     /* unvisited link */
a.lien:visited {color: #000000; text-decoration:none}  /* visited link */
a.lien:hover {color: #FFFF00; text-decoration:none}   /* mouse over link */
a.lien:active {color: #FFFF00; text-decoration:none}   /* selected link */ 
.table_principale {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	border: 1px solid #FFFF00;
}
#block_principal {
	text-align: justify;
	width: 100%;
	height: 430px;
}
.overflow {
	overflow: auto;
	overflow-x: hidden;
	width: 100%;
	height: 100%;
} 
