@charset "utf-8";
body {
	background-color : #ecefff;
	margin-top : 5px;
	margin-bottom : 5px;
	margin-left : 5px;
	margin-right : 5px;
	line-height : 5px;
}
A:link {
	color : #395d99;
	text-decoration : none;
}
A:visited {
	color : #3c4152;
	text-decoration : none;
}
A:hover {
	color : #162456;
	text-decoration : none;
}
img {
	border : 0 solid #000000;
	padding : 0;
}
/* Texte */
.texte {
	font-size : 20pt;
	color : #000000;
	font-family : "Segoe UI";
	line-height : 20pt;
	font-weight : bold;
	margin-top : 10px;
	margin-bottom : 10px;
	margin-left : 10px;
	margin-right : 10px;
	text-align : center;
}
.descript {
	font-size : 14pt;
	line-height : 14pt;
	text-align : center;
}
