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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #E9E5D2;
}
body {
	background-image: url(../images/bgd.jpg);
	background-repeat: repeat-x;
	background-color: #E9E5D2;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #DAD0D0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #DAD0D0;
}
a:hover {
	text-decoration: none;
	background-color: #E9E5D2;
	color:7A6528;
}
a:active {
	text-decoration: none;
	color: #DAD0D0;
}

.soire {
	margin-right:10px;
	color:#7A6528;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
}
.soire a {
	text-decoration:underline;
	color:#7A6528;
}
.soire a:hover {
	text-decoration:none;
	background-color:#DAD0D0;
	color:#7A6528;
}
	
