﻿
/*
** ----------------------------------------------------------------------------
**
** Products Page
**
** ----------------------------------------------------------------------------
*/
html, body
{
    background-position: #FFFFFF;
    overflow: auto;
    font: normal 12px Tahoma, Arial, sans-serif;
    /* background:#585858; */
    color: #FFFFFF;
}

.products-list-area
{
	position: absolute;
	left: 50%;
	top: 140px;
	width: 940px;
	margin-left: -470px; /* moitié de la largeur */
	/* background: #F4F4F4; */
}

.product-title
{
	/*
	color: #444444;
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	*/
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#404040;
	font-weight:normal;
	padding-top:8px;	
}

.product-label
{
	color: #6F6F6F;
	font-size: 11px;
}

.product-text
{
    color:#444444;
    font-size: 12px;
    text-align:justify;
    margin-top:20px;
}

.line
{
	border-bottom:1px solid #ECECEC;
}

.footer{
	color:#D1D1D1;
	padding:0px 35px 0px 0;
	text-align:right;
}
.footer a{
	color:#D1D1D1;
	text-decoration:underline;
}
.footer a:hover{
	color:#D1D1D1;
	text-decoration:none;
}

