BODY
{
    FONT-SIZE: 10pt;
    MARGIN: 0px;
    FONT-FAMILY: Tahoma, Arial;
    BACKGROUND-COLOR: #eeeeee
}
TABLE
{
    FONT-SIZE: 10pt;
    FONT-FAMILY: Tahoma, Arial
}
.addproductline
{
    BORDER: orange 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 10pt;
    BACKGROUND-COLOR: #FEFCE8;
}
#maincontainer
{
	position: relative;
    BACKGROUND: #ffffff;
    WIDTH: 800px;
    border-left:1px solid gray;
    border-right:1px solid gray;
    border-bottom:1px solid gray;
}
#maincontainer #minipanier
{
	position: absolute;
    top: 181px;
    left: 635px;
    width: 150px;
    font-weight: bold;
    font-size:10pt;
}
#leftcolumn
{
    B_ACKGROUND: #cccccc;
    BACKGROUND: #639FD9;    
    WIDTH: 170px
}
#leftcolumn A
{
    C_OLOR: #000000;
    COLOR: #ffffff;
    TEXT-DECORATION: none
}
#leftcolumn A:hover
{
    TEXT-DECORATION: 'underline';
}
#leftcolumn TD
{
    B_ORDER-BOTTOM: gray 1px solid;
    BORDER-BOTTOM: #2C71B2 1px solid;
}
#container
{
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    BACKGROUND: #ffffff;
    PADDING-BOTTOM: 5px;
    WIDTH: 630px;
    PADDING-TOP: 5px
}
#container H1
{
	color: red;
	font-size: 16pt;
}
#container H2
{
	font-size: 10pt;
	text-align: justify;
}
#container A
{
	color: blue;
}
#container #panier1
{
	width:255px;
	height:124px;
	background-image:url('images/fondpanier.gif');
	text-align:center;
	p_adding-top: 30px;
}
#container #review
{
	width:255px;
	height:150px;
	background-image:url('images/fondreview.gif');
	text-align:center;
	p_adding-top: 65px;
}
.barrefondgris
{
	width:100%;
	background:silver;
	font-size:11pt;
	font-weight: bold;
}