.header {
  background-color: white; 
  width: 100%; 
  float: none; 
  background-image: url('../images/logo_cvs.jpg');
  background-repeat:no-repeat; 
  background-attachment: local; 
  background-position: center; 
  height: 129px; 
  width: 100%;
}
.menu {
  display: none;
}
.content {
  background-color: white;
  width: 100%; 
  float: none;
  font-size: large;
}
h1+div {
  padding: 0.5em;
}
.footer {
  display: none;
}
.retour {
  font-size: 1.25em;
  font-weight: bold;
  background-color: yellow;
  color: black;
  font-familys: Verdana; 
  font-family: Arial; 
  padding: 0.25em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
  text-align: left;
}
.retour a {
  text-decoration: none;
  color: black;
}
.retour img {
  height: 100%;
  float: left;
}
h1 {
  font-size: 1.25em;;
  font-weight: bold;
  background-color: rgb(192, 192, 192);
  color: rgb(204, 102, 0);
  font-family: Verdana; 
  padding: 0.25em;
  text-align: center;
}
h2 {
  font-size: larger;
  font-weight: bold;
  color: rgb(204, 102, 0);
  font-family: Verdana;
  margin-left: 0.5em;
  font-style:italic;
  margin-bottom: 0.5em;
}
ul {
  margin-left: 1em;
}

.credit {
	font-size: x-small;
}
.separation {
	margin-top: 2em; margin-bottom: 2em; 
}
.infoslegales {
  padding-top: 1em;
  padding-bottom: 1em;
  font-family:arial,sans-serif;
  color: black;
  font-size: 1.25em;
  
}
.infoslegales a {
  text-decoration: none;
}

.smartphone {
}
.bigscreen {
  display: none;
}
