td {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #000000;
}
.titre {
    font-family : "Times New Roman", Times, serif;
    font-size : 2em;
    font-weight : bold;
    font-style : italic;
    color : #9F0000;
}
.bas {
	font-size : 0.9em;
	color : #000000;
}
a {
	color : #000000;
	text-decoration : none;
}
a:hover{
	color : #FF0000;
	text-decoration : none;
}
hr {
	color : #DD9887;
	height : 1px;
}
li {
    list-style-image : url(img/puce.gif);
}
input {
	font-family:arial;
	font-size:0.9em;
	border : 1px solid #9F0000;
}
select {
	font-family:arial;
	font-size:0.9em;
	border : 1px solid #9F0000;
}
textarea {
	font-family:arial;
	font-size:0.9em;
	border : 1px solid #9F0000;
}
body
{
	SCROLLBAR-FACE-COLOR: #9F0000;
	SCROLLBAR-HIGHLIGHT-COLOR: #9F0000;
	SCROLLBAR-3DLIGHT-COLOR: #FFFFFF;
	SCROLLBAR-SHADOW-COLOR: #FFFFFF;
	SCROLLBAR-ARROW-COLOR: #FFFFFF;
	SCROLLBAR-TRACK-COLOR: #9F0000;
	SCROLLBAR-DARKSHADOW-COLOR: #9F0000;
}