/*
Couleur Extérieure : FA9800
Couleur Intérieur : FFD73A
*/

body
{
   width: 1024px;
   margin: auto;
   margin-top: 5px;
   margin-bottom: 0px;
   margin-left:80px;
   align:center;
   background-color: #FA9800;
}
/* L'en-tête */

#en_tete
{
   width: 1024px;
   height: 0px;
   background-repeat: no-repeat;
   margin-bottom: 10px;
}

#nbvideos
{
   float: left;
   width: 50px;

}
/* Le menu */

#menu
{
   float: left;
   width: 150px;
}

.element_menu
{
   background-color: #FFD73A;
   background-repeat: repeat-x;
   
   border: 1px solid black;
   
   margin-bottom: 10px;
}

/* Quelques effets sur les menus */

.element_menu h1
{    
   color: black;
   font-family: verdana;
/*   , "Arial Black", "Times New Roman", Times, serif; */
/*   text-align: center; */
}

.element_menu ul
{
	width: 150px;
   padding: 10px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 2px;
}

.element_menu a
{
   color: black;
}

.element_menu a:hover
{
   background-color: #FA9800;
   color: black;
}

/* Le corps de la page */

#corps
{
   margin-left: 155px;
   margin-bottom: 20px;
	width: 869px;
	padding: 5px;
   
   color: black;
   background-color: #FFD73A;
   background-repeat: repeat-x;
   
   border: 1px solid black;
}

#corps h1
{
   color: #FA9800;
   text-align: center;
   font-family: verdana;
/*   , "Arial Black", "Times New Roman", Times, serif; */
}

#corps h2
{
   height: 30px;

   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: black;
   text-align: left;
}