@charset "utf-8";
/* CSS Document */

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

.menu_bas_td {
	background-image: url(img/bas_menu.jpg);
	background-repeat: no-repeat;
	background-position:bottom;
	}
.menu_bas_table {
	background-image: url(img/fond_menu.gif);
	background-repeat:repeat-y;
	background-position:left;

	}
	
.texte{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #5d828d;
	
}
.baspage{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d828d;
}