.legende
{
   border-style: solid;
   border-width: 1px;
   background-color: rgb(0,0,0);
   color: rgb(255,255,255);
   padding-right: 15px;
   padding-left: 15px;
}

.colonne_frs
{
   border-style: solid;
   border-width: 1px;
   border-color: rgb(0,0,0);
   background-color: silver;
   padding-left: 2px;
   color: rgb(0,0,0);
}

.heures
{
   border-style: solid;
   border-width: 1px;
   border-color: rgb(237,104,5);
   text-align: center;
}

.jours
{
   border-style: solid;
   border-width: 1px;
   border-color: rgb(0,0,0);
   background-color: silver;
   padding-left: 5px;
   color: rgb(0,0,0);
}

.frs
{
   border-style: none;
}

.hrs
{
   border-style: none;
   width: 50%;
}

.texte
{
   text-align: left;
   font-family: "Times New Roman", Times, serif;
   font-size: 0.64em;
   font-weight: normal;
}

.bleu
{
   text-align: left;
   color: rgb(55,166,198);
   background-color: rgb(255,255,255);
}

.orange
{
   color: rgb(237,104,5);
   background-color: rgb(255,255,255);
}

.vert
{
   color: rgb(43,196,34);
   background-color: rgb(255,255,255);
}

#en_tete
{
   margin-top: 9px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-left: 143px;
   width: 843px;
   height: 80px;
   background-image: url("http://ileauxjouets.free.fr/png/banniere_italian.png");
   background-repeat: no-repeat;
}

#centre
{
   text-align: center;
}

#menu
{
   margin-top: 11px;
   margin-left: 2px;
   float: left; /* Le menu flottera à gauche */
   width: 140px; /* Très important : donner une taille au menu */
   height: 495px;
   background-color: rgb(255,255,255);
   background-image: url("http://ileauxjouets.free.fr/png/jouets.png");
   background-repeat: no-repeat;
   border: 1px solid rgb(103,170,173);
   color: rgb(0,0,0);

}

/* Quelques effets sur les menus */
.element_menu h3 /* Tous les titres de menus */
{
   color: rgb(237,104,5);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   background-color: inherit;
   margin-top: 110px;
}

.element_menu a /* Tous les liens se trouvant dans un menu */
{
   display: block;
   width: 137px;
   background-color: rgb(237,104,5);
   color: rgb(255,255,255);
   font-size: 85%;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   border: 2px outset silver;
   line-height: 19px;
   padding-bottom: 3px;
   margin-top: -7px;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   color: rgb(237,104,5);
   background-color: silver;
   border: 2px inset;
}

 body
{
	width: auto;
	margin: auto; /* Pour centrer notre page */
	margin-right: 2px; /* Une marge à droite pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-left: 2px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
	margin-bottom: 10px; /* Idem pour le bas du navigateur */
}

 #corps
{
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 2px; /* 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: 0px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   margin-top: 45px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   border: 1px solid rgb(255,255,255); /* Une bordure pour bien marquer les limites du corps et pour faire joli */
}

 #pied_de_page
{
   margin-top: 100px;
   text-align: center;  
}

#Partenaires
{
   margin-top: -1000px;
   left: 4px;
   font-size: 14px;
   border: 1px solid rgb(103,170,173);
   width: 132px;
   padding: 4px;
}

.banniere_verticale {
   position: absolute;
   top: 427px;
   margin-left: 2px;
   background-color: rgb(55,166,198);
   border: 1px solid rgb(103,170,173);
   color: rgb(255,255,255);
   width: 140px;
   font-size: 85%;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
}

.banniere_verticale a /* Tous les liens se trouvant dans un menu */
{
   display: block;
   width: 137px;
   background-color: rgb(55,166,198);
   color: rgb(255,255,255);
   font-size: 85%;
   font-weight: bold;
   text-decoration: none;
   text-align: center;
   border: 2px outset silver;
   line-height: 15px;
   padding-bottom: 3px;
   margin-top: -7px;
}

.banniere_verticale a:hover /* Quand on pointe sur un lien du menu */
{
   color: rgb(55,166,198);
   background-color: rgb(255,255,255);
   border: 2px inset;
}

html>body .banniere_verticale {
position: fixed;
}