body {
        margin: 0;
        padding: 0;
        text-align: center;   
        font-family: arial;  
        background-image: url('images/back.png');      
        background-repeat: no-repeat;
        }
#conteneur 
{	
        position: relative;
        margin: 0 auto;
        top:-38px;
        width: 905px;
        border:solid 1px black;  
        background-color: white;                                          
}

#titre_produit
{
	color :#474747;
	font-weight: bold;
	font-style: italic;
}

#paragraphe_index
{
	font-family:arial;
	font-size:14px;
	text-align: justify;
	color :#474747;
}



#footer
{
color :white;
font-size:11px;
}

.titre_contact
{
	color :color :#474747;
	font-weight: bold;
	
}

.libelle_contact
{
	color :color :#474747;
}

a img
{
        border: none;
}
