@charset "utf-8";
/* CSS Document */

html, body {
 margin: 0;
 padding: 0;
 }
body {
	background-color: #FFFFFF;
}
body,td,th {
	padding:0px;
	font-family: Century Gothic;
	color: #FFFFFF;
	font-size: 14px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: underline;
	color: #FFFFFF;
}
.titre-blanc {
	font-family: Century Gothic;
	color: #FFFFFF;
	font-size: 30px;
}
.texte-blanc {
	font-family: Century Gothic;
	color: #FFFFFF;
	font-size: 20px;
}
.texte-blanc-2 {
	font-family: Century Gothic;
	color: #FFFFFF;
	font-size: 16px;
}
.texte-noir {
	font-family: Century Gothic;
	color: #000000;
	font-size: 12px;
}
.bleu {
	color: #53acc8;
}
ul{
	margin:0;
	padding:0;
}





