body
{
padding: 0px;
margin: 0px;
font-family: helvetica;
background-color: #FFE6CC;
}

#wrap
{
width: 960px;
margin: 10px auto;
background-color: #FEFFE5;
font-family: helvetica;
}

#header
{
height: 140px;
text-align: center;
background-image: url("images/logo_hp.png");
background-repeat : no-repeat;
}

#menu
{
float: left;
width: 200px;
border: 1px solid #ff6347;
border-top: 0px solid #ff6347;
border-left:0px solid #ff6347;
padding-right: 20px;
margin-top: 10px;
}

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

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

#menu ul
{
list-style-type: square;
}


#corps
{
margin-left: 250px;
margin-bottom: 20px;
padding: 5px;
}


#corps h1
{
color: #FF3D3D;
text-align: center;
}

#corps h2
{
color: #FF3D3D;
text-align: center;
}


#image_aspi
{
position: relative;
right: 20%;
}

#image_vitre
{
position: relative;
right: 5%;
}

#image_lavage
{
position: relative;
left: 5%;
}

#image_poubelle
{
position: relative;
left: 20%;
}

td
{
vertical-align: top;
}

#lien_plan
{
text-decoration: none;
color: #0000FF;
font-size: smaller;
}

#image_locaux
{
position: relative;
left: 10%;
}

#footer
{
font-size: 60%;
text-align: center;
}