/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #ECF5FF;
	margin-top: 0px;
	margin-bottom: 0px;
}
.tableau{
	visibility: hidden;
	display: none;
	height: 0px;
	width: 0px;
	border: 0px solid #006699;
}
#yescontent{
	background-color: #FFFFFF;
	width: 150px;
	border: 1px solid #006699;
	background-position: center;
	visibility: visible;
	width: 0px;
	display: table;
	margin: 10px;
	padding: 10px;
	}
h1 {
	color: #000099;
}

