body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #999749;
	background-image: url(images/bg-main.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
}
.header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: right;
}
.logo {
	background-image: url(images/logo-bg.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
.menu {
	font-size: 11px;
	font-weight: bold;
	color: #222828;
	background-image: url(images/bg-menu.jpg);
	text-align: center;
	background-repeat: repeat-x;
}
.menu a {
	color: #222828;
	text-decoration: none;
}
.menu a:hover {
	color: #634A3A;
}
.main {
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	background-color: #FFFFFF;
}
.point-horiz {
	background-image: url(images/point-horiz.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.texte {
	font-size: 11px;
	color: #333333;
}
.texte a {
	font-size: 11px;
	color: #d2a439;
	font-weight: bold;
}
.texte a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
}
.point-vert {

	background-image: url(images/point-vert.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.carre1 {
	background-color: #CDCC98;
	padding: 10px;
	border: 1px solid #666666;
	font-size: 11px;
	color: #333333;
}
.carre1 a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.carre1 a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.carre2 {
	background-color: #E6CB8E;
	padding: 10px;
	border: 1px solid #666666;
	font-size: 11px;
	color: #333333;
}
.carre2 a {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.carre2 a:hover {
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}
.boder-blanc {
	border: 1px solid #FFFFFF;
}
.footer {
	font-size: 11px;
	color: #444320;
}
.footer a {
	font-size: 11px;
	color: #444320;
	font-weight: bold;
}
.footer a:hover {
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.citation {
	padding: 10px;
	width: 438px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #634A3A;
	text-align: center;
	border-top: 1px dotted #999749;
	border-bottom: 1px dotted #999749;
}
.menu-off {
    font-size: 11px;
	font-weight: bold;
	background-image: url(images/bg-menu.jpg);
	text-align: center;
	background-repeat: repeat-x;
	color: #634A3A;
}
h1 {
	font-size: 23px;
	font-weight: bold;
	color: #634A3A;
	margin: 0px;
}
