body
{
   width: 960px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background: url("fond.png") no-repeat fixed center; /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
}


#en_tete
{
   width: 960px;
   height: 200px;
   background-color: none;
   background-repeat: no-repeat;
   margin-bottom: 10px	
   }

#logo_si
{
   width: 450px;
   height: 180px;
   background-image: url("sitransplogoaccueil.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


#image-droite
{
   width: 170px;
   height: 196px;
   background: url("veste-robe.gif") no-repeat center;
   margin-bottom: 10px;
}

#menu
{
   margin-top: 35px;
   float: left; /* Le menu flottera à gauche */
   width: 150px; /* Très important : donner une taille au menu */
}

#menu-valeurs
{
   margin-top: 35px;
   float: left; /* Le menu flottera à gauche */
   width: 170px; /* Très important : donner une taille au menu */
}


.element-menu
{
   background-image: url("fond-menu.png");
   
   background-repeat: repeat-y;
   
   border: 2px outset rgb(84,170,219);
   
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
}



/* Quelques effets sur les menus */


.element-menu h3 /* Tous les titres de menus */
{    
   color: rgb(7, 48, 77);
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element-menu h3:first-letter /* La première lettre de chaque titre de menu */
{
   font-family: "Jokerman", "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif, "Yellow Jacket Expanded";
   color: red;
   font-weight: bold;
   font-size: 25px;
  }





.element-menu ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("puce.gif"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 40px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.element-menu a /* Tous les liens se trouvant dans un menu */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight : bold;
   color: rgb(254, 181, 1);  /* jaune Soleil Indigo */
   text-decoration: none;
}





.element-menu a:hover /* Quand on pointe sur un lien du menu */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: white;
   color: rgb(255, 42, 0);
}

.element-menu a:active /* Quand on clic sur un lien du menu */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: silver;
   color: navy;
}

.element-menu a:focus /* Quand on sélectionne un lien du menu */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: none;
   color: navy;
}

.element-menu a:visited /* Quand on a visité le lien */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: none;
   color: navy;
}

/* Le corps de la page */

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

#corps h1 /* Tous les titres h1 du corps */
{
   color: rgb(254, 181, 1);
   text-align: center;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: underline;
   font-style: oblique;
   font-weight: bold;
	
   
}

#corps h2 /* Tous les titres h2 du corps */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;   
   height: 30px;
	
   background-image: url("volutespetit.png"); /* Une petite image de fond sur les titres h2 */
   background-repeat: no-repeat; /* L'image ne se répètera pas, elle sera à gauche du titre */
   text-indent: 30px;
   padding-left: 30px;
   color: #ffffff;
   text-align: left;
}

h1
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   color: rgb(7, 48, 77);
   text-align: center;
   
}

h2:first-letter
{
font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
font-size: 35px;
color: red;
}


h3
{
font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
font-size: 20px;
color: white;
text-align:center;
font-style: oblique;

}

h3:first-letter
{
font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
font-size: 30px;
color: red;

}



table a
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   color: black;
   font-style: oblique;
   font-weight: bold;
   border: none;
}

table a:hover
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   background-color: white;
   color: rgb(255, 42, 0);
   font-style: oblique;
   font-weight: bold;
   border: none;
}

table a:active
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   color: black;
   font-style: oblique;
   font-weight: bold;
   background-color: rgb(204, 247, 63);
   border: none;
}

table a:focus
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: rgb(204, 247, 63);
   color: navy; 
   font-style: oblique;
   font-weight: bold;
   border: none;
}

table a:visited
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   color: fuchsia;
   font-style: oblique;
   font-weight: bold;
   border: none;
}


#corps p
{
   text-align: justify;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight: bold;
   color: rgb(7, 48, 77);
   text-indent: 20px;
   margin-right: 10px;
   margin-left: 10px;
   
   }

#corps p:hover
{
 background: rgb(241, 237, 223);
 }


.yellowjacket

{
   background: none;
   font-family: "Yellow Jacket Expanded", "Jokerman", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   color: red;
   font-weight: bold;
   font-size: 20px;
   text-align: justify;
 }

.retour-haut

{
   background: none;
   font-family: "Yellow Jacket Expanded", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   color: navy;
   font-weight: bold;
   font-size: 15px;
   text-align: center;
 }

#corps p:hover .yellowjacket
{
   background: none;
}


p a
{
  text-align: justify;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight: bold;
   color: black;
   text-decoration: none;
 
}


p a:hover
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   background-color: white;
   color: rgb(0, 27, 213);
   font-style: oblique;
   font-weight: bold;
   border: none;
}

p a:active
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   color: black;
   font-style: oblique;
   font-weight: bold;
   background-color: rgb(236, 255, 170);
   border: none;
}

p a:focus
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   background-color: rgb(236, 255, 170);
   color: navy; 
   font-style: oblique;
   font-weight: bold;
   border: none;
}

p a:visited
{
   text-decoration: none;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif; 
   color: navy;
   font-style: oblique;
   font-weight: bold;
   border: none;
   background-color: none;
}




/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */


#pied_de_page
{
   padding: 5px;

   text-align: left;
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 12px;
   color: rgb(7, 48, 77);
   background-image: url("images/motif.png");
}
   

.liste-corps ul /* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-image: url("puce.gif"); /* On change l'apparence des puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 40px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}

.liste-corps a /* Tous les liens se trouvant dans un menu */
{
   font-family: "Maiandra GD", Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight : bold;
   color: rgb(254, 181, 1);  /* jaune Soleil Indigo */
   text-decoration: none;
}

