body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #113B83;
}
*{
	font-size: 12px;
}
.cote{
	background-image: url("cote.jpg");
	background-repeat: no-repeat;
}
.main{
	background-image: url("fond.jpg");
	background-repeat: repeat-x;
	vertical-align: top;
}
.titre{
	font-size: 24px;
	text-align: right;
	font-style: italic;
	vertical-align: bottom;
	border-bottom: solid White 1px;
}
.fronton {
	position: absolute;
	top: 75px;
	left: 0px;
}
.choix {
	position: absolute;
	top: 154px;
	left: 35px;
	font-size: 12pt;
}
a {
	color: #183C5E;
	font-weight: bold;
	text-decoration: none;
	font-size: inherit;
}
.legal {
	position: absolute;
	top: 450px;
	font-size: 8pt;
 	left: 380px;
}
a.leg {
	color: White;
}