@charset "iso-8859-1";
body {
	font: normal normal 11px Arial, Helvetica, sans-serif;
	background: url(../images/fond.jpg);
	color: #483D8B;
}
a:link, a:active, a:visited {
	color: Teal;
	text-decoration: none;
}
a:hover {
	color: #20B2AA;
}
table {
	font: normal normal 12px Arial, Helvetica, sans-serif;
	color: #00008B;
	width: 750;
	border: 1px solid #483D8B;
	background: url(../images/fond.jpg);
}
table.menu {
	font: normal normal bold 12px "Courier New", Courier, monospace;
	color: #00008B;
	background: White;
	border: 1px solid #483D8B;
	width: 160px;
	margin: 10px;
}
table.loc {
	width: 200px;
	margin-left: 10px;
	margin-right: 10px;
	background: #EDF2F8;
	color: #2E8B57;
}
table.fleur {
	width: 257px;
	background: url(../images/fleur_2.gif);
	height: 250px;
	border: 0px;
}
td.loc {
	font: italic normal bold 12px Arial, Helvetica, sans-serif;
	color: #FF8C00;
	text-align: right;
}

td.top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100px;
}

td.page {
	border-top: 1px solid #483D8B;
	border-left: 1px solid #483D8B;
	width: 100%;
	border-bottom-color: #483D8B;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: White;
}
div#contact {
	width: 100%;
	text-align:center;
	border: 0px;
}
div#contact a {
	border: 0px;
	
}