@charset "utf-8";

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #740D04;
}
.header {
	background-image:url(../_design/bg_header.jpg);
	background-position:center right;
	background-repeat:no-repeat;
}
.menu_gauche {
	width: 200px;
	padding-left:35px;
	margin-top: 25px;
	margin-bottom:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #740D04;
	border-right:dotted 3px #740D04;
	border-left:dotted 3px #740D04;
	text-align:left;
}
.menu_gauche a {
	color: #740D04;
	text-decoration:none;
	}
.menu_gauche a:hover {
	color: #740D04;
	text-decoration:underline;
	}
.contenu {
	padding-left:35px;
	margin-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align:left;
	}
.tables {
	text-align:left;
}
.footer_line {
	margin-top: 25px;
	margin-bottom: 5px;
	}
.footer_links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #740D04;
	text-decoration:none;
	}
.footer_links a {
	color: #740D04;
	font-weight:bold;
	text-decoration:none;
	}
.footer_links a:hover {
	text-decoration:underline;
	}
.footer_copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration:none;
	}
