/* Fichier style.css */

body {
    font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 10px;
    color:#FFFFFF
}

a:link {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline
}
a:active {
	color: #FFFFFF;
	text-decoration: none
}

A.fiche:link {
	color: #000066;
	text-decoration: underline
}

A.fiche:visited {
	color: #000066;
	text-decoration: underline
}

A.fiche:hover {
	color: #000066;
	text-decoration: underline
}

A.fiche:active {
	color: #000066;
	text-decoration: underline
}


TD {
    font-family: Arial, Verdana, Times New Roman, sans-serif;
    color:#FFFFFF
}

.tdnoir {
	color: #000066;
	font-size: 14px;
}

.titre {
	color: #000066;
	font-size: 16px;
}

.tarifs {
	background-color:#FFFFFF;
	color: #000066;
	font-size: 12px;
}

.avertissement {
	background-color:#FFFFFF;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 5
}