@charset "iso-8859-1";
/* CSS Document */

.contener {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #7b7b7b;
}
.select {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	text-decoration: none;	
}
.lien_page {
	text-align: center;
	clear: left;
	margin-bottom: 15px;
}
.articles_liste {
	clear: left;
	overflow: hidden;
	margin: 17px 0px;
	font-family: Verdana, Geneva, sans-serif;
}
.article_detail {
	float: left;
	width: 195px;
	height: 181px;
}

.article_detail_1 {
	width: 195px;
	float: left;
	margin: 5px;
	height: 181px;
}
.article_detail_image {
	width:195px;
	height: 146px;
}
.article_detail_image img {
}

.article_detail_image img:hover {
}

.article_detail_nom {
	text-align: center;
	height: 35px;
	width: 195px;
	background-image: url(../images/fond_produit.png);
	background-repeat: no-repeat;
	color: #FFF;
}
.article_detail_nom span{
	display: block;
	padding-top: 3px;	
}
.article_detail_nom a {
	color: #FFF;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}
.article_detail_nom a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}
.article_detail_description {
	
}
.article_detail_description a {
}
.article_detail_description a:hover {
	color: #7b7b7b;	
}
.article_detail_lien {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
}
.categorie_titre {
	height: 40px;
	margin-top: 15px;
	text-align: center;
	font-size: 1.4em;
}
.categorie_titre a {
	color: #de7b1c;
	text-decoration: none;
}
.categorie_titre a:hover {
	color: #7b7b7b;
	text-decoration: none;
}
.categorie_titre3 {
	height: 40px;
	margin-top: 15px;
	text-align: center;
	font-size: 1.3em;
}
.categorie_titre3 a {
	color: #de7b1c;
	text-decoration: none;
}
.categorie_titre3 a:hover {
	color: #7b7b7b;
	text-decoration: none;
}
.article_detail_prix {
	height: 15px;
	margin-top: 0px;
	text-align: center;
}
.article_detail_prix a {
	color: #7b7b7b;
	text-decoration: none;
}
.article_detail_prix a:hover {
	color: #da6320;
	text-decoration: underline;
}

.article_fiche {
	margin-top: 20px;	
}
.article_contener_image {
	float: left;
	margin-left: 15px;
	width: 260px;
}
.article_image{
	text-align:center;
	height: 252px;
	width: 252px;
}
.article_image img{
	border: 1px solid #e6e6e6;	
}
.article_image img:hover {
	border: 1px solid #de7b1c;
}
.article_contener_miniature {
	
}
.article_miniature {
	height: 80px;
	width: 80px;
	margin: 1px;
	float: left;
}
.article_miniature img {
}
.article_description {
	float: left;
	width: 300px;
	margin-top: -15px;
}

