﻿body
{
   width: 980px;

  margin: auto;
   margin-top: 10px;
   margin-bottom: 10px;    

background-color: #E78B21;
background-repeat: no-repeat;
background-position: center;
background-attachment: fixed; /* Le fond restera fixe */
}

/* L'en-tete */

#en_tete
{
   width: 850px;
   height: 100px;
   background-image: url('');
   background-repeat: no-repeat;
   margin-bottom: 10px;
margin-left: 20px;
background-position:  center 50%;
}


/* Menu horizontal */

#menu_hori
{

   background-color: #EAEAEA;
   background-repeat: repeat-x;
   border: 2px solid black;
   text-align: center;
   margin-bottom: 20px;
background-position: right;
}

.element_menu_hori a
{
   color: #EAEAEA;
}

.element_menu_hori a:hover
{
   background-color: #FBB001;
   color: black;
}


/* Le menu */

#menu
{
 background-color: #FEFEFD;
   background-repeat: repeat-x;
   border: 1px solid black;
   text-align: left;
 float: left;
    margin-top: 1px;  
  margin-bottom: 5px;
background-position: right;

position: fixed;
 width: 130px;
padding-left: 7px;

}




/* 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-top: 1px;  
  margin-bottom: 5px;
background-position: right;
 text-align: left;
padding-left: 155px;  
padding-right: 20px;  








 
   color: #EAEAEA;
   background-color: #EAEAEA; 
   background-repeat: repeat-x;   
   border: 2px solid black;


}
#productPrices {
	color: #FE0000;
	}

.productTaxExPrice {
	color: #000;
	font-size: 12px;
	}

.productTaxExTag {
	color: #000;
	font-size: 12px;
	}

a img {border: none; }

a:link, #navEZPagesTOC ul li a {
	color: #3300FF;
	text-decoration: none;
	}
 
a:visited {
	color: #3300FF;
	text-decoration: none;
	}







