body {
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: #FFFFCC ;
		}

#header {
			margin: 0 ;
			width: 760px ;
			height: 150px ;
			display: block ;
			background: url(../images/page_01.jpg) no-repeat ;
			position: relative ;
		}

#conteneur {
			position: absolute;
			width: 760px;
			left: 50%;
			margin-top: 10px;
			margin-bottom: 10px;
			margin-left: -380px;
			text-align: left ;
			border: 1px solid #006600 ;
			background: #ffffcc ;
		}

#centre {
			background-color:#9999CC;
			margin-left: 150px;
		}

#contenu {
			width: 500px ;
			padding-top: 25px ;
			padding-left: 200px ;
			padding-right: 25px ;
		}
		
#contenu h2 {
			padding-left: 25px ;
			line-height: 25px ;
			font-size: 1.4em ;
			color: #006600 ;
			border-bottom: 1px solid #006600 ;
		}
		
#contenu h3 {
			margin-left: 15px ;
			padding-left: 5px ;
			border-bottom: 1px solid #006600 ;
			border-left: 3px solid #006600 ;
			color: #006600 ;
		}
		
#contenu p {
			text-align: justify ;
			text-indent: 2em ;
			line-height: 1.7em ;
		}
		
#contenu a {
			color: #006600 ;
		}
		
#contenu a:hover {
			color: #9b2 ;
		}
		
#gauche {
			position: absolute;
			left:0;
			width: 150px;
		}

#pied {
			height: 30px;
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: center ;
			color: #006600 ;
		}

.menugauche {
			list-style-type: none;
			margin: 0;
			padding:0;
}

.menugauche li {
			margin-bottom: 5px;
}

.menugauche a {
			margin: 0 2px;
			color: #000000;
			text-decoration: underline;
}

.menugauche a:hover {
			text-decoration: none;
}

p {
			margin: 0 0 10px 0;
}

.categorie_produit{
/* style pour la catégorie du produit */
color:#006600;
font-size:10px;
}
.nom_produit{
/* style pour le nom du produit */
color:#006600;
font-size:12px;
}
.slogan_produit{
/* style pour le slogan_produit */
color:#006600;
font-size:10px;
}
.lien_plus_info{
/* style pour le lien */
color:#000;
font-size:10px;
text-decoration:underline;
}