body
	{
	background: #262626 url(../img/bg.jpg) repeat-x;
	margin: 0;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;	
	color: #FFFFFF;
	}
	
/* CENTRER LA PAGE */
#header, #menu, #chocolats, #conteneur, #footer
	{
	margin: auto;
	}
	
h1
	{
	margin: 0px 5px;
	padding: 0px;
	font-size: 12px;
	border-bottom: 1px dashed #FFFFFF;
	}
	
h3
	{
	margin: 0px 5px;
	padding: 0;
	font-size: 12px;
	}
	
table, tr, td
	{
	border-collapse: collapse;
	}
	
a
	{
	text-decoration: none;
	color: #9ae4ff;
	}
	
a:hover
	{
	color: #FF3300;
	}

p
	{
	margin: 0px;
	}
	
span
	{
	color: #FF3300;
	}
	
#header
	{
	background-image: url(../img/header.jpg);
	width: 1000px;
	height: 200px;
	text-align: center;
	}
	
#menu
	{
	background-image: url(../img/menu.jpg);
	width: 1000px;
	height: 37px;
	text-align: center;
	color:#000000;
	}

#menu p
	{
	padding-top: 5px;
	}

#chocolats
	{
	background-image: url(../img/chocolats.jpg);
	width: 1000px;
	height: 88px;
	text-align: center;
	}
	
#conteneur
	{
	background-image: url(../img/contenu.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 225px;
	}
	
#contenu
	{
	width: 476px;
	float: left;
	}
	
#contenu p 
	{
	padding: 5px;
	padding-bottom: 0;
	}
	
#menu a, #chocolats a
	{
	font-weight: bold;
	color: #000000;
	}
	
#menu a:hover, #chocolats a:hover
	{
	color: #FF3300;
	border-bottom: none;
	}
	
#langues
	{
	width: 125px;
	float: left;
	margin:  25px 15px 0 0;
	margin-left: 122px;
	}
	
#panier
	{
	float: left;
	margin: 25px 0 0 15px;
	width: 125px;
	}
	
#footer
	{
	width: 476px;
	text-align: center;
	font-size: 9px;
	float: left;
	margin-top: 20px;
	}
	
#footer a
	{
	color: #FFFFFF;
	}
	
.blanc
	{
	color: #FFFFFF;
	}
	
.gris_list
	{
	background-color: #333333;
	}
	
.gris_list_head
	{
	background-color: #666666;
	}
	
.gris_list_head a
	{
	font-weight: bold;
	color: #151515;
	}
	
.right
	{
	text-align: right;
	}
	
.rouge
	{
	color: #FF3300;
	}
	
.justifier
	{
	text-align: justify;
	}
	
.centrer
	{
	text-align:center;
	margin-bottom:10px;
	}
	
/* Product info */

#image, #options, #options label, #ajouter
	{
	float: left;
	}
	
#image, #options
	{
	margin-top: 5px;
	}
	
#image, #ajouter
	{
	text-align:center;
	}

#image
	{
	width: 130px;
	}
	
#options
	{
	width: 346px;
	}
	
#options label
	{
	width: 60px;
	display: block;
	}

#ajouter
	{
	width: 476px;
	margin: 15px 0;
	}
	
/* CGV */

.liste
	{
	list-style-type: upper-roman;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: bold;
	}
	
.liste ul
	{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	}
	
.liste ul li
	{
	padding: 10px 0;
	}
