@import url(style.css);

div#centre
{
	width: 100%;
	margin: 40px auto 20px;
}

div#centre img.vignette
{
	float: left;
	margin-right: 10px;
	margin-bottom: 20px;
	width: 110px;
	height: 130px;
}

div#centre p.plus
{
	text-align: right;
}

h2
{
	font-size: 1.2em;
	padding: 2px 6px;
	margin: 20px 0px 0px 0px;
}

h2.tech
{
	clear: both;
}

div.ligne
{
	margin: 20px 0px;
	clear: both;
	height: 160px;
}

div.colonne
{
	float: left;
	width: 300px;
	margin-left: 20px;
	position: relative;
}

div.colonne h2
{
	margin: 0px;
	height: 40px;
}

div.contact
{
	background-color: #CFD7D9;/*#D0E5E5;*/
}

div.premier
{
	margin-left: 0px;
}

a.plus,a.contact
{
	position: absolute;
	right: 40px;
	bottom: 20px;
	background-repeat: no-repeat;
}

a.plus,p.plus
{
	background-image: url("../images/en-savoir-plus.gif");
	width: 75px;
	height: 25px;
}

a.contact
{
	background-image: url("../images/ncontacter.gif");
	width: 83px;
	height: 20px;
}

.lettre
{
	
}

.lettre a
{
	float: left;
	width: 95px;
	height: 35px;
	background-image: url("../images/bouton-maison.gif");
	background-repeat: no-repeat;
	margin-top: 70px;
	margin-left: 10px;
}

.lettre p
{
	margin-top: 70px;
}

img.produit
{
	float: left;
	margin-bottom: 20px;
}

img.logo
{
	float: left;
	margin: 0px 20px 0px 0px;
}

div.lien,p.plus
{
	clear: both;
}

div.lien p
{
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 10px;
	margin: 2px 5px;
}

body.par div.lien p
{
	background-image: url("../Particulier/images/fleche-panier.gif");
}

body.pro div.lien p
{
	background-image: url("../Professionnel/images/fleche-panier.gif");
}