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

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

#structure {
    position: absolute;
	left: 50%;
	margin-left: -475px;
	width: 948px;
	height: auto;
	border: 1px solid #E2C6FF;
}

#header {
	position: relative;
	left:0;
	width: 948px;
	height: 200px;
}

#acces-boutique {
  position:absolute;
  z-index:100;
  top:0;
  right:10px;
  width:130px;
  height:41px;
}

#acces-boutique a, #acces-boutique a:hover {
  display:block;
  width:120px;
  height:38px;
}

#acces-boutique a {
  background-image:url(../images/general/acces-boutique.png);
}

#acces-boutique a:hover {
  background-image:url(../images/general/acces-boutique-on.png);
}

#corps {
	position: relative;
	width: 948px;
}

#footer {
	position: relative;
	padding-top: 15px;
	width: 948px;
	height: 21px;
	background-image:url(../images/general/fond_footer.png);
	text-align: center;
}

.clear {
	clear: both;
	height: 0px;
	_display: none;
	visibility: hidden;
	padding: 0px;
	margin: 0px;
}
