body{
margin: 0px;
padding: 0px;
width: 100%;
background: black;
}

#header{
position: relative;
margin: 0px;
padding: 0px;
min-width: 998px;
height: 156px;
background: url(../img/template/header_bg_lm_motos.png) repeat-x;
}

#image{
position: relative;
margin: auto;
}

#menu{
position: relative;
margin: 0px auto;
padding: 0;
width: 802px;
height: 28px;
list-style: none;
background: black;
}

#menu-content{
/*background: #1E4DD7;*/
background: url(../img/template/menu-bgh.png) repeat-x -6px;
width: 100%;
border-top: 4px solid black;
}

#menu li.menu-content:first-child{
margin-left: 2px;
}

#menu li.menu-content{
z-index: 1000;
float: left;
margin: 0 2px 0 0;
padding: 0;
width: 198px;
height: 28px;
line-height: 28px;
text-align: center;
background: url(../img/template/menu-bgh.png) repeat-x -6px;
/*background: #1E4DD7;*/
font-style: bold;
font-size: 14px;
}

#menu li.menu-content a:hover{
background: url(../img/template/menu-bgh.png) repeat-x;
cursor: pointer;
text-decoration: underline;
}

#menu li.menu-content a{
display: block;
width: 198px;
height: 28px;
color: white;
text-transform: uppercase;
font-weight: bold;
font-family: Arial Black;
text-decoration: none;
}

#menu-footer{
position: relative;
margin: 0px auto;
padding: 0px;
width: 800px;
height: 24px;
list-style: none;
text-align: center;
color: white;
border-bottom: 1px solid white;
}

#menu-footer li.menu-content{
float: left;
margin: 0 8px;
padding: 0;
width: 184px;
height: 24px;
line-height: 24px;
text-align: center;
}

#menu-footer a{
text-decoration: none;
color: #FFD100;
}

#menu-footer a:hover{
text-decoration: underline;
color: #FFD100;
}

#index, #magasin,  #occasion, #contact{
position: relative;
margin: 0;
padding: 8px;
min-width: 784px;
width: auto;
}

p{
font-family: Georgia, serif;
padding: 10px;
margin: 0;
}