/* CSS Document */

.rouge {
	font-family: Times; 
	font-size: 22px; 
	font-weight: bold;
	color: red;
}
.texte {
	font-family: Times; 
	font-size: 18px; 
	font-weight: bold;
	color: black;
}
.texte_rouge {
	font-family: Times; 
	font-size: 18px; 
	font-weight: bold;
	color: red;
}
.petit_blanc {
	font-family: Times; 
	font-size: 16px; 
	color: white;
}
.petit_noir {
	font-family: Times; 
	font-size: 16px; 
	color: black;
}

.a{
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: red;
	text-decoration: underline;
}
a:active {
	color: #333333;
	text-decoration: underline;
}

a.bas{
	color: white;
	text-decoration: none;
}
a.bas:visited {
	color: white;
	text-decoration: none;
}
a.bas:hover {
	color: red;
	text-decoration: underline;
}
a.bas:active {
	color: white;
	text-decoration: none;
}