
BODY {
scrollbar-base-color: #9EA8C0;

}

a {text-decoration : underline;}

a:hover {text-decoration : underline overline;}

a.menu:hover {
	text-decoration : underline overline;
}
a.menu {text-decoration : none;}

.bouton {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-top-color:rgb(51,102,255);
	border-right-color:rgb(51,51,255);
	border-bottom-color:rgb(51,51,255);
	border-left-color:rgb(51,102,255);
	border-top-style:outset;
	border-right-style:inset;
	border-bottom-style:inset;
	border-left-style:outset;
}


.dialog {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-color:rgb(51,102,255);
	border-style:solid;
}

.dialogrouge {
	font-family:Arial;
	font-size:10pt;
	color:rgb(51,102,255);
	background-color:white;
	border-width:1px;
	border-color:rgb(255,0,0);
	border-style:solid;
}
