/* Fichier style.css */

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

a:link {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none
}
a:visited {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #FF9933;
	font-weight: bold;
	text-decoration: underline
}
a:active {
	color: #FF9933;
	font-weight: bold;
	text-decoration: none
}

TD {
    font-family: Arial, Verdana, Times New Roman, sans-serif;
	font-size: 12px
}

.tdFondSite {
	background-color: #FF9933;
	font-size: 12px;
}

.tdSousTitreSite {
	background-color: #FF9933;
	color: #333333;
	font-size: 14px;
	font-weight: bold
}

.titre1 {
	color: #333333;
	font-size: 18px;
	font-weight: bold
}

.titre2 {
	color: #333333;
	font-size: 13px;
	font-weight: bold
}