body
{
   width: 600px;
   font-size: 13px;
   text-decoration: none;
   margin: auto;
   margin-bottom: 15px;
   background-image: url("images/bg-Vegalyrae.jpg");
}

#en_tete
{
   width: 600px;
   height: 250px;
   background-repeat: no-repeat;
   margin-bottom: 8px;
   background-image: url("images/Vegalyrae.jpg");
}

#menu
{
   float: center;
   color: #000000;
   width: 600px;
   font-size: 14px;
   text-decoration: none;
}

.element_menu h3
{   
   color: #000000;
   font-family: "Times New Roman";
   text-align: center;
   text-decoration: none;
}

.element_menu ul
{
   list-style-image: url("#");
   padding: 0px;
   margin: 0px;
   margin-bottom: 2px;
   text-decoration: none;
}

.element_menu a
{
   color: #000000;
   text-decoration: none;
}

.element_menu a:hover
{
   background-color: rgb(214,240,54);
   color: black;
   text-decoration: none;
}


#corps
{
   margin-bottom: 10px;
   width: 600px;
   padding: 5px;
   font-size: 13px;
   text-decoration: none;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url("images/bgcontent.jpg");
   background-repeat: repeat;
   border: 1px solid black;
}

.element_corps h3
{   
   color: #000000;
   font-family: "Times New Roman";
   text-align: center;
   text-decoration: none;
}

.element_corps ul
{
   list-style-image: url("#");
   padding: 0px;
   margin: 0px;
   margin-bottom: 2px;
   text-decoration: none;
}

.element_corps a
{
   color: #33CC33;
   text-decoration: none;
}

.element_corps a:hover
{
   background-color: rgb(214,240,54);
   color: #33CC33;
   text-decoration: none;
}

#pied_de_page
{
   padding: 5px;
   text-decoration: none;
   font-size: 13px;
   text-align: center;
   width: 600px;
   color: #000000;
   background-color: #FFFFFF;
   background-image: url("images/bgcontent.jpg");
   background-repeat: repeat-x;
   
   border: 1px solid black;
}