﻿/*style basique*/

body, tr, td {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #00000;
}

/*style de caractère*/

.titre {
	font-size: 12px;
	font-weight: bold;
}
.titre_rouge {
	color: #FF0000;
	font-size: 12px;
	font-weight: bold;
}
.texte {
	font-size: 10px;
}
.texte_rouge  {
	color: #FF0000;
	font-weight: bold;
}
.texte_gris  {
	font-size: 10px;
	color: #666666;
}
.gris {
	font-size: 12px;
	color: #666666;
}
.credits {
	font-size: 10px;
	color: #666666;
}

/*style d'hyperlien*/

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

/*style de formulaire*/
.listbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	width: 146px;
	text-decoration: none;
	BORDER-BOTTOM: #000000 solid 1px;
	BORDER-LEFT: #000000 solid 1px;
	BORDER-RIGHT: #000000 solid 1px;
	BORDER-TOP: #000000 solid 1px;
}