
body
{
   width: 780px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 0px; 
   background-color: black;
}

#menu
{
   width: 780px;
   height: 50px;
   margin-bottom: 10px;
   background-image: url("../design/menu.jpg");
   background-attachment: fixed;
   background-repeat: no;
}

.element_menu
{
   font-family: impact, "Comic Sans MS", "Times New Roman" , Arial, serif;
   color: #2f4f4f;
   font-size: 1.em;
   font-style: normal;
}

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

.element_menu a:hover
{
   background-color: black;
   color: #f5deb3;
   text-decoration: underline;
}

#corps
{
   width: 780px;
   height: 650px;
   background-image: url("../design/fond.jpg");
   background-attachment: fixed;
   background-repeat: no;
   overflow: auto
}

#corps p
{
   font-family: "impact", "Comic Sans MS", Arial, serif;
   color: #EF4400;
   font-size: 1.2em;
   font-style: normal;
   text-indent: 30px;
   padding-left: 25px;
   padding-right: 25px;
}

#corps h1
{
   font-family: "impact", "Times New Roman" , Arial, serif;
   color: #EF4400;
   font-size: 1.5em;
   text-indent: 30px;     
}

#player
{
   width: 780px;
   height: 50px;
}



