   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-bottom: 0%;
   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 */
{
   text-decoration:  none;
   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 */
{
   text-decoration:none;
   color: rgb(255, 241, 207);
   }
 
    a /* Lien normal */
{
     color: blue;
     font-style: normal;
     font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   }

 
strong
{
text-decoration:;
}
#corps/*le corps de la page*/
{ 
  
width:48.5%;
height:auto;
background-color:rgb(226, 176, 34);
position:absolute;
top:1%;
left:18.5%;
text-align:center;
border:0.1em  solid black;
font-size:0.8em;
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 */

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

  .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;
  
  

  }
.albi
{
margin-left:15%;
}
 .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;


}
.foto
{
position:absolute;
top:2%;
padding-bottom:3%;
margin-left:25%;
}




h4
{

text-align:center;
color: yellow;
font-family: "Comic Sans MS",  serif;
}
.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;
}


  .xiti
 {
     float: left;
     

 }
  .acc:first-letter /* Je veux que la première lettre de mes paragraphes... */
{
   float: left; /* Flotte à gauche */
   font-size: 1.5em; /* Fasse une hauteur de 3 lignes */
   font-family:"Comic sans Ms", Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight: bold; /* Soit écrite en gras (c'est plus voyant) */
   margin-right: 5px; /* Qu'il y ait une marge de 5px à droite pour que ça colle pas trop au reste du texte */
}

 .acc
{

font-size:0.9em;
font-weight:normal ;
color:black;
text-align:  justify;
padding-left:3%;
padding-right:3%;
font-family:"Comic sans Ms", Arial, "Arial Black", "Times New Roman", Times, serif;

}

 
.pr
{
    text-align: center;   

 }


h5
{
text-align:center;
color: black;
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;
 }


