@charset "utf-8";
/* CSS Document */


html {
	font-size: 100%; /* Évite un bug d'IE 6-7. */
	display: block;
	float: inherit;
  }
body {
	background-color:#c6ac6c;
	color: #000;
	font-size: 12px;
	text-align: center;
}

body div#keywords {
	display:none;
	visibility:hidden;
	height:0;
	width:0;
}

#corpsboutique
{
	display:block;
	width: auto;
	margin: 0 auto;
	position:relative;
}
#leftboutique
{
	display:block;
	width: inherit;
	margin: 5 auto;
	float: left;
}

#referencement
{
	display:block;
	width: inherit;
	margin: 5 auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}

#backlinks
{
	display:block;
	width: inherit;
	margin: 5 auto;
	float: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	font-style: normal;
	text-decoration: none;
	margin-top: 5px;
	margin-bottom: 5px;
}

