

    @media only screen and (min-width: 200px) and (max-width: 960px)  {
  #corps
  {
    font-size:16pt;
  }
}

body {
    margin: 100px auto;
    width: 833px;

    background-image: url(white_wall.png);
}
nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
.temoins{
  width : 100px;
}

#imageCentree{
  margin : 100px;
  margin-top:5px;
  width : 450px;
}

.blocimage {
  margin: 0;
  float: left;
  margin-top: 8px;
  margin-right: 5px;

  width : 140px;
}


div.bloctexte {
  position:relative;
  margin-left: 2px;
}

#corps{
  font-family:'Helvetica', 'Arial', 'Sans-Serif';
  border-radius:8px 8px;
  text-align: justify;
  width:auto;
  position:relative;
  padding-left: 3px;
  margin-left : 160px;
/*  background-color: #A19180;*/
  background-color: #FFFFFF

}
#adresse{
  text-align: center;


}


#mentions{
  font-family:'Helvetica', 'Arial', 'Sans-Serif';
  border-radius:8px 8px;
  font-size : 8pt;
  position:relative;
  padding-left: 3px;
  margin-left : 160px;
  margin-top : 50px;

/*  background-color: #A19180;*/
  background-color: #FFFFFF

}

#banniere {
    position: relative;
    margin: 0px 0px 0px 0px;
    z-index: 2;
    width: 933px;
    height: 219px;
    background-image: url('banniere.jpg');
    background-repeat: no-repeat;
    background-color: transparent;
    overflow:hidden;
    color: #000000;
    border: 0px solid #3C3C3C;
}


#annonce {
  border-radius:15px 15px;
  margin-top : 10px;
  margin-bottom : 10px;
  margin-left : 160px;
  font-family:'Helvetica', 'Arial', 'Sans-Serif';
padding:3px;
background-color:#EEEEFF;
border:3px solid #9FC6FF;
position :relative;
/*arrondir les coins en haut à gauche et en bas à droite*/
/*-moz-border-radius:15px 0;
-webkit-border-radius:15px 0;*/

}

#corps ul {
  list-style-type: none;
  margin: 0;
  padding: 3px;
  background-color: #FFFFFF; /*Couleur base : b3846b*/
}
#corps li {
  display: block;
  padding: 8px 16px;
  text-decoration: none;
}

nav ul {
  list-style-type: none;
  width:150px;
  background-color: #4995f0; /*Couleur base : b3846b*/
}

nav li {
  float: left;
  width: 150px;
  background-color: #4995f0;/*#bb2222;*/
}

nav li a {
  display: block;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
}

li a {
  color: blue;
  padding: 1px 0px;
  text-decoration: none;
}


/* Change the link color to #111 (black) on hover */
nav li a:hover {
  background-color: #97a7ba;/*#b3846b;*/
}



footer{
position:relative;
bottom:0;
margin-left: :160px;
width:733px;
padding-top:50px;
height:50px;
}

footer ul{
  font-family:'Helvetica', 'Arial', 'Sans-Serif';
  padding: 0px;
  list-style: none;
  font-weight: bold;
     overflow: hidden;
}
footer li a {
  color: blue;
  padding: 8px 16px;
  text-decoration: none;
}
nav li a:hover {
color: #ffffff;
}

table {
  border-collapse: collapse;
  width: 100%;
  overflow-x: auto;
}

th, td {
  text-align: left;
  padding: 8px;
}
