body { 
	background-color : #FFFFFF;
	background-image : url(../images/flacon-bg.jpg);
	background-position : center;
	background-repeat : no-repeat;
	background-attachment : fixed;
	font-family : arial,helvetica,sans-serif 
}

H1{ 	
	/*color : #4444AA;*/
	color : #668ea3;
	font-size : 22px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}

H2{ 	
	color : #668ea3;
	font-size : 16px;
	font-family : arial,helvetica,sans-serif 
}

H3{ 	
	color : #000000;
	font-size : 14px;
	font-family : arial,helvetica,sans-serif 
}

P{ 	
	text-indent : 20px
}

.produit 
{
	color : #668ea3;
	font-size : 32px;
	font-weight : bold;
	font-family : arial,helvetica,sans-serif 
}

.resume 
{
	border-width: 4px 4px 4px 4px;
	border-style: solid;
	border-color : #668ea3;
	padding : 4px 5px 2px 10px
}

.encadre 
{
	border-width: 2px 2px 2px 2px;
	border-style: solid;
	padding : 4px 5px 2px 10px
}


A{
    color : #668ea3;
    TEXT-DECORATION: none
}

A:hover {
    color : #668ea3;
    TEXT-DECORATION: underline
}

ul {
	list-style-image : url(../images/triangle.gif); 
	list-style-position : inside;
}	


