body {
   width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
}

#en_tete {
   width: 1000px;
   height: 300px;
   margin-bottom: 10px;
   text-align: center;
}

#menu {
   float: left;
   width: 225px;
}

.element_menu
{
   background-color: #C0C0FF;
   background-image: url("Menu.png");
   background-repeat: no-repeat;
   border: 2px solid black;
   margin-bottom: 60px;
}

.element_menu h3
{    
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
   margin-left: 10px;
   text-decoration: underline;
   
}

.element_menu ul
{
   list-style-image: url("Puce.gif");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-bottom: 5px;
   margin-top: 60px;
}

.element_menu a
{
   color: #000000;
}

.element_menu a:hover
{
   color: black;
}

#menu1
{
   float: right;
   width: 200px;
   margin-left: -225px;
}

.element_menu1
{
   background-color: #C0C0FF;
   background-image: url("Partenaires.png");
   background-repeat: no-repeat;
   border: 2px solid black;
   margin-bottom: 60px;
   padding-left:18px;
   padding-top:35px;
   
}

.element_menu1 a img
{
border: none;
}

.element_menu1 ul
{
   list-style-image: url("Puce.gif");
   padding: 0px;
   padding-left: 30px;
   margin: 0px;
   margin-bottom: 5px;
   margin-top: 60px;
}

.element_menu1 a
{
   text-decoration: none;
   border-style: none;
}

.element_menu1 a:hover
{
   text-decoration: none;
   border-style: none;
}

#corps
{
   margin-left: 240px;
   margin-bottom: 20px;
   padding: 5px;
   padding-top: 75px;
   text-align: justify;
   text-indent: 50px;
   color: #000000;
   background-color: #C0C0FF;
   border: 2px solid black;
   background-image: url("MAJ.png");
   background-repeat: no-repeat;
}

#corps h1
{
   text-indent: 50px;   
   color: #000000;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   text-decoration: underline;
   height: 30px;
   color: #000000;
   text-align: left;
}

#corps1
{
   margin-left: 240px;
   margin-bottom: 20px;
   padding: 5px;
   padding-top: 75px;
   text-align: justify;
   color: #000000;
   background-color: #C0C0FF;
   border: 2px solid black;
   background-image: url("Videos.png");
   background-repeat: no-repeat;
}

#corps1 h1
{
   color: #000000;
   text-align: left;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   
}

#corps1 h2
{
   text-decoration: underline;
   font-weight: bold;
   height: 30px;
   color: #000000;
   text-align: left;
}

#corps1 h3
{
   text-decoration: underline;
   font-weight: normal;
   height: 30px;
   color: #000000;
   text-align: left;
}

#liens
{
   margin-left: 240px;
   margin-bottom: 20px;
   padding: 5px;
   padding-top: 75px;
   text-align: justify;
   color: #000000;
   background-color: #C0C0FF;
   border: 2px solid black;
   background-image: url("Liens.png");
   background-repeat: no-repeat;
}

#pied_de_page
{
   padding: 5px;

   text-align: center;

width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;
  
}

#pied_de_page a img
{
border: none;
}