body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	background-color: #60742F;
	list-style-type: none;
}
.titre-page {
	font-size: 18px;
	letter-spacing: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #666666;
}


#fond {
	width: 100%;
	background-image: url(images/fond-ombre.jpg);
	background-position:center;
	background-repeat: repeat-y;
}

#contenu {
	margin: 15px 12px 15px 8px;
	list-style-type: upper-alpha;
}
li {
	list-style-type: square;
	list-style-position: outside;
}

.taille11 {
	font-size: 11px;
}


.fond-page {
	background-color: #FFFFFF;
	background-image: url(images/fond-page.jpg);
	background-repeat: repeat-x;
}
.fond-menu {
	background-color: #90A228;
	background-image: url(images/fond-menu.jpg);
	background-repeat: no-repeat;
}
.fond-menu-table  {
	margin-left: 10px;
	color: #FFFFFF;
	letter-spacing: normal;
	border-left: 1px solid #FFFFFF;
	text-indent: 5px;
	margin-top: 15px;
}
.cadre-page {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #60742F;
	border-right-color: #60742F;
	border-bottom-color: #60742F;
	border-left-color: #60742F;
}
.liens-menu {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}
.liens-menu:hover {
	color: #60742F;
	text-decoration: none;
	background-color: #FFFFFF;
	font-size: 11px;
}
.liens-pages {
	font-weight: bold;
	color: #60742F;
	text-decoration: underline;
}
.liens-pages:hover {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #60742F;
}
.cadre-tableau {
	border: 1px dotted #5F7230;
}
