body
{
width : 760px;
margin : auto;
margin-top : 20px;
margin-bottom : 20px;
background-image : url("images/fond3.png");
}

#header
{
background-image : url("images/header2.png");
background-repeat : no-repeat;
width : 760px;
height : 150px;
border : 1px solid black;
}

#menu
{
margin : auto;
margin-top : 30px;
margin-bottom : 10px;
float : left;
width : 175px;
}

#menu a:hover
{
color : #cc3300;
}

#menu ul
{
list-style-image: url("images/puce.png");
}

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

#corps
{
margin : auto;
padding : 20px;
margin-left : 180px;
}

#corps .imageflottante
{
float : left;
padding : 4px;
}
#corps .img_localisation
{
border : none;
}

#corps a 
{
color : black;
}

#corps ul
{
list-style : none;
}

#corps h2
{
color : #cc3300;
}

#pied_de_page
{
text-align: center;
}

#pied_de_page ul li
{
float : left;
list-style: none;
padding : 10px;
}

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

#pied_de_page a:hover
{
color : #cc3300;
}