@charset "utf-8";
.petitTexte {
	font-family: "Comic Sans MS", Arial;
	font-size: 9px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a.petitTexte:link {
	font-family: "Comic Sans MS", Arial;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
a.petitTexte:visited {
	font-family: "Comic Sans MS", Arial;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}
a.petitTexte:hover {
	font-family: "Comic Sans MS", Arial;
	font-size: 9px;
	color: #000000;
	text-decoration: underline;
}

td {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.texte {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
.titre {
	font-family: "Comic Sans MS", Arial;
	font-size: 13px;
	color: #000000;
	font-weight: bold;
}
a:link {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a.grand:link {
	font-family: "Comic Sans MS", Arial;
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
	text-align:center;
}

a:visited {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}
a:hover {
	font-family: "Comic Sans MS", Arial;
	font-size: 11px;
	color: #ADADAD;
	font-weight: bold;
	text-decoration: underline;
}
h1 {
	font-family: "Comic Sans MS", Arial;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}

