html {
	margin: 0;
	padding: 0;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, Verdana, Sans-Serif;
    overflow: auto;
}

body a {
    color: #20659E;
    text-decoration: none;
}
body a:hover {
    color: #20659E;
    text-decoration: underline;
}
div#global {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-top: 3px;
    margin-bottom: 3px;
    width: 900px;
    padding: 0;
    background-color: #e5e5e5;
   /* text-align: center;*/
}
/*div#global p div{
     text-align: left;
}*/
div#global h1 {
	position: absolute;
	margin: 0px;
	padding:0px;
	text-indent: -5000px;
	line-height: 1px;
	font-size: 1px;
}
div#header {
    height: 84px;
    background: url('images/entete.png') top left no-repeat;
}
div#header h1 {
    text-indent: -5000px;
    margin: 0;
    line-height: 0px;
}

#menutop {
	height: 54px;
    width: 900px;
	/*margin: 0 10px 1em 15px;*/
	clear: both;
	background: transparent url(images/barre-menu.png) left top no-repeat;
}
#menutop h2 {
    text-indent: -5000px;
    margin: 0;
    line-height: 0px;
}
#menutop ul, #menutop li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menutop ul {
  margin-left: 210px;  /* margin pour centrer le menu... bidouille :-) = ( 900-nbelem*sizeof(elem) ) / 2*/
}
#menutop li {
margin-top: 9px;

float: left;
display: block;  
height: 28px;
width: 120px;
color: #fff;
font: 19px/28px Arial, Verdana, Sans-Serif;
text-decoration: none;
border-left: 1px solid #fff;
text-align: center;
}


#menutop li a { 
display: block;  
height: 28px;
width: 120px;
color: #ffbf00;
font: 19px/28px Arial, Verdana, Sans-Serif;
text-decoration: none;

text-align: center;
}
#menutop a#storelink:hover {

background-position: -269px -63px;

}
#menutop a#storelink {
display: block;
height: 28px;
width: 80px;
color: #ffbf00;
font: 19px/28px Arial, Verdana, Sans-Serif;
text-decoration: none;
float: right;
text-align: center;
margin-top: 9px;
border-left: 1px solid #fff;
border-right: 1px solid #fff;
margin-right: 10px;
}

#menutop li.last {
border-right: 1px solid #fff;
}
#menutop a:hover {
color: #fff;
background: transparent url(images/barre-menu.png) top left no-repeat;
}
#menutop a#menu1:hover {
background-position: -148px -63px;
}
#menutop a#menu2:hover {
background-position: -269px -63px;
}
#menutop a#menu3:hover {
background-position: -390px -63px;
}
#menutop a#menu4:hover {
background-position: -511px -63px;
}
#menutop a#menu5:hover {
background-position: -632px -63px;
}

#footer
{
    width: 900px;
    background:  #e5e5e5 url(images/footer.png) bottom left no-repeat;
    text-align: center;
	clear: both;
	border: none;
	color:#666;
    font-size: 0.6em;
    padding-bottom: 3px;
    margin-top: 3px;
}
#footer hr {
    display: none;
}
#footer a {
    color: #666;
    text-decoration: none;
    
}
#footer a:hover {
    text-decoration: underline;
}
