/* BANDEAU DU HAUT */ 

#topcentre {
	width: 786px;
	height: 76px;
 	}


/* MENU PRODUIT */ 

 #menuProduit {
 	float: left ;
 	width: 159px;
 	padding-top: 100px;
 	}
 	
#menuProduit ul {
	padding-left: 28px;
	padding-bottom:0;
	padding-top:0;
	padding-right:0;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	margin-bottom: 24px;
  	}

#menuProduit li {
	margin:0;
	padding:0;
	font: 11px arial,sans-serif ;
	}
	
#menuProduit ul#liens li {	
	list-style-image: url('../images/puce_fleche.gif');
	}
	
#menuProduit ul#telechargement li {	
	list-style-image: url('../images/puce_download.gif');
	}
	
#menuProduit ul#articles li {	
	list-style-image: url('../images/puce_doc.gif');
	}

#menuProduit li a {
	font: 11px arial,sans-serif ;
	text-decoration: none ;
	}
#menuProduit li a:hover {
	text-decoration: underline ;
	}
	
	
/* INFO PRODUIT */ 
	
 #infosProduits {
 	float: right ;
 	width: 444px;
 	padding-left: 29px;
 	padding-right: 152px;
 	background: url('../images/infosproduits.gif') no-repeat bottom right;
 	border: 1px solid #cdcdcd ;
 	font: 11px arial,sans-serif ;
	color: #000;
	text-align: justify ;
 	}
 	
#infosProduits h1 {
	font: 33px/33px arial,sans-serif ;
	font-weight: bold ;
	margin-top: 26px;
	margin-bottom: 0;
	} 	
 
 #infosProduits h2 {
	font: 20px/20px arial,sans-serif ;
	font-weight: bold ;
	margin-bottom: 0;
	margin-top: 6px;
	}
	
#infosProduits h3 {
 	width: 444px;
	font: 20px/20px arial,sans-serif ;
	margin-bottom: 10px;
	margin-top: 6px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
	text-align: left ;
	}
 	
#infosProduits .intro {
  	font: 11px arial,sans-serif ;
	text-align: justify ;
  	}
 	
#infosProduits ul {
 	margin:0;
	padding-left: 20px;
 	}
 	
/* BLOCS PRODUIT */  	
 	
#infosProduits .blocs {
	width: 444px;
	border-bottom: 1px solid #d7d9d9 ;
	margin-bottom: 10px;
	}
 	
#infosProduits .bloc {
	display: block ;
	width: 422px;
	border: 1px solid #d7d9d9 ;
	text-decoration: none ;
	padding: 10px;
	color: #333 ;
	font: 11px arial,sans-serif ;
	background: url('../images/fond_block_produit.gif') repeat-x top left;
	} 	
	

#infosProduits .bloc:hover {
	border: 3px solid #999 ;
	width: 422px;
	padding: 8px;
	} 	
 	
#infosProduits .bloc h5 {
	height: 10px;
 	font: 14px/10px arial,sans-serif ;
	margin: 0px;
	padding-left: 6px;
	padding-top:0;
	padding-bottom:0;
	} 	
 
 #infosProduits .bloc p {
	margin: 0px;
	padding-top:9px;
	padding-bottom:0;
	text-align: left ;
	} 
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	
 	