﻿body
{
   width: 980px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px;
   background-color: #534AD5; 
/* background-color: #E1DFEF; */
}


/* L'en-t�te */

  #en_tete
{
   width: 1024px;
   height: 190px;
   background-image: url(images/bando.gif);
   background-repeat: no-repeat;
}

#en_tete2
{
float: top;
/* background-image:url(images/backelementmenu.png); */
background-repeat:repeat-x;
width: 880px;
}

/* Le menu */

#menu
{
   float: left; /* Le menu flottera � gauche */
   width: 168px; /* Tr�s important : donner une taille au menu */
   font-family: Arial, "Times New Roman", Verdana, serif;
}


#menu2
{
   float: right;
   width: 168px;
   font-family: Arial, Helvetica, sans-serif;
}


.element_menu
{
   background-image:url(images/backli.png);
   background-repeat:repeat-y;
   font-size: 1em;
   font-weight: bold;
   margin-bottom: 10px; /* Pour �viter que les �l�ments du menu ne soient trop coll�s */
}

.element_menu2
{
   font-size: 1em;
   font-weight: bold;
   margin-bottom: 20px; /* Pour �viter que les �l�ments du menu ne soient trop coll�s */
}

/* Menu effects */

h5 /* All title */
{    
   color: #000000;
   background-image: url("images/backnewelement.png");
   background-repeat: no-repeat;
   font-family: Arial, "Times New Roman", Verdana, serif;
   font-size: 1.15em;
   text-align: center;
   height: 20px;
}


.element_menu a /* menu link */
{
   color: #000000;
   text-decoration:none; 

   /* color: #0066CC; */
}

.element_menu li
{
list-style-image: url("images/li2.gif");
}

.element_menu2 li
{
list-style-image: url("images/li2.gif");
}


#corps
{
   background-color: #7793FF;
   font-weight: bold;
   font-family: Arial, Helvetica, sans-serif;
   color: #FFFFFF;
   text-align:center;
   margin-left: 180px; /* Une marge � gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-right: 170px;
   margin-bottom: 350px; /* Ca c'est pour �viter que le corps colle trop au pied de page en-dessous */
   margin-top: 20px;
   padding: 5px;

}

/* home */
        h1, h3
        {
            text-align:center;
        }
        h3
        {
            background-color:#CDDBEB;
            color:#6995A5;
            font-size:0.9em;
            margin-bottom:0px;
        }
        .news p
        {
            background-color:#8EAEBC;
        }
        .news
        {
            width:70%;
            margin:auto;
        }


#pied_de_page
{
   margin-right: 140px;
   margin-left: 140px;
   padding: 1px;
   text-align: center;
   color: #FFFFFF;
   background-color: #6D65F8;
   font-family: Arial, "Helvetica", sans-serif;
  
}

a
{
text-decoration:none;
color: blue;
}
/*
made by patrice labrie
copyright */