body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 0.8em;
	background-color: #666666;
}
h1 {
	font-family: "Courier New", Courier, monospace;
	font-size: 3em;
	font-weight: normal;
	margin: 0px;
}
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.9em;
	font-weight: normal;
	color: #FF0000;
	margin: 0px;
}
h4 {
	font-size: 18px;
}
#container {
	position: absolute;
	width: 780px;
	margin-left: -390px;
	left: 50%;
	background-color: #CCCCCC;
	background-image: url(../images/fond-robert-rius.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#contenu {
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-left: 245px;
	width: 420px;
}
#contenu a:link {
	color: #FF0000;
	text-decoration: underline;
}
#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;
}
#contenu a.retour:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	padding: 2px;
}
#contenu ul {
	list-style-type: none;
}
#contenu li {
	background-image: url(../images/puce1.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 14px;
}

#header {
	margin-bottom: 10px;
}
/*gestion du menu */
#menu {
	float: left;
	width: 180px;
}
#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-size: 2.4em;
	font-weight: bold;
	float: left;
	background-color: #FF0000;
	padding-right: 6px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #FFFFFF;
	line-height: 1.1em;
	margin-top: 2px;
	margin-bottom: 0px;
}
.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;
}
