/* CSS Document */
body {
	padding:0px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif
	}
h1, h2, h3, p {
	font-weight:normal;
	line-height:normal;
	margin-top: 0px;
	margin-bottom: 0px;
}
ul {
	list-style:inside;
	text-indent:0px;
	margin-bottom: 0px;
} 
li {
	list-style:inside;
	text-indent:0px;
	margin-bottom: 0px;
}
a:link, a:active, a:visited, a:hover {
	text-decoration:none;
	}
.fondrouge {
	background-color:#e2001a;
}
.fondbleu {
	background-color:#003382;
}
.jaune {
	color:#ffec00;
}
.bleu {
	color:#003382;
}
.rouge {
	color:#e2001a;
}
.blanc {
	color:#ffffff;
}
.vert {
	color:#45a12b;
}
.noir {
	color:#000;
}

.comic {
	font-family:"Comic Sans MS", Arial, sans-serif;
}
.credits {
	text-align:center;
	font-size:12px;
	color:#000;
	font-family:"Times New Roman", Times, serif;
}

