body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	margin-right: 20px;
	margin-left: 20px;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 3em;
	font-weight: bold;
	margin: 0px;
	color: #000000;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
h2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0px;
}
h3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 2.6em;
	font-weight: normal;
	color: #000000;
	margin: 0px;
}
h4 {
	font-size: 18px;
}
#container {
	background-color: #FFFFFF;
}
#contenu {

}
#contenu a:link {
	color: #000000;
	text-decoration: none;
}
#contenu a:visited {
	color: #FF6600;
	text-decoration: underline;
}
#contenu a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
}

#contenu a.renvoi:link, #contenu a.renvoi:visited {
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}
#contenu a.renvoi:hover {
	cursor: help;
	background-color: #CCCCCC;
	border-bottom-color: #FF0000;
}
#contenu a.retour:link,#contenu a.retour:visited  {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF0000;
	padding: 2px;
	display: none;
}
#contenu a.retour:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	padding: 2px;
}
#contenu ul {
}
#contenu li {
}

#header {
	margin-bottom: 10px;
}
/*gestion du menu */
#menu {
	float: none;
	display: none;
}
#menu ul {
	margin-left: 0px;
	padding: 0px;
}
#menu li {
	display: block;
	list-style-type: none;
	line-height: 26px;
}
#menu a {
	text-decoration: none;
	background-color: #E27474;
	padding-left: 10px;
	font-family: "Courier New", Courier, monospace;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#menu a:link, #menu a:visited {
	color: #FFFFFF;
}
#menu a:hover {
	background-color: #FF0000;
}
#menu .actif {
	background-color: #FF0000;
}

/*styles divers */
.lettrine {
	font-family: "Courier New", Courier, monospace;
	font-weight: bold;
	float: Aucune;
	color: #000000;
	font-size: 24px;
}
.aligndroite {
	float: right;
	margin-left: 6px;
}
.aligngauche {
	float: left;
	margin-right: 6px;
}
.filet {
	border: 1px solid #E27474;
}
.centrer {
	text-align: center;
}
.relief1 {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	background-color: #666666;
	padding: 2px;
}
.petit {
	font-size: 0.9em;
}
