/* button styles */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-decoration: none;
}
.Style2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #0000FF;
}
.Style5 {font-size: large}


.Style10 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
}

.Style12 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #0000FF;
}

.tableau {
	width: 100%;
	min-height:300;
	bottom:0%;
	top:0;
}


.button, .button_bk{
display: block;
background-color: #0000ff;
background-image:   none;
background-repeat: no-repeat;
width: 86px;
margin: 0 auto;
padding: 2px;
text-align: center;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: xx-small;
font-weight: none;
text-decoration: none;
}
.button:link, .button:visited {
background-color: #0033FF;
color: #FFFFFF;
}
.button:hover, .button:active {
background-color: #99CCFF;
color: #0000FF;
}
.button_bk:hover, .button_bk:active, .button_bk:link, .button_bk:visited {
background-color: #c0c0c0;
color: #8f8f8b;
cursor: default;
}
