/* CSS Document */

body {
	background-color: #FFFF00;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
a {
	font-size: 10px;
	color: #666666;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}


a:hover {
	text-decoration: none;
	color: #009EE9;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.table1 {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;

}

.monConteneur{
	width: 70%;
	height: 70%;
	text-align: center;
	vertical-align: middle;
}
.monConteneurTable {
	border: thin dashed #009EE9;
	height: 70%;
	width: 70%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tdCentre {
	font-size: 12px;
	font-weight: lighter;
	text-transform: none;
	color: #FFFFFF;
	background-color: #333333;
	text-align: center;
	width: 301px;
}
.TXTbleu {
	color: #009EE9;
}

