
body
{
   width: 780px;
   margin: auto;
   margin-top: 0px;
   margin-bottom: 20px; 
   background-image: url("../design/background.jpg");
   background-attachment: fixed;
   background-repeat: repeat;
}

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

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

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

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

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

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

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

#corps h3
{
   font-family: Verdana, "Times New Roman" , Arial, serif;
   color: #f5deb3;
   font-size: 1.5em;
   text-align: right;     
}

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


