
body
{
 
   text-align: justify;
   font-style: normal;
   font-weight: normal;
   background-color: rgb(255,255,255);
   width: 780px;
   margin: auto; 
   margin-top: 0px;
   margin-bottom: 0px;  
   text-indent: 1px;
   font-family: palatino, Roman, Times, Georgia, "Times New Roman";  
   font-size:12px; 
}
#name
{  
   margin-top: 5px;
   padding: 0px;
   text-align: center;
   font-weight: bold;
   font-size:11pt; 
   color: rgb(0,0,0);
   background-color: rgb(255,255,255);
   width: 600px;
   margin-bottom: 0px;
}

#adress
{  
   margin-top: 0px;
   padding: 0px;
   text-align: center;
   font-size:10pt; 
   color: rgb(0,0,0);
   background-color: rgb(255,255,255);
   width: 600px;
   margin-bottom: 20px;
}

#menu
{  position: absolute;
   top: 230px;
   font-size:11pt;
   width: 780px;
   color: rgb(0,0,0);     
   text-align: center;
}

.element_menu a
{
   text-decoration: none; 
   color: black; 
   font-style: normal; 
}
.element_menu a:hover 
{
   text-decoration: none; 
   color: white; 
    font-weight: bold; 
}
div
{
   text-align: justify;
   font-style: normal;
   font-weight: normal;
   text-indent: 1px;
   font-family: palatino, Roman, Times, Georgia, "Times New Roman"; 
   font-size:small;
   margin-left: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-right: 5px;
}
a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color: black; /* Les liens seront en rouge au lieu de bleu */
   font-style: bold; /* Les liens seront en italique (pourquoi pas ?) */
}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: none; /* Le lien deviendra pas souligné quand on pointera dessus */
   color: red; /* Le lien sera écrit en vert quand on pointera dessus */
    font-weight: bold; /* Les liens seront en italique (pourquoi pas ?) */
}

adress
{
 margin-top : 2em
}
galerie
{
   text-align: justify;
   font-style: normal;
   font-weight: normal;
   text-indent: 1px;
   font-family: palatino, Roman, Times, Georgia, "Times New Roman"; 
   font-size:small;
   margin-left: 5px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-right: 5px;
}

