@charset "ISO-8859-1";

/* Positionnement/espacement des différents éléments dans la fenêtre, bordures et marges */    
	#ContenuPage .clsGauche, #ContenuPage .clsDroite { position: relative; height: 140px; overflow: visible; }
	#ContenuPage .clsGauche img { float: left; border: 1px solid black; margin-right: 10px; }
	#ContenuPage .clsDroite { text-align: left; }
	#ContenuPage .clsDroite img { float: right; border: 1px solid black; margin-left: 10px; }
	#ContenuPage .clsDroite { text-align: right; }
	#ContenuPage p { margin-top: 60px; width: 120px; font-size: 18px; font-weight: bold; }   
	#ContenuPage a { text-decoration: none; color: #2F3614; }
	#ContenuPage a:hover { color: blue; font-style: italic; cursor: pointer; }  
	#Gamme { margin-bottom: 15px; text-decoration: underline;  }
	.clsGauche clsDroite { margin-bottom: 5px; }     
	.clsArticle1 { float: left; margin-bottom: 5px; width: 300px; height: 90px; text-align: left; }     
		.clsGauche img, .clsArticle1 img { float: left; margin-right: 10px; border: 1px solid black; } 
	.clsArticle2 { float: right; margin-bottom: 5px; width: 300px; height: 90px; text-align: right; }     
		.clsDroite img, .clsArticle2 img { float: right; margin-left: 10px; border: 1px solid black; } 
		.clsArticle1 h3, .clsArticle2 h3 { margin: 0; padding: 0; }                             
	.clsRef { font-size: 12px; }
	#PhotoAgrandie { position: absolute; border: 1px solid black; visibility: hidden; }
	
/* Couleurs et autres arrangements du texte */
