body {
	background-image: url(images/fond.jpg);
}
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
}
.Style1 {
	font-size: 18px;
	font-weight: bold;
}
.StyleGreen {
	color: #00FF00;
}
.StyleRed {
	color: #FF0000;
}
.StyleParole {color: #993333}
a:link {
	color: #018BAD;
}
a:visited {
	color: #018BAD;
}
a:active {
	color: #7EE4FE;
}
a:hover {
	color: #02CCFE;
}
input,select,textarea {
	font-family: Courier New, Courier, monospace;
	font-size: 14px;
	color: #000000;
	border: 1px solid #000000;
    background-color : #AEEFFF;
}