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

body,td,th {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #ffffff;
}
body {
    background-color: #D529C7;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
}


a:link {
	color: #0000ff;
	text-decoration: none;
	font-size: 28px;
}
a:visited {
	color: #0000ff;
	text-decoration: none;
}
a:hover {
	color: #7482F6;
	text-decoration: none;
}
a:active {
    color: #F10923;
    text-decoration: none;
    font-size: 24px;
}

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

.texte-rouge {
	color: #FF0000;
}

.texte-bleu {
	color: #0000FF;
}
.titre-blanc {
	font-size: 36px;
}
