/***********************************************************************
Le document
************************************************************************/
body
 {
  width:900px;
  margin:10px auto;
  font-family:Verdana;
  font-size:12px;
  background-color:rgb(255,255,255);
/*  background-image:url(images/fond-page-1.jpg);*/
 }

.page
 {
  border:0px solid red;
 }

.zone_titre
 {
  border:1px solid rgb(155,10,10);
  background-color:rgb(155,10,10);
  text-align:center;
  height:75px;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 10px 1px #656565;
 }

.zone_gauche
 {
  float:left;
  width:200px;
  background-color:rgb(155,10,10);
  text-align:left;
  border-radius: 5px;
  box-shadow: 5px 5px 10px 1px #656565;
 }

.zone_droite
 {
  float:right;
  width:640px;
  min-height:575px;
  padding:20px;
  background-color:rgb(255,160,24);
  border-radius: 5px 5px 5px 5px;
  box-shadow: 5px 5px 10px 1px #656565;
 }

.zone_horizontal
 {
  height:30px;
  background-color:rgb(155,10,10);
  border-radius: 5px;
  box-shadow: 5px 5px 10px 1px #656565;
  clear:both
 }

.center
 {
  text-align:center;
 }

.clear{

height:15px;
clear:both
}

.clear_petit{

height:5px;
clear:both
}

.prix
 {
  height:30px;
  background-color:rgb(155,10,10);
  border-radius: 5px;
  box-shadow: 5px 5px 10px 1px #656565;
  font-family:Verdana;
  font-size:22px;
  color:rgb(255,255,255);
 }

/***********************************************************************
La présentation
************************************************************************/
.lien_page
 {
  font-size:14px;
  text-align:center;
 }

h1
 {
  font-size:28px;
  color:rgb(155,10,10);
  text-shadow: 2px 2px 2px grey;
 }

h2
 {
  font-size:20px;
  color:rgb(155,10,10);
  text-shadow: 1px 1px 1px grey;
  text-align:center;
 }

h3
 {
  font-size:14px;
  color:rgb(255,255,255);
  text-shadow: 1px 1px 1px grey;
 }

p
 {
  font-size:12px;
 }

a
 {
  text-align:center;
 }

a:link, a:visited
 {
  margin:0;
  padding:0;
  text-decoration:underline;
  color:blue;
 }

a:hover, a:active
 {
  color:blue;
 }

