@charset "utf-8";
/* CSS Document */
body, div, input, p, blockquote, th, td,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset
{ 
margin: 0; padding: 0;
}
h1,h2,h3,h4,h5,h6
{
font-size:100%;
}
address,caption,cite,code,dfn,em,strong,th,var
{ 
font-style:normal; font-weight: normal;
}
table
{ 
border-collapse: collapse; border-spacing:0;
}
fieldset, img
{
border:0;
}
caption,th
{
text-align:left;
}
q:before,q:after
{
content:'';
}
body
{
background-color: #1F0F10;
margin-top: 0px;
margin-bottom: 20px;    
}
#conteneur
{
margin: auto;
width: 1024px;
}
#header
{
background-image: url("../images/Slice 1.png");
width: 1024px;
height: 95px;
}
#menu
{
background-image: url("../images/Slice 2.png");
width: 1024px;
height: 122px;
text-align:left;
border-width:medium;
}
#corps
{
background-image: url("../images/Slice 3.png");
background-repeat: repeat-y;
width: 1024px;
text-align: left;
overflow: auto;
}
#corps_photos
{
float: left;
width: 60%; 
margin-left:6%;
}

#corps_texte
{
margin-left: 66%;
padding:4px;
width:30%;
}
#footer
{
background-image: url("../images/Slice 4.png");
background-repeat : no-repeat;
width: 1024px;
height: 134px;
text-align:center;
padding-top:50px;
}
#map
 {
  width:500px; height:500px; 
  }
