* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF ;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: justify;}

h1, h2, h3 {
	font-family: "Monotype Corsiva", Georgia, "Times New Roman", Times, serif;
	color: #000000;}

h1 {
	letter-spacing: -.05em;
	font-size: 2.2em;}

h2 {
	letter-spacing: -.05em;
	font-size: 1.4em;
	align: center;
	line-height: 160%;}

h3 {margin-top: 1em;}

p, td {
	margin-top: 1em;
	margin-left: 1px;
	margin-right: 1px;
	line-height: 140%;}
	
ul, ol {
	margin-left: 1px;
	margin-right: 1px;
	line-height: 160%;}

ul {list-style: none;}
ul li {margin-left: 1px;}

ol {
	margin-left: 1em;
	list-style-position: inside;}

table {
    margin-left:auto;
    margin-right:auto; /* corespondent à align="center" en html*/
	border-width:0px;
	border-spacing: 0px;
    }  /*besoin de répéter en html pour Internet Explorer, y compris padding=0, sauf border-width*/

img {border: 0px;}

a {color: blue;}

.header {
    background: url(images/haut.jpg);
	width:900px;
	height:284px;}

.meche {background: url(images/meche.jpg);}

.menu {
   /*width: 100px;*/
   background-color: #ffdad7; /*peau claire bgcolor=FFD5D2 ou rose plus foncé:f4eddb*/
   margin-left: 5px;
   vertical-align: top;}
.menu a {color: brown; text-decoration:none;}
.menu a:hover {color: blue;	text-decoration:underline;}

.titre {position:absolute; top:250px; left:240px; visibility:visible; background-color:#E8D88D;}

.contenu {background-color:#E8D88D}

.footer {background: url(images/pied_background.jpg); background-repeat:no-repeat;
         width:900px;
		 font-size: 9px;}