/* Conditions de ventes et frais de port */

body {
	background: #E0C3A4;
	background-image:url(IMG/fond.jpg);
	margin: 1.5em;
	font-size: 1em;
	color: #333;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.page {
	width:900px;
	height:492px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	padding:0;
	margin-top:-3px;
	background:url(IMG/boutique.png) no-repeat;
}
.conteneur {
	position:absolute;
	padding:0px;
	margin-left:100px;
	margin-top:10px;
	width: 700px;
	height: 400px;
	overflow:auto;
	
}

#pied {
	margin-top: 0px;
	padding: 2px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #333333;
	}
#pied a {
	color: #333333;
	text-decoration: none;
}
#pied    a:hover  {
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	font-weight: bold;
}

h1 a    {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
h1 a:hover {
	text-decoration: underline;
}
p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

