/* interface */
.cachediv {
display: none;
}


body {
	background-color: #000000;
}


.cadre {
	position: static;
	left: 0;
	width: 800px;
	height: 553px;
	background-image: url(../images/interface/gabari_proto_02.jpg);
	background-repeat: no-repeat;
}

/* fonds_page */

.accueil {
	position: static;
	left: 0;
	width: 800px;
	height: 424px;
	background-image: url(/images/interface/base.jpg);
	background-repeat: no-repeat;
}

.shop {
	position: static;
	left: 0;
	width: 800px;
	height: 570px;
	background-repeat: no-repeat;
	overflow: hidden;
	border: 1px;
	border-style: solid;
	border-color: #f3cada;
	border-spacing: 1px;
}

.contact {
	position: static;
	left: 0;
	width: 800px;
	height: 424px;
	background-image: url(/images/interface/contact.jpg);
	background-repeat: no-repeat;
}

.noir {
	position: static;
	left: 0;
	width: 800px;
	height: 424px;
	background-color: #000000;
}


.entete {
	position: static;
	width: 800px;
	height: 110px;
	background-repeat: no-repeat;
	background-image: url(/images/interface/entete.jpg);
}

.menu {
	position: static;
	width: 800px;
	height: 25px;
	background-image: url(../images/interface/menus.jpg);
	background-repeat: no-repeat;
}

.centre {
	position: static;
	width: 800px;
	height: 424px;
}


.bas {
	position: static;
	width: 800px;
	height: 21px;
	font-weight: normal;
	background-color: #000000;
}

.bas2 {
	position: static;
	width: 800px;
	height: 21px;
	font-weight: normal;
	background-color: #000000;
}

.copyright {
	width: 800px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	background-image: url(../images/interface/bas.jpg);
	background-repeat: no-repeat;
		line-height: 16px;
}

.copyright2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	width: 800px;
	height: 21px;
		line-height: 16px;
		background-image: url(../images/interface/bas2.jpg);
}

.copyright3 {
	width: 800px;
	height: 21px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	font-weight: normal;
	background-image: url(images/interface/bas2.jpg);
	background-repeat: no-repeat;
	line-height: 16px;
}

/* Police */

.entete_visite {
	position: relative;
	left: 0;
	width: 800px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../images/entete/entete_visite.jpg);
}

.entete_service {
	position: relative;
	left: 0;
	width: 800px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../images/entete/entete_services.jpg);
}

.entete_contact {
	position: relative;
	left: 0;
	width: 800px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../images/entete/entete_contact.jpg);
}

.entete_accueil {
	position: relative;
	left: 0;
	width: 800px;
	height: 31px;
	background-repeat: no-repeat;
	background-image: url(../images/interface/fond_entete.jpg);
}


