/* Feuille de style du cadre description produit */
#contener {
	margin-left: auto;
	margin-right: auto;
	width: 525px;	
}
#header {
	width: 525px;	
	height: 39px;
	font-size: 10px;
	background-image: url('../images/cadre/cadre_produit_header-background.jpg');
	background-repeat: no-repeat;
}
#middle {
	width: 525px;
	background-image: url('../images/cadre/cadre_produit_middle-background.jpg');
	background-repeat: repeat-y;
}
#footer {
	width: 525px;
	height: 18px;	
	font-size: 0;
	background-image: url('../images/cadre/cadre_produit_footer-background.jpg');
	background-repeat: no-repeat;
}
#header_connexion {
	width: 186px;	
	height: 39px;
	font-size: 10px;
	background-image: url('../images/cadre/cadre_connexion_header-background.jpg');
	background-repeat: no-repeat;
}
#middle_connexion {
	width: 186px;
	background-image: url('../images/cadre/cadre_connexion_middle-background.jpg');
	background-repeat: repeat-y;
}
#footer_connexion {
	width: 186px;
	height: 18px;	
	font-size: 10px;
	background-image: url('../images/cadre/cadre_connexion_footer-background.jpg');
	background-repeat: no-repeat;
}