html {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color:#EFEFEF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.ombre {
	width: 780px;
	background: url('images/fond.png') repeat-y  center top; margin: 0 auto 0;
}

.bas {
	position: relative;
	width: 780px;
	height: 16px;
	text-align: center;
	margin-bottom: 0px;
	background: url('images/bas.png') no-repeat 50% 100%; margin: 0 auto 0 auto;
}

.petit {
	font-size: 10px;
}

.cachediv {
		visibility: hidden;
		overflow: hidden;
		height: 1px;
		margin-top: -1px;
		position: absolute;
}

a, a:visited, a:active {
    color: #964B00;
    text-decoration: none;
    font-weight: normal;
}

a:hover {
    color: #964B00;
    text-decoration: underline;
    font-weight: normal;
}

table.fin
{
   border-collapse: collapse;
   border: 1px solid;
   margin: auto;
}
table.fin th
{
   border: 1px solid;
}
table.fin td
{
   border: 1px solid;
   
}

table.menu
{
   border-collapse: collapse;
   margin: auto;
   border-top:1px solid black;
   border-bottom:1px solid black;
}
