/*exemple de fichier css*/
q
{
text-decoration: underline;
}
p
{
color:rgb(152,198,255);
font-size: 14px;
font-family:"comid sans ms","Trebuchet MS",georgia,serif;
text-align:justify;
}
h2,h3
{
color:blue;
}
h1
{
color:white;
}
h4
{
color:orange;
}
h5
{
color:green;
}
body
{
  background-color:black;
  width:80%;
  margin-left:auto;
  margin-right:auto;
}
/* L'en-tête */

#en_tete
{
   height: 100px;
   background-image: url("images/les écréhou.jpg");
   background-repeat: no-repeat;
  
}
 
/* Le menu */

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 20%; /* Très important : donner une taille au menu */
}

.element_menu
{
   background-color: black;
   padding-top:5px;
   padding-left: 3px;
   padding-bottom: 15px;
   border: 1px groove white;
   margin-top: 15px;
  }
/* Quelques effets sur les menus */


.element_menu h3 /* Tous les titres de menus */
{    
   color: white;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
 }
 
.element_menu a /* Tous les liens se trouvant dans un menu */
{
   font-weight: bold;
   color: white;
   text-align: left;
 
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
    color: yellow;
}
/* Le corps de la page */

#corps
{
   
   margin-left: 22%; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 0px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 10px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   background-color: black; /* Une couleur de fond pour le corps */
     
}

a
{
   text-decoration: none; /* Les liens ne seront plus soulignés */
   color:  red; 
}
a:hover
{
 text-decoration: underline;
 color: green;
 }
 a:visited
 {
  text-decoration: none;
  color: purple;
 }
 /*le pied de la page*/
 
 #pied_de_page
 {
 
   clear: left;
   }
   .element_pied_de_page
{
   color:white;
   background-color: black;
   text-align: left;
   margin-left: 2%;
   padding: 10px;
   border: 1px groove white;
   margin-top: 10px;
   font-size: 12px;
 }
 .imageflottante
{
   float: right;
}
 .dessous
{
   clear: left;
}
  .bulle
 {
 float: left;
  margin-right: 7px;
 }
 .meduse
 {
 padding: 40px;
 }
 blockquote p
 {
 color:orange;
 font-weight: bold;
 }
 