@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0018C3;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #FFF;
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#page {
	text-align: center;
	top: 10px;
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	padding-top: 10px;
}
#page #contenu {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}

.encadre {
	vertical-align: top;
	border: thick double #0018C3;
	padding-bottom: 0;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0;
}

#logobeton {
	width: 100px;
	margin-right: auto;
	margin-left: auto;
	margin-top: -110px;
	margin-bottom: 50px;
}

#signature {
	position: relative;
	text-align: right;
	font-size: 10px;
}
.texteReduit {
	font-size: 12px;
	text-align: center;
}

.rouge {
	color: #FF043F
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: center;
}

a:link {
	text-decoration: none;
	color: #F80348;
}

a:visited {
	text-decoration: none;
	color: #E2003A;
}


a.a0:link {
	text-decoration: none;
	color: #E2003A;
}

a.a0:visited {
	text-decoration: none;
	color: #E2003A;
}

a.a1:link {
	text-decoration: none;
	color: #0F1A5E;
}

a.a1:visited {
	text-decoration: none;
	color: #0F1A5E;
}


a:hover {
	text-decoration: underline;
}

a.a0:hover {
	text-decoration: underline;
}

a.a1:hover {
	text-decoration: underline;
}

