/* *************************** GLOBAL STYLES ******************************************* */

body {
    margin:0px;
    padding:0px;
    border:0px;
    background-color:#fffced;
    background-position:top center;
}


/* *********************************** Layout ************************************************ */

#global {
	position:absolute;
	left:50%;
	margin-left:-512px;
	margin-top:0px;
	width:1024px;
	height:750px;
	border-width:0px;
	background-color:#fffced;
}
#globalstore {
	position:absolute;
	left:678px;
	margin-left:-512px;
	margin-top:0px;
	width:1024px;
	height:674px;
	border-width:0px;
	top: 223px;
}

/*_______________________________ Main - DIV's ___________________________________ */

#store{
	width:920px;
	height:650px;
	position:absolute;
	left: 40px;
	top: 180px;
}

#textnavig{
	width:843px;
	height:20px;
	position:absolute;
	left: 115px;
	top: 306px;
}
#textnavig2{
	width:815px;
	height:20px;
	position:absolute;
	left: 115px;
	top: 330px;
}
#textbild{
	width:243px;
	height:332px;
	position:absolute;
	padding-left:20px;
	padding-top:10px;
	left: 131px;
	top: 343px;
}
#text{
	width:393px;
	height:404px;
	position:absolute;
	padding-left:20px;
	padding-top:10px;
	left: 155px;
	top: 344px;
}
#textmain{
	width:458px;
	height:331px;
	position:absolute;
	padding-left:20px;
	padding-top:10px;
	left: 405px;
	top: 343px;
}
#textportrait{
	width:283px;
	height:229px;
	position:absolute;
	padding-left:20px;
	padding-top:10px;
	left: 589px;
	top: 360px;
}
#textbottom{
	width:472px;
	height:8px;
	position:absolute;
	left: 115px;
	top: 732px;
}

/*__________________________________ styles texte _____________________________________ */

p, .texte, .texte2, .texteNavig, .title, .textesmall {
	font-family:Verdana, Arial, sans-serif;
	line-height:12px;
}
.title {
	font-size:16px;
	color:#663300;
}
.texteNavig {
	font-size:10px;
	color:#663300;
}
.texte, p {
	font-size:10px;
	color:#330000;
}
.texte2 {
	font-size:10px;
	color:#A98152;
}
.textesmall {
	font-size:9px;
	color:#FFFFFF;
}
h1, h2, h3 {
	font-size:20px;
}
a {
	font-family:Verdana, Arial, sans-serif;
	color:#663300;
	text-decoration:none;
}
a:hover {
	color:#A98152;
}

