.ligne_categorie_boutique
{
	margin-bottom:20px;
	float:left;
	width:100%;
}

.nom_categorie_boutique
{
	float:left;
	width:100%;
	font-weight:bold;
}

.description_categorie_boutique
{
	float:left;
	width:100%;
	border-bottom:thin solid #000;
}

.ligne_objet_boutique
{
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
	border-bottom:thin solid #000;
}

.premiere_sous_ligne
{
	float:left;
	width:100%;
}

.nom_objet
{
	float:left;
	width:50%;
}

.prix_objet
{
	float:left;
	width:50%;
	text-align:right;
}

.deuxieme_sous_ligne
{
	float:left;
	width:100%;
}

.description_objet
{
	float:left;
	width:50%;
}

.acheter_objet
{
	float:left;
	width:50%;
	text-align:right;
}