body {
    background: #F7F7F7;
    overflow-y: scroll;
}

* {	-moz-outline: none; }

#page {
    position: relative;
    display: block;
    width: 1000px;
    margin: 0 auto;
    background: url(../img/layout/mainBackground.jpg) no-repeat white top center;
}

#header {
    position: absolute;
    width: 1000px;
    height: 73px;
    background: url(../img/layout/header/right.png) top right no-repeat;
    z-index: 6;
}

#headerLeft {
    background: url(../img/layout/header/left.png) no-repeat top;
    height: 101px;
    width: 327px;
    display: block;
    position: absolute;
    left: 0;
    top:0;
}

#header .imagesMagasin {
    position: absolute;
    left: 120px;
    top: 10px;
}

#header h1 {
    position: absolute;
    z-index: 4;
    top: 9px;
}

#header #greeting {
    position:absolute;
    left:350px;
    top:16px;
}

#header #login {
    position:absolute;
    right:300px;
    top:16px;
}

#header #identification {
    position: absolute;
    right: 40px;
    top: 19px;
}

#identification input {
    height: 16px;
    width: 200px;
}

#header .carteMaison {
    position:absolute;
    top: -26px;
    right: 0;
}
#identification .btnGo {
    right:-35px;
    top:11px;
}
a.btnGo {
    position:absolute;
    height: 35px;
    width: 35px;
    display:block;
    text-indent:-2000px;
    background: url(../img/layout/buttons/go-idle.png);
}
a.btnGo:hover {
    background: url(../img/layout/buttons/go-over.png);
}

a.btnGo:active {
    background: url(../img/layout/buttons/go-press.png);
}

a.btnBack {
    position:absolute;
    text-align: left;
    text-decoration: none;
    height: 35px;
    width: auto;
    display:block;
    color: #666;
    text-indent: 40px;
    line-height: 34px;
    font-size: 11px;
    background: url(../img/layout/buttons/back-idle.png) no-repeat;
}

a.btnBack:hover {
    background-image: url(../img/layout/buttons/back-over.png);
	color: #888;
}

a.btnBack:active {
    background-image: url(../img/layout/buttons/back-press.png);
    color: #333;
}

a.text-button {
	display: block;
	text-decoration: none;
	position: relative;
	width: auto;
	height: 31px;
	cursor: pointer;
}

a.text-button .center {
	margin: 0 17px;
	height: 31px;
	line-height: 30px;
	text-align: center;
	color: white;
	font-size: 0.8em;
	display: block;
	background: url(../img/layout/buttons/text.png);
}

a.text-button .left, a.text-button .right {
	display: block;
	position: absolute;
	top:0;
	left:0;
	background: url(../img/layout/buttons/text-left.png);
	height: 31px;
	width:17px;
}

a.text-button .right {
	left:auto;
	right:0;
	top:0;
	background: url(../img/layout/buttons/text-right.png);
}

a.text-button:hover .left { background-image: url(../img/layout/buttons/text-left-over.png) }
a.text-button:hover .center { background-image: url(../img/layout/buttons/text-over.png) }
a.text-button:hover .right { background-image: url(../img/layout/buttons/text-right-over.png) }

a.text-button:active .left { background-image: url(../img/layout/buttons/text-left-active.png) }
a.text-button:active .center { background-image: url(../img/layout/buttons/text-active.png) }
a.text-button:active .right { background-image: url(../img/layout/buttons/text-right-active.png) }

#header #identification p {
    color: black;

}
#content {
    position: relative;
    padding-left: 330px;
    padding-right:30px;
    padding-top: 110px;
    z-index: 2;
    background: no-repeat top left;
    padding-bottom: 140px;
    min-height:400px;
}

#footer {
    position:relative;
    width: 1000px;
    height:109px;
    margin:0 auto;
    margin-top:-100px;
    background: url("../img/layout/footer.png");
    z-index:20;
}

#shadow {
    background: url(../img/layout/shadow.png);
    width: 1000px;
    height: 5px;
    position: absolute;
    top: 85px;
    left: 0;
    z-index: 600;
}

h2 {
    margin-top: 20px;
    margin-left: -60px;
}

h3 {
    margin-bottom:40px;
}
#adresse {
    text-align : left;
    font-size : 0.9em;
    color : #777;
    margin : 0 0 20px 325px;
    padding : 20px 20px 0 0;
}

#credits {
    text-align : justify;
    font-size : 0.9em;
    color : #777;
}
#credits h3 {
    font-weight : bold;
    font-size : 1.1em;
}
