h4
{
	color: #5C5C5C;
	font-size:11px;
	font-weight:bold;
	text-decoration: none;
	margin-top:0px;
	margin-bottom:0px;
}
h3
{
	font-size:18px;
	font-weight:bold;
	text-decoration: none;
}
h1
{
	color: #5C5C5C;
	font-size:9px;
	font-weight:normal;
	text-decoration: none;
}

body, td, th
{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:16px;
}

.button_list
{
	color: #FF6600;
	background-color: #E8E8E8;
	font-weight: bold;
}
.noir
{
	color: #000000;
}
.red
{
	color:#FF0000;
}
.bleu
{
	color:#0000FF;
}

/* TAILLE texte des FORMULAIRES */
.form
{
	font-size: 10px;
}

a:link
{
	color: #956422;
	text-decoration: none;
	font-size: 11px;
}
a:visited
{
	color: #956422;
	text-decoration: none;
	font-size: 11px;
}
a:hover
{
	color: #FF5328;
	text-decoration: none;
	font-size: 11px;
}

/* cellule titre des formulaire */
.tbCellForm
{
	color: #000000;
	background-color: #FAD5BC;
}

/* cellule de contenu des formulaire */
.tbForm
{
	color: #000000;
	background-color: #FCF2E0;
}

/* bordure des textarea */
.tbGris
{
	border: 1px solid #FBF0DB;
}

/* FORMULAIRE */
textarea
{
	border: 1px solid #F0F0F0;
}

/* cellule de contenu des tableau : foncée */
.tbCellGris
{
	color: #1e1e1e;
	background-color : #FEF0DE;
	border: 0px solid #CCCCCC;
}
/* cellule de contenu des tableau : clair */
.tbCellBleu
{
	color: #5A463A;
	background-color : #FEF9ED;
	border: 0px solid #ffffff;
}
/* cellule mise en surbrillance */
.tbBright
{
	background-color : #FFFCD9;
}
