.boxBienvenue
{
	width: 460px;
	height: 100px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxBienvenue .titre
{
	color: #5e8d0b;
	font-size: 20px;
}

.boxBienvenue a u
{
	font-size: 12px;
	color: #5e8d0b;
}

.boxBienvenue .boxContentVert
{
	text-align: left;
}

/**************************************************/
.boxMeilleuresVentes
{
	width: 460px;
	height: 400px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxMeilleuresVentes .titre
{
	color: #ff7170;
	font-size: 20px;
}

/*************************************************/
.boxPromotions
{
	width: 250px;
	height: 520px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxPromotions .titre
{
	color: #779ad2;
	font-size: 20px;
}

/**************************************************/
.boxCategories
{
	width: 250px;
	height: 520px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxCategories .content *
{
	text-align: left;
	font-size: 12px;
}

.boxCategories .titre
{
	color: #f9677a;
	font-size: 20px;
}

/**************************************************/
.boxProduit
{
	width: 730px;
	height: 520px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxProduit .titre
{
	color: #5e8d0b;
	font-size: 20px;
}

/**************************************************/
.boxIndexCat
{
	width: 730px;
	height: 520px;
	vertical-align: top;
	position: relative;
	top: -2px;
}

.boxIndexCat .titre, .boxIndexCat .titre a
{
	color: #5e8d0b;
	font-size: 20px;
}

.boxIndexCat .titre a
{
	text-decoration: underline;
}

