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


body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
body {
	background-color: #FFFFFF;
}


a:link {
	color: #E213D3;
	text-decoration: none;
	font-size: 24px;
}
a:visited { color: #E213D3; text-decoration: none; }
a:hover { color: #dcdcdc; text-decoration: none; }
a:active {
    color: #E213D3;
    text-decoration: none;
    font-size: 36px;
}


.titre-rouge {
    color: #FF0000;
    font-size: 48px;
}

.texte-rouge {
	color: #FF0000;
}

.texte-bleu {
	color: #0000FF;
}
