/*
Design pyrenees-scene.com
Réalisé par gells
http://www.pyrenees-scene.com
*/

body
{
   width: 800px;
   margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;
   background-image: url("images/");
   background-color: #000000;
}

/* L'en-tête */

#en_tete
{
   width: 800px;
   height: 70px;
   background-image: url("images/sound_5.jpg");
   background-repeat: no-repeat;
   background-color: #000000;
   margin-bottom: 20px;
}

#en_tete h1
{
   color: #FF6633;
   text-align: left;
   font-size: 40px;
   font-family: Arial, serif;
}

#en_tete h2
{
   height: 0px;

   background-image: url("images/");
   background-repeat: no-repeat;
   
   padding-left: 0px;
   color: #FFFFFF;
   font-family: Arial, serif;
   font-size: 14px;
   text-align: left;
}


/* Le menu */

#menu
{
   float: left;
   width: 200px;

}

.element_menu
{
   width: 190px;
   height: 300px;
   background-color: #000000;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 0px solid black;
   
   margin-bottom: 0px;
}


/* Quelques effets sur les menus */


.element_menu h3
{  
   width: 120px;
   height: 20px;
   color: #FFFFFF;
   font-family: Arial, serif;
   font-size: 14px;
   text-align: left;
   background-color: #000000;
   margin-bottom: 5px;
   margin-left: 20px;
}

.element_menu ul
{
   list-style-image: url("images/puce.png");
   color: #0000CC;
   font-family: Tahoma, serif;
   font-size: 12px;
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: #FFFFCC;
}

.element_menu a:hover
{
   background-color: #FFFFFF;
   color: black;
}


/* Le corps de la page */

#corps
{
   margin-left: 190px;
   margin-bottom: 5px;
   padding: 5px;
   margin-top: 0px;
   
   color: #000000;
   font-family: Arial, serif;
   font-size: 12px;
   background-color: #FFFFFF;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 1px solid black;
}

#corps h1
{
   color: #FF6633;
   text-align: center;
   font-family: Arial, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/");
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #0000CC;
   font-family: Arial, serif;
   text-align: left;
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{

   width: 800px;
   padding: 1px;
   margin-left: 0px;
   margin-bottom: 0px;

   text-align: center;
   font-family: Arial, serif;
   font-size: 12px;

   color: #000000;
   background-color: #CC0000;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}
