   
      body
 {
  width: 63%;
  margin: auto; /*pour centrer la page*/
  margin-top: 1%;/*marge du haut */
  margin-bottom: 1%;/*marge du bas*/
  background-color: rgb(202, 236, 255);
  }
        #menu
   {
   	position: fixed;
	right: 16%;
   top: 2%;

    width: 16%;/*ceci est la taille du cadre menu(largeur)*/
    border:0.1em solid blue;
    border:0.1em solid black;
    background-color: rgb(226, 176, 34);
    text-align: center;
     font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;


  }
 .element_menu
{
background-color: rgb(226, 176, 34);
   background-image: url("images/motif.png");
 color:yellow;
   
   border: 0.1em solid yellow;
   margin-left:1%;
}
.element_menu h4 /* Tous les titres de menus */
{   
   color: white;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
      margin-top: 3%;
   margin-bottom:3%;

}
.element_menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("images/puce.png"); /* change l'apparence des puces */
   padding: 0%; 
   margin: 0%; 
   margin-bottom: 1,3%; 
         font-size:0.8em;

}

.element_menu a /*  les liens se trouvant dans un menu */
{
   color: blue;
}
a:visited /* Quand le visiteur a déjà vu la page concernée */
{
   color: blue;
}
a:focus /* Quand le visiteur sélectionne le lien */
{
   background-color: rgb(98, 255, 2);
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   color: rgb(255, 241, 207);
   }

    a /* Lien normal */
{
   text-decoration: none;
   color: blue;
   font-style: normal;
   }
 
#corps/*le corps de la page*/
{ 
  
width:48.5%;
height:auto;
background-color:rgb(226, 176, 34);
position:absolute;
top:2%;
left:18.5%;
text-align:center;
border:0.1em  solid black;
font-size:1.0em;
font-family:"Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
 margin-bottom: 5%; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */

 }
  .vie17
  {
  margin-left:0%;
  margin-right:0%;
  font-size:0.8em;
font-weight:bold;
  font-family:"Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
  
  

  }
 .contact
{
text-align: left;
color :black;
margin-top: 10%;
margin-left:5%;
margin-right:65%;
font-size: 1.1em;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
background-color: blue;


}

  .xiti
 {
     float: left;
     

 }
 
 
.pr
{
    text-align: center;   

 }

.croisiere
{
     text-align:center;
     background-color: rgb(224, 136, 0);
     font-size: 0.6em;
	 color: black;
     font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

 
h3
{
text-decoration: blink;
text-align: center;
color: green;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}
h4
{
color: red;
text-align: center;
 font-size: 0.7em;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;


}
.pied
 {
 background-color: rgb(226, 176, 34);
text-align: center;
color :black;
font-size: 0.8em;
font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
 }


