body {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
}
table.main-fr {
	background-image:  url(images/fond-fr.jpg);
	border: thin groove;
	width: 750px;
	height:	500px;
}
table.main-en {
	background-image:  url(images/fond-en.jpg);
	border: thin groove;
	width: 750px;
	height:	500px;
}
table.main-de {
	background-image:  url(images/fond-de.jpg);
	border: thin groove;
	width: 750px;
	height:	500px;
}
.texte-clair {
	color: #FFFFFF;
}
.texte-fonce {
	color: #333366;
	padding-top: 5px;
	padding-left: 5px;
}
.texte-fonce-de {
	color: #333366;
	font-size: 12px;
	padding-top: 0px;
	padding-left: 5px;
}

a {
	font-weight:bold;
	text-decoration:underline blink;
	color: #333366;
}

