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

body {
	background-color: #999999;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: justify;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc6633;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 12px;
}
h3 {
	font-size: 11px;
	color: #000000;
}
h4 {
	font-size: 11px;
	color: #cc6633;
	padding-left: 20px;
}
h5 {
	font-size: 10px;
	color: #000000;
	padding-left: 10px;
}
a {
	color: #000000;
	text-decoration: underline;
}
a:hover {
	color: #903e11;
}
a:visited {
	color: #4f4f4f;
}
a:visited:hover {
	color: #903e11;
}
a.h2, a:visited.h2 {
	font-size: 14px;
	font-weight: bold;
	color: #cc6633;
	text-decoration: underline;
}
a:hover.h2 {
	text-decoration: none;
}
ul {
	list-style-image: url(/imgs/fleches.gif);
}
em {
	color: #4f4f4f;
}
p {
	margin:0px;
}
#menu a {
	border-top-width: 0px;
	border-bottom-width: 0px;
}
.fondJaune {
	background-image: url(/imgs/fond_jaune.gif);
	background-position: left top;
	background-repeat: repeat;
}
.bord_gauche {
	background-image: url(/imgs/bord_gauche.png);
	background-position: right top;
	background-repeat: repeat-y;
}
.bord_droit {
	background-image: url(/imgs/bord_droit.png);
	background-position: left top;
	background-repeat: repeat-y;
}
.ssMenu {
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 1px;
	padding-bottom: 6px;
	padding-left: 1px;
}
.ssMenu a, .ssMenu a:visited {
	font-size: 10px;
	border-bottom-width: 0px;
	color: #FFFFFF;
	background-color: #8a7d63;
	text-decoration: none;
	padding: 5px;
}
.ssMenu a:hover {
	background-color: #282828;
	text-decoration: none;
}