body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #004D5F;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #008393;
}
.bg {
	background-image:url(img/fond.jpg);
	background-position:center;
	background-repeat:no-repeat;
}
.bannerbg {
	background-image:url(img/banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
	background-position:top;
}
.iframebg {
	background-image:url(img/boite_bg.jpg);
	background-repeat:no-repeat;
}
.ombre {
	background-image:url(img/ombre.jpg);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}
.titre {
	color: #00758f;
	font-weight:bold;
}
.supertitre {
	color: #00758f;
	text-transform: uppercase;
	font-weight:bold;
}

a:link {
	color: #027A8B;
}
a:visited {
	color: #027A8B;
}
a:hover {
	color: #666666;
	background-color: #c5dfe5;
}
a:active {
	color: #027A8B;
}