body {
	background: url(ressources/back_iframe.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #00004E;
	font-family: Times New Roman, Georgia, Palatino Linotype;
	color: #FFFFFF;
	margin: 0;
}
.small {
	font-size: 10px;
}
.normal {
	font-size: 14px;
}
.titre {
	color:AFE83B;
	font-size: 16px;
	font-weight: bold;
}
.gtitre {
	font-size: 24px;
	font-weight: bold;
}
.cadre {
	border-left: solid 1px #FFFFFF;
	border-right: solid 1px #FFFFFF;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #AFE83B;
	text-decoration: underline;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}