body
{
   width: 800px;
   margin: auto;
   margin-top: 30px;
   margin-bottom: 20px;    
   background-color: #FBB001;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed; /* Le fond restera fixe */
}

/* L'en-tÃªte */

#en_tete
{
   width: 850px;
   height: 100px;
   background-image: url('http://www.cerf-volant.ch/images/jongleriecontact.gif');
   background-repeat: no-repeat;
   margin-bottom: 10px;
margin-left: 20px;
background-position:  center 50%;
}


/* Menu horizontal */

#menu_hori
{

   background-color: #ffffff;
   background-repeat: repeat-x;
   border: 2px solid black;
   text-align: center;
   margin-bottom: 20px;
background-position: right;
}

.element_menu_hori a
{
   color: #242424;
}

.element_menu_hori a:hover
{
   background-color: #FBB001;
   color: black;
}


/* Le menu */

#menu
{
 background-color: #ffffff;
   background-repeat: repeat-x;
   border: 2px solid black;
   text-align: center;
   margin-bottom: 20px;
background-position: right;
}




/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #242424;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}


.element_menu a
{
   color: #000000;;
}

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


/* Le corps de la page */


#corps
{
  
   margin-bottom: 20px;
   padding: 10px;   
   color: #000000;
   background-color: #ffffff; 
   background-repeat: repeat-x;   
   border: 2px solid black;
}

.element_corps li
{
 margin-left: 100px;
 margin-bottom: 5px;
   
}

.element_corps a
{
   
}

.element_corps a:hover
{
   background-color: #FBB001;
   
}

#corps h1
{
   color: #242424;
   text-align: left;
   font-family: Arial, "Arial Black";
}

#corps p1
{
    color: #808080;
    text-align: center;
    font-family: Arial, "Arial Black"; 
}

#corps p
{
    color: #000000;
    text-align: center;
    font-family: Arial, "Arial Black"; 
}


#corps h2
{
   height: 30px;

  
   background-repeat: no-repeat;
   
   padding-left: 30px;
   color: #242424;
   text-align: center;
}

/* Les news */

#news
{
   
   margin-left: 200px;
   margin-bottom: 20px;
   padding: 5px;
   padding-left: 10px;
   color: #242424;
   background-color: #ffffff;
 
   background-repeat: repeat-x;
   
   border: 2px solid black;
}




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

#pied_de_page
{


   text-align: center;
   color: #00000;
   background-color: #ffffff;
   padding: 7px;
   background-repeat: repeat-x;
   margin-bottom: 10px;
   margin-left: 0px;

   border: 2px solid black;
}

.element_pied_de_page a
{
   color: #000000;;
}

.element_pied_de_page a:hover
{
   background-color: #FBB001;
   color: black;
}

