@charset "utf-8";
/* CSS Document */

.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #000;
	color: #fff;
	width: 200px;
	font-family: "Arial Narrow", Arial;
	font-weight: bold;
	text-align: left;
      } 
   .navigation a, .navigation span {
	display: block;
	padding: 4px 10px;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	background-image: url(../images/menu_fond.jpg);
	background-repeat: repeat-x;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #808080;
      } 
   .navigation .toggleSubMenu a, .navigation .toggleSubMenu span {
	background-image: url(../images/menu_fond.jpg);
	background-repeat: repeat-x;
      } 
   .navigation .open a, .navigation .open span {

      } 
   .navigation a:hover, .navigation a:focus {
	text-decoration: none;
	color: #FE1919;
      } 

   .navigation .subMenu {
	font-size: .8em;
	background: #6b6b6b;
	font-size: 0,8;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #666;
	list-style-type: none;
      } 
   .navigation ul.subMenu a { 
      background: none; 
      padding: 3px 20px; 
      }
.navigation ul.subMenu a:hover, .navigation ul.subMenu a:active, .navigation ul.subMenu a:focus{
	background-color: #ED6400;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#liste_produit {
	float: left;
	width: 300px;
	padding-top: 20px;
	text-align: left;
	position: relative;
}


#liste_produit h1 {
	font-size: 24px;
	color: #FFFFFF;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

#liste_produit ul {
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ED6400;
}
#liste_produit li {
	height: 44px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #EE6401;
	display: block;
	padding-left: 20px;
	background-image: url(../images/puce_or.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	vertical-align: middle;
	line-height: 2em;
	list-style-type: none;
}
#liste_produit a .selec {
	font-weight: bold;
	background-color: #FFFFFF;
	color: #ED6400;
}


#liste_produit li a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}
#liste_produit li a:hover {
	color: #ED6400;

}
#liste_produit li a:focus {
	color: #ED6400;
	background-color: #FFFFFF;
	padding-left: 20px;
	text-align: right;
	padding-right: 20px;
}

#liste_produit img {
	float: left;
	margin-top: 2px;
	margin-right: 10px;
	margin-bottom: 2px;
}
#fiche_produit {
	float: left;
	position: relative;
	width: 617px;
	margin-top: 15px;
	margin-left: 10px;
}
#fiche_produit table {
	width: 100%;
}
#fiche_produit #bt {
	background-image: url(../images/fiche_haut.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 37px;
}
#bt .fiche_contact {
	display: block;
	width: 163px;
	float: right;
	height: 27px;
	background-image: url(../images/contact_or.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	color: #8a8a8a;
	text-decoration: none;
	padding-left: 38px;
	line-height: 1.1em;
	text-align: left;
}
#bt .fiche_print {
	display: block;
	width: 52px;
	float: right;
	height: 27px;
	background-image: url(../images/print_or.gif);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #8a8a8a;
	text-decoration: none;
	padding-left: 38px;
	line-height: 2em;
	text-align: left;
	margin-left: 10px;
	font-weight: bold;
}
#bt a:hover {
	color: #ED6400;
}
#fiche_contenu {
	font-size: 12px;
	color: #787878;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: left;
}
#fiche_contenu h1 {
	font-size: 18px;
	color: #787878;
	background-image: url(../images/puce_or2.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
	padding-top: 0px;
}
#fiche_contenu h2 {
	font-size: 12px;
	font-weight: bold;
	color: #ED6400;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}

