.vignette {
	float: left;
	width: 120px;
	height: 110px;
	text-align: center;
	margin-top: 5px;
}

.infos_articles {
		float: left;
		padding:15px;
	
}

table {
	width: 95%;
	margin: auto;
	padding: 8px;
}

#image_medium {
	border: 1px solid Gray;
	margin: auto;
}


#tableau_article {
	width:70%;
}

#tableau_article th {
background-color: #F0FFFF;
height: 28px;
text-align: center;
}

#tableau_article td {
background-color: #f5f5f5;
height: 22px;
text-align: center;
}

#partie_gauche {
	text-align: justify;
	float:left;
	width:490px;
}

#partie_droite {
	text-align: justify;
	float:right;
	width:200px;
}

.prixArticle {
	font-size:1.3em;
	color: #aaa;
}

.prixArticle strong {
	color:black; 
	font-size:1.5em;
}


#tableau_categories td {
	width:30%;
}

#tableau_categories img {
	border: 0px;
}

