html {
    font-family: Arial, Helvetica, sans-serif;
}

a:link {
    color: white;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a:visited {
    color: #79a9a9;
    text-decoration: none;
    font-weight: normal;
    font-style: italic;
}
a:hover {
    color: #79a9a9;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}
a:active {
    color: #FF0000;
    text-decoration: none;
    font-weight: normal;
    font-style: normal;
}

.petit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
}

.titre {
	font-size: 2em;
	color: #008080;
	font-weight: bold;
}

.Title {
	font-size: 1.6em;
	color: #008080;
	font-weight: bold;
}

.soustitrebav {
color: #008080;
font-size: 1.4em;
font-weight: bold;
}

