body {
	background-color: #eceed5;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/fond.jpg);
	background-repeat: repeat-x;
}
.tdbordgauche {
	background-image: url(images/noir.gif);
	background-repeat: repeat-y;
	background-position: right;
}
.tdborddroit {
	background-image: url(images/noir.gif);
	background-repeat: repeat-y;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.tdbordmenugauche {
	background-image: url(images/bord_menu_gauche.gif);
	background-repeat: repeat-y;
}
.tdbordmenudroit {
	background-image: url(images/bord_menu_droit.gif);
	background-repeat: repeat-y;
}
.titrebarre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
}
.titretexte {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: bold;
}
.textecourant {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	font-weight: normal;
}
.textecourantcouleur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
}
.textemenufin {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
	line-height: 17px;
}
/*Style de Liens 1 : menu  */
a.menu
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
	line-height: 17px;
	text-decoration: none;
}
a:hover.menu
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
	line-height: 17px;
	text-decoration: underline;
}
/*Style de Liens 2 : texte courant  */
a.txtcour
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
	text-decoration: underline;
}
a:hover.txtcour
{ 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #9a7d01;
	font-weight: normal;
	text-decoration: underline;
}
