body
{
   background-image: url("Fond_site.jpg");
   background-position: right;
   background-attachment: fixed;
   padding: 10px;
   margin: auto;
   margin-top: 5px;
}
#banniere
{
   border: 1px solid rgb(166,27,27);
   background-color: white;
   background-image: url("banniere.png");
   background-position: center;
   background-repeat: no-repeat;
   height: 100px;
}
#menu
{
   float: left;
   width: 120px;
   margin-top: 20px;
}
.elements_menu
{
   background-image: url("fond2.png");
   border: 1px solid rgb(166,27,27);
   margin-bottom: 20px;
}
.elements_menu h3
{
   text-align: center;
   border-bottom: 1px solid rgb(166,27,27);
   margin-top: 2px;
   margin-bottom: 2px;
}
.elements_menu ul
{
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
   margin-top: 5px;
}
a
{
   text-decoration: none;
   color: black;
}
a:hover
{
   border-top: 1px solid rgb(229,41,41);
   border-bottom: 1px solid rgb(229,41,41);
}
a img
{
   border: none;
}
#corps
{
   text-align: center;
   border: 1px solid rgb(166,27,27);
   margin-left: 140px;
   margin-top: 20px;
   padding: 5px;
   background-image: url("fond2.png");
}
#pied_de_page
{
   text-align:center;
   border: 1px solid rgb(166,27,27);
   padding-top: 5px;
   padding-bottom: 5px;
   background-image: url("fond2.png");
   margin-top: 20px;
}
p
{
   font-size: 108%;
   font-family: "Comic Sans MS", Verdana, serif;
}
.souligne
{
   text-decoration: underline;
}
.trait
{
   border-top: 1px solid rgb(166,27,27);
}
.bleu
{
   color: blue;
}
.rouge
{
   color: red;
}
.gauche
{
   text-align: left;
}
.italique
{
   font-style: italic;
}
.indentation
{
   text-indent: 30px;
}
.justifié
{
   text-align: justify;
}
.a_la_ligne
{
   margin-top: -19px;
}
.gras
{
   font-weight: bold;
}
td
{
   border: 1px solid black;
   font-size: 80%;
   text-align: left;
   padding: 3px;
}
th
{
   border-bottom: 1px dashed black;
   background-color: rgb(166,27,27);
   color:white;
}
table
{
   border-collapse: collapse;
   width:50%;
}
.photo
{
   border-style: none;
   margin: 20px;
}
.grand_tableau
{
   font-size: 160%;
}
.tableau
{
   width: 98%;
   font-size:130%;
}
.tableau2
{
   width: 98%;
}
.mail
{
   color: rgb(36,93,215);
}
blockquote
{
   font-style: italic;
   font-size: 1.06em;
}
.lettre_minuscule
{
   list-style-type: lower-alpha;
}
ol
{
   font-size: 108%;
   font-family: "Comic Sans MS", Verdana, serif;
}
.petit
{
   font-size: 80%;
}
label
{
   font-family: "Comic Sans MS", Verdana, serif;
}
legend
{
   font-family: "Comic Sans MS", Verdana, serif;
   font-weight: bold;
}
fieldset
{
   border: 1px solid rgb(229,41,41);
}