
body  /* pour toute la page */
{
	font-family: Verdana, Arial,sans-serif;
	margin: 0;
	padding: 0;
}

header     /* banniere */
{
    background-color: rgb(240,240,240); /* gris clair*/
	width: 100%;
	margin-left: 0;
    margin-right: 0;
	margin-top: 0;
	margin-bottom:0;
	padding: 0; /* Marge interieure de 12px */
	text-align: center;
}

nav     /* menu */
{
    background-color: black; /*rgb(240,240,240); /* gris clair*/
	width: 100%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 0;
	margin-bottom:0;
	padding: 10px; /* Marge interieure de 12px */
	text-align: center;
}

h1     /* titre */
{
	font-weight: bold;
	font-size: 1.3em;
	margin: 0px;
}

h2    /* sous-titre */
{
	font-weight: bold;
	font-size: 1.3em;
}

h3    /* sous-sous-titre pour les avis*/
{
	font-weight: bold;
	font-size: 1em;
	font-style:normal;
	margin-bottom:2px;
}

article
{
	width: 800px;
	text-align: justify;
	margin: auto; /* bloc centré avec auto */
	margin-top:30px;
	margin-bottom:30px;
}


p /* texte */
{
	color: black;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-right: 0px;
	margin-left: 0px;
}

mark /* pour etiquette prix */
{
	font-size: 3em;
}

ul /* liste */
{
	color: black;
	margin : 12;
	width: 800px;
	margin: auto; /* bloc  centré avec auto */
}

table /* tableau */
{
	background-color: white;
	color: black;
	margin: auto; /* bloc centré avec auto */
	padding: 1em;
	border-collapse: collapse;
	width: 800px;
	text-align:center;
	font-size: 1em;
}

td
{
	padding: 20px 5px;
}

figure /* images */
{
	text-align: center;
	width: 100%;
	margin-left: 0;
    margin-right: 0;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px; /* Marge interieure */
	border-bottom-style: solid;
	border-color: rgb(190,190,190);
	border-width: thin;
	background-color: rgb(240,240,240); /* gris clair*/
}

footer     /* pied de page*/
{
    background-color: rgb(190,190,190); /* gris un peu plus foncé*/
	width: 100%;
	margin-left: 0;
    margin-right: 0;
	margin-top: 0;
	margin-bottom:0;
	padding: 5px; /* Marge interieure */
	font-size: 0.8em;
	text-align : center;
}
#menu
{
	color: white;
	margin-left: auto;
    margin-right: auto;
	margin-top: 20;
	margin-bottom:20;
	padding-top: 10px;
	padding-bottom:10px;
	list-style: none;
	text-align : center;
	text-decoration:none;
}
#menu li 
{
  display: inline ;
  padding: 5px;
  margin: 0px 30px; /* 0px haut et bas 30px droit et gauche  */
  background-color: black; /*   */
  color: white ;
  background: black;
}
#menu li a
{
  text-align: center ;
  text-decoration: none ;
  color: white ;
}

#menu li a:hover, #menu li a:focus, #menu li a:active, #menu li a:visited
{
  text-decoration:none;
  font-weight:bold;
  color: white ;
}

