/* css saillie*/
body
{
  background-image: url(td.jpg);
}
p, img
{
   text-align: center;
color:  #1e0039;
}
a img /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
   
}



a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline; 
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color:  #82009d; /* Les liens seront en rouge au lieu de bleu */
   font-style: italic; /* Les liens seront en italique (pourquoi pas ?) */
}
h2
{
   color : #ffce41;
  font-family: Comic sans MS;
  font-size: 22px;
 
  text-align: center;
}
h4
{
  color: black;
  text-align: center;
}
li
{
  font-weight: bold;
  color: #e70500;
  text-decoration: underline;
}
#corps
{
   background-color: #0082f6;
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   border: 2px solid black;
}
p, img
{
   text-align: center;
color:  #1e0039;
}


#menu
{
   float: left;
   width: 120px;
   position: absolute;
   left: 20px;
   top: 50px;

}

.element_menu
{
   
   background-color: #faaffa;
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{  
   color: green;
   background-color: maroon;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: black;
}

.element_menu a:hover
{
   
   color: black;
}
p
{
  color: white;
  font-family: Comic sans MS;
}

h1
{
  color: #bd2b00;
  font-family: Comic sans MS;
  text-align: center;
  
}
li
{
  font-weight: bold;
  color: #e70500;
  text-decoration: underline;
}
