/*corps du document*/

body {
background: white;
padding:0;
margin:0;
font-family: "Palatino Linotype", verdana, arial, sans-serif;
font-size: 100%;
color: black;
margin-top: 150px;
margin-bottom: 150px;
margin-left: 200px;
margin-right: 200px;
}


/*titres - h3 est pour les titres de paragraphes*/

h1 { 
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-size: 200% ;
text-align: center ;
color: red ;
}

h2 { 
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-size: 130% ;
font-weight:bold ;
}

h3 {
font-family: "Palatino Linotype", Verdena, arial, sans-Serif ;
font-weight:bold ;
}

/*Suppression des cadres bleus*/

a img {
border:0 ;
}

/*centrer un élément*/

.centre {
text-align: center ;
}

/*retour en haut de page*/

.haut {
float:right ;
}

/*mettre en gras*/

.important {
font-weight:bold ;
}

/*mettre en gras centrer et en gros*/

.regleor {
font-weight:bold ;
text-align: center ;
font-size: 130% ;
}

/*menu*/

#menu {  
margin-top: -140px;
margin-left: -190px;
width: 220px;
}

a.menu {
  display: block;
  text-decoration: none;
}
 
div#menu > a {
  font-size: 100%;
  padding-left: 1em;
  color: blue;
}
 
div#menu > div > a {
  font-size: 90%;
  padding-left: 2em;
  color: green;
}

div#menu > div > div > a {
  font-size: 80%;
  padding-left: 3em;
  color: purple;
}
