/* =============================== TEMPLATE CSS =============================== */


html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	min-width: 1000px;
}

body {
	color: white;
	font-style: normal;
	font-weight: normal;
	line-height: 14px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 10px;
	background-color: #433126;
	overflow-x: hidden;
	background-repeat: repeat-x;
	background-image: url(../images/backgroundBody.gif);
}

#blocPositionnement {
	height: 100%;
	margin-left: -768px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-top: 0px;
	width: 1536px;
	left:50%;
	background-image: url(../images/backgroundIndex.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	padding: 0px;
	position: relative;
	background-position: 0 top;
}

#mainContent {
	padding: 0px;
	border-style: none;
	margin: 0px;
	height: 545px;
	width: 1000px;
	left:268px;
	background-image: url(../images/banniereIndex.jpg);
	background-repeat: no-repeat;
	border-width: 0px;
	top: 57px;
	position: absolute;
	background-position: 0 top;
}

#fonderie:link,
#fonderie:visited,
#fonderie:hover,
#fonderie:active {
	top: 218px;
	left: 20px;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
	position: absolute;
	height: 275px;
	width:320px;
	background-repeat: no-repeat;
	background-image: url(../images/backgroundFonderie.jpg);
}

#fonderie:hover {
	background-position: 0px -275px;
}

#bijouterie {
	top: 218px;
	left: 340px;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
	position: absolute;
	height: 275px;
	width:320px;
	background-repeat: no-repeat;
	background-image: url(../images/backgroundBijouterie.jpg);
}

#bijouterie:hover {
	background-position: 0px -275px;
}

#bijouterieProfessionnels:link,
#bijouterieProfessionnels:visited,
#bijouterieProfessionnels:hover,
#bijouterieProfessionnels:active {
	border-style: none;
	left: 0px;
	top: 90px;
	position: absolute;
	height: 30px;
	width: 320px;
	border-width: 0px;
}

#bijouterieParticuliers:link,
#bijouterieParticuliers:visited,
#bijouterieParticuliers:hover,
#bijouterieParticuliers:active {
	left: 0px;
	top: 162px;
	position: absolute;
	height: 30px;
	width: 320px;
	border-width: 0px;
	border-style: none;
}


#apprets:link,
#apprets:visited,
#apprets:hover,
#apprets:active {
	top: 218px;
	left: 660px;
	padding: 0px;
	margin: 0px;
	background-position: 0px 0px;
	position: absolute;
	height: 275px;
	width:320px;
	background-repeat: no-repeat;
	background-image: url(../images/backgroundApprets.jpg);
}

#apprets:hover {
	background-position: 0px -275px;
}

#adresseBijouterie {
	left: 280px;
	bottom: 0px;
	position: absolute;
}

#adresseApprets {
	left: 700px;
	bottom: 0px;
	position: absolute;
}

#poweredBy {
	left: 20px;
	bottom: 10px;
	position: absolute;
	background-image: url(../images/poweredBy.gif);
	display: block;
	background-repeat: no-repeat;
	height: 25px;
	width: 171px;
}


