/* Plan du site */

body {
	background: #E0C3A4;
	background-image:url(IMG/fond.jpg);
	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;
	margin: 0px;
	margin-bottom:0px;
	padding:0px;
}

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;
}

p a {
	color: #666666;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;
}

