/* gýnýrýe ý la main et ý l'aide du validateur CSS du W3C */
html, body {
	margin:0;
	padding:0.5em;
  height: 95%;
	color : #4B4B4B;
	direction: ltr;
  font-family: "Lucida Sans Unicode", serif;
}
body {
	background-color: white;
	background-position : right center;
    background-repeat: no-repeat;
	background-image: url(http:../images/background.jpg); 
}
.entete {
	vertical-align: top;
	border-top: solid;
	border-bottom: solid;
}
.contenu {
	height: 80%;
    text-align : left;
}
.menu {
	float: left;
	width: 220px;
	height: 100%;
	color: #202020;
	font-size: x-large;
	background-color: transparent;
    background-repeat : no-repeat;
    background-position: left bottom;
    background-image: url(http:../images/verticalbg.jpg); 
}
.current_page{
	font-weight: bold;
	text-transform: uppercase;
}
.centre {
	vertical-align: middle;
	margin-left: 10px;
	margin-top: 10px;
	height: 100%;
	overflow: auto;
}
.pied {
	vertical-align: bottom;
	height: 5%;
	margin-top: 1em;
}
.retrait{
	margin-left: 40px
}
.description{
	font-style: italic;
}
.detail{
	margin-left: 40px;
	font-size: 0.8em;
}
em{
	font-style: normal;
	font-variant: small-caps;
	font-size: 120%;
}
.centre p:first-letter{
	font-size: 150%;
}
.illustration{
	padding: 0.3em;
	float: right;
}
a img{
	border: none;
}
h1, h2{
    font-family: Papyrus, "Comic Sans MS", serif;
}	
h2{
	text-decoration: underline;
}
