body {
  margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background-color: #000099;
  font-family: arial, helvetica;
  color: white;
}

.conteneur_vignettes {
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
  width: 580px;
}

.vignette1 {
  padding: 0px;
  width: 168px;
  height: 240px;
  margin: 10px;
  background-color: #006A9C;
  display: block;
  float: left;
}

.vignette2 {
  padding: 0px;
  width: 168px;
  height: 240px;
  margin: 10px;
  background-color: #4C50FF;
  display: block;
  float:left;
}

#main {
  text-align: left;
  width:580px;
  margin-left:auto;
  margin-right:auto;
}

#conteneur_photo {
  width: 480px;
  height: 325px;
  background-image: url(../images/fond_photo.png);
  background-repeat: no-repeat;
  float: left;
  padding: 5px 0px 0px 5px;
}

#conteneur_vignettes {
  width: 90px;
  height: 325px;
  float: left;
  margin-top: 5px;
}

#grande_photo {
  border: 0;
}

#petite_vignette {
  border: 0;
}

#vignette {
  width: 61px;
  height: 46px;
  background-image: url(../images/fond_vignette.png);
  background-repeat: no-repeat;
  margin-left: 3px;
  margin-bottom: 7px;
  padding: 2px 0px 0px 2px;
}

#titre {
  font-weight: bold;
  font-size: 20px;
  color: white;
  margin-bottom: 6px;
}

#orange {
  color: #FFCC00;
  text-decoration: none;
}

#description {
  width:570px;
  font-size: 12px;
  color: white;
  margin-bottom: 6px;
}

#affichage_gauche {
  width: 155px;
  height: 145px;
  float: left;
  padding-right: 5px;
  text-align: right;
  line-height: 18px;
}

#affichage_gauche a {
  font-weight: bold;
  text-decoration: none;
  color: #FFCC00;
}

#affichage_milieu {
  width: 315px;
  float: left;
  background-image: url(../images/fond2.png);
  background-repeat: repeat-y;
  color: black;
  text-align: justify;
}

#texte_milieu {
  padding: 5px;
}

#affichage_droite {
  width: 155px;
  height: 145px;
  float: left;
  padding-left: 5px; 
  text-align: left;
  line-height: 18px;
}

#selection {
  width: 550px;
  font-size: 13px;
  color: white;
  margin-bottom: 14px;
  letter-spacing: 1px;
}

fieldset {
  border: 1px solid #3366FF;
  padding: 5px;
  margin: 0px;
}

#reference_vignette {
  color: #FFCC00;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  margin-left: 6px;
  margin-top: 5px;
}

#resume_vignette {
  color: white;
  font-size: 13px;
  text-align: left;
  font-weight: normal;
  font-style: italic;
  line-height: 13px;
  margin-top: 7px;
  margin-left: 6px;
  height: 70px;
}

#prix_vignette {
  color: white;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

#image_vignette {
  border: 1px solid white;
}
