body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
p {
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	text-align: justify;
}
ul {
	white-space: normal;
}
li {
	font-size: 12px;
	color: #440022;
	list-style-type: circle;
	list-style-position: inside;
	margin-left: 5px;
	margin-right: 0px;
	margin-bottom: 4px;
}
h1 {
	font-size: 15px;
	color: #400;
	background-image: url(images/fdh1.jpg);
	background-repeat: repeat-y;
	background-position:left;
	background-color:#FFFFFF;
	padding:8px 7px 8px 21px;
	margin:8px -7px 8px -21px;
	border-bottom:#900 1px solid;
	border-top:#900 1px solid;
}
h2 {
	font-size: 14px;
	font-weight: bold;
	color: #900;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #9e3f99;
}
#conteneur {
	position: relative;
	width: 940px;
	margin: 0 auto;
	background-image: url(images/fond-global.jpg);
	background-repeat: repeat-y;
}
#entete {
	height: 145px;
	background-image: url(images/bandeaux940x145.jpg);
	background-repeat: no-repeat;
	text-align:right;
}
#menu {
	font-size: 13px;
	font-weight: bold;
	background-image: url(images/fond-menu-940x30.jpg);
	background-repeat: no-repeat;
	color: #300;
	padding: 5px 30px 0 0;
	text-align: right;
	height:24px;
}
#menu a {
	font-size: 13px;
	font-weight: bold;
	color: #400;
	text-decoration: none;
}
#menu a:hover{
	color: #900;
}
#menu a.select{
	color: #900;
	font-variant:small-caps;
	text-decoration: underline;
}
#marge-gauche {
	position: absolute;
	list-style-type: none;
	padding: 40px 0 0 40px;
	width: 209px;
	height: 313px;
}
#marge-gauche a {
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}
#marge-gauche a:hover {
	text-decoration: none;
}
#contenu {
	background-image: url(images/fond-contenu.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 20px 10px 20px 270px;
	background-position: left top;
	min-height: 430px;
}
#contenu a {
	font-size: 12px;
	color: #004400;
	text-decoration: underline;
}
#contenu a:hover {
	background-color:#00AAC6;
	color:#B63C3C;
	text-decoration: none;
}
#pied {
	height: 59px;
	background-image: url(images/fond-pdp-940x35.jpg);
	background-repeat: no-repeat;
}
#sous-menu {
	font-size: 10px;
	color: #974444;
	padding: 31px 0 0 50px;
	text-align: center;
}
#sous-menu a {
	font-size: 10px;
	color: #974444;
	text-decoration: none;
}
#sous-menu a:hover {
	color: #f00;
	text-decoration: underline;
}
.formulaire {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
	background-color: #FFFFFF;
	padding-left: 6px;
	border: 1px solid #336666;
}
.formulairetext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #003333;
}
.tablorouge {
	border: 1px solid #990033;
}
.tablodegrade {
	background-image: url(images/fond-tablo.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.tablovert {
	border: 1px solid #339900;
}
.droite {
float: right;
margin-left: 10px;
}
.gauche {
float: left;
margin-right: 10px;
}