body
{
width: 900px;
margin: auto; /* pour centrer l'image page */
margin-top: 10px; /* pour éviter de coller avec le haut de la fenêtre du navigateur  */
margin-bottom: 10px; /* pour éviter de coller avec le bas de la fenêtre du navigateur  */
font-family: "Comic Sans MS", "Trebuchet MS", Arial, Verdana, serif;
font-size: 0.9em;
font-weight: bold;
color: rgb(80,60,40); /*brun*/
background-attachment: fixed; /* l'image du fond ne bouge pas */
background-image: url("harvestmoon_images/harvestmoon_fond-ciel.jpg");
}

#banni
{
height: 200px;
border: 2px solid white;
margin-bottom: 10px;
background-repeat: no-repeat;
}

#section
{
width: 886px;
margin: auto;
margin-bottom: 10px;
padding: 5px;  /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige3.jpg");
}

#bas-page
{
clear:both;
width: 886px;
margin: auto;
margin-bottom: 10px;
padding: 5px;
text-align: center;
font-size: 0.8em;
color: white;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige3.jpg");
}

h3
{
text-align: center;
font-weight: bold;
font-size: 1.2em;
}

h4
{
text-align: center;
font-weight: bold;
font-size: 1.1em;
}

a
{
color: rgb(140,100,70); /*brun pâle*/
text-decoration: none;
}

a:hover /* souris sur le lien */
{
color: white;
}

a img  /* toutes les images contenues dans un lien */
{
border: none;
text-decoration: none;
}

.nom
{
margin: auto;
margin-bottom: 10px;
font-size: 1.1em;
text-align: center;
color: rgb(80,60,40); /*brun*/
border: 1px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige3.jpg");
}

.image
{
text-align: center;
}

.haut
{
text-align: center;
border: 1px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-brun3.jpg");
}

.note
{
float: left;
width: 650px;
margin: auto;
margin-bottom: 10px;
padding: 10px;
font-size: 0.9em;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige.jpg");
}

.texte
{
float: left;
width: 650px;
margin: auto;
margin-bottom: 10px;
padding: 10px;
text-align: center;
border: 2px solid white;
}

.texte-bleu
{
float: left;
width: 650px;
margin: auto;
margin-bottom: 10px;
padding: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-bleu2.jpg");
}

.texte-beige
{
float: left;
width: 650px;
margin: auto;
margin-bottom: 10px;
padding: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige.jpg");
}

.texte-vert
{
float: left;
width: 650px;
margin: auto;
margin-bottom: 10px;
padding: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-vert2.jpg");
}

.texte-long
{
float: right;
width: 200px;
padding: 10px 5px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige.jpg"); 
}

.text-defile
{
padding: 5px;
text-align: center;
font-size: 1.1em;
color: rgb(60,80,100); /*bleu*/
}

.cadre-bleu
{
padding: 10px;
margin: auto;
margin-bottom: 10px;
font-size: 0.9em;
border: 2px solid white;
background-color: rgb(150,190,230); /*bleu*/
}

.cadre-beige
{
padding: 10px;
margin: auto;
margin-bottom: 10px;
font-size: 0.9em;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige2.jpg");
}

.cadre-vert
{
padding: 10px;
margin: auto;
margin-bottom: 10px;
font-size: 0.9em;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-vert.jpg");
}

.cadre-image
{
float: right;
width: 200px;
padding: 10px 5px;
margin: auto;
margin-bottom: 10px;
font-size: 0.8em;
font-weight: bold;
text-align: center;
}

.fiche-bleu
{
clear:both;
width: 870px;
padding: 10px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-bleu.jpg");
}

.fiche-beige
{
clear:both;
width: 870px;
padding: 10px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige.jpg");
}

.fiche-vert
{
clear:both;
width: 870px;
padding: 10px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-vert.jpg");
}

ul
{
text-align: left;
}

table  /* le tableau en lui-même */
{
padding: 10px;
margin: auto;
margin-bottom: 10px;
font-size: 0.9em;
text-align: center;
border: 2px solid white;
border-collapse: collapse; /* colle les bordures entre elles */
}

caption /* titre au-dessus du tableau */
{
padding: 5px;
margin: auto;
color: white;
font-weight: bold;
border: 1px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-brun3.jpg");
}

th /* les cellules d'en-tête */
{
padding: 5px;
margin: auto;
color: white;
border: 1px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige3.jpg");
}

td  /* les cellules normales */
{
padding: 5px;
margin: auto;
border: 1px solid white;
text-align: left;
}

li
{
text-align: left;
}

.centre
{
text-align: center;
}

.gauche
{
text-align: left;
}

.mo-blanc
{
color: white;
}

.mo-bleu
{
color: rgb(60,80,100); /*bleu*/
}

.mo-brun
{
color: rgb(80,60,40); /*brun*/
}

.mo-vert
{
color: rgb(170,210,110); /*vert pâle*/
}

.minimo
 {
font-size: 0.8em;
}

.minimo-bleu
 {
font-size: 0.8em;
color: rgb(60,80,100); /*bleu*/
}

.minimo-brun
 {
font-size: 0.8em;
color: rgb(80,60,40); /*brun*/
}

.minimo-blanc
 {
font-size: 0.8em;
color: white;
}

.maxmo
{
font-size: 1.1em;
}

.mo-italic
{
font-style: italic;
}

.mo-maj
{
text-transform: uppercase;
}

.uni-blanc
{
background-color: white;
}

.uni-bleu
{
background-color: rgb(60,80,100); /*bleu*/
}

.uni-brun
{
background-color: rgb(100,70,50); /*brun*/
}

.uni-beige
{
background-color: rgb(210,190,170); /*beige*/
}

.uni-vert
{
background-color: rgb(170,210,110); /*vert pâle*/
}

.beige
{
background-image: url("harvestmoon_images/harvestmoon_fond-beige2.jpg"); 
}

.beigep
{
background-image: url("harvestmoon_images/harvestmoon_fond-beige.jpg"); 
}

.bleu
{
background-image: url("harvestmoon_images/harvestmoon_fond-bleu2.jpg"); 
}

.bleup
{
background-image: url("harvestmoon_images/harvestmoon_fond-bleu.jpg"); 
}

.vert
{
background-image: url("harvestmoon_images/harvestmoon_fond-vert2.jpg"); 
}

.vertp
{
background-image: url("harvestmoon_images/harvestmoon_fond-vert.jpg"); 
}

.fondbleu1
{
background-color: rgb(170,210,250); /*bleu pâle*/ 
}

.fondbleu2
{
background-color: rgb(150,190,230); /*bleu moyen*/ 
}

.fondvert1
{
background-color: rgb(200,240,160); /*vert pâle*/ 
}

.fondvert2
{
background-color: rgb(180,230,140); /*vert moyen*/ 
}

.pubv
{
float: right;
width: 200px;
padding: 10px 5px;
margin: auto;
margin-bottom: 10px;
text-align: center;
}

.pubh
{
clear:both;
width: 886px;
padding: 10px 5px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-brun3.jpg"); 
}

.cadrev
{
float: right;
width: 200px;
padding: 10px 5px;
margin: auto;
margin-bottom: 10px;
text-align: center;
border: 2px solid white;
background-image: url("harvestmoon_images/harvestmoon_fond-beige3.jpg"); 
}



/*CODES  COULEURS DU SITE*/

/*   rgb(200,175,150); /*beige*/
/*   rgb(210,190,170); /*beige pâle*/
/*   rgb(170,210,250); /*bleu pâle*/
/*   rgb(150,190,230); /*bleu moyen*/
/*   rgb(60,80,100); /*bleu foncé*/
/*   rgb(100,70,50); /*brun*/
/*   rgb(140,100,70); /*brun pâle*/
/*   rgb(80,60,40); /*brun foncé*/
/*   rgb(170,210,250); /*vert pâle*/
/*   rgb(150,190,230); /*vert moyen*/
/*   



