
body 
{background-color :  #FFF5C0;
/* #003399;*/ 
/* #FFF5C0 ;*/ 
 color: #142E0D ; 
 font-family: Comic Sans MS, Cursive Elegant Normal ,cursive, Verdana, Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif
}

a: {color: #000033 ; text-decoration: none } 
a:link {color: #007711 ; text-decoration: none } 
a:visited { color: #006622; text-decoration: none }
a:hover {color: #663300 ; text-decoration: none }  /* passage de la souris*/ 
// a:active { color: #000000; text-decoration: none }


img {
  border: none;           /* Ne pas entourer les images, même s'ils contiennent des liens */
  vertical-align: middle; /* Dans le cas d'une icône suivie d'un texte, par exemple       */
}

li {

  list-style-image: url("images/puce2.png") ; 
  

}


h1 {
background-color :  #A0C9B1;
font-size: 140%;

color: #008000
}

h2 {
font-size: 120%;
text-align:center;
color: #008000
}

h5 {
font-size: 120%;
color: #008000
}
h3 {
font-size: 110%;
color: #008000
}
h4 {
font-size: 105%;
font-weight:normal ;

}
.bouton2{
height :30px;
font-weight:bold;
text-decoration:none;
text-align:center;
border-width:4px;
margin:3px;
padding:3px;
border-color:silver}

a.bouton2:link{
color:#003300;
background-color:#CBFFCC;
border-style:outset;
}

a.bouton2:visited{
color:#003300;
background-color:#CBFFCC;
border-style:outset;
}

a.bouton2:hover{
color:#CBFFCC;
background-color:#003300;
border-style:inset;
}

