/* Feuille de style pour le contenu des pages 
 * C'est cette feuille de style qui doit être liée aux pages du site
 * La feuille de style de la charte est appelée depuis cette feuille.
 */
 
/* Import des style pour la charte */
@import "charte.css";

/* STYLE CYC  (ne pas supprimer) */
.cyc {
	position: absolute;
	top: -10000px;
}

/* STYLE DE LA PAGE CONTACT */

#contactTxt{
	float: left;
}
#contactPlan{
	float:right;
}
#contactLogo{
	float: left;
	margin: 0 0 0 95px;
	}
#formContact input,textarea{
	width:100%;
	border:1px solid #000;
	font-size:12px;
}
#formContact input:focus,textarea:focus{
	border-color:#FF0000;
}
#formContact .champRequis{
	color:#FF0000;
}

/* général */
#contenuTexte .centreur{
  text-align: center;
  }
#contenuTexte img{
  border: 1px solid #D87206;
  margin: 5px 0;
  }
.hr{
  height: 1px;
  overflow: hidden;
  background: #D87206;
  clear: both;
  margin: 5px 0;
  }
.bold{
  font-weight: bold;
  }
.hrclear{
  clear: both;
  }

/* contact */
#formContact input, #formContact textarea{
  border: 1px solid #D87206;
  }
#formContact textarea{
  overflow-y: scroll;
  }
#formContact input{
  height: 16px;
  padding: 2px 0 0;
  }
#formContact input.bouton{
  margin: 12px 0 0 0;
  padding: 0;
  height: 18px;
  }
#contactPlan img{
  border: 0;
  }
#pageplan{
  width: 630px;
  height: 635px;
  background: url(../images/contenu/plan_mini.jpg);
  }
#pageplan2{
  width: 630px;
  height: 635px;
  background: url(../images/contenu/plan_maxi.jpg);
  }
#lien1{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 12px;
  }
#lien2{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 38px;
  }
#lien3{
  display: block;
  width: 100px;
  height: 25px;
  position: absolute;
  top: 64px;
  }

/* promos */
.produit .photo{
  float: left;
  width: 130px;
  text-align: center;
  }
.produit div{
  float: right;
  width: 520px;
  }
#contenu .produit div h2{
  color: #1f4988;
  }
#pageproduit img{
  border: 0;
  }
#pageproduit{
  text-align: center;
  }
#pageproduit a{
  font-family:Arial, Helvetica, sans-serif;
  color:#1f4988;
  }

/* occasvente */
.occasvente .photo{
  float: left;
  width: 130px;
  text-align: center;
  }
.occasvente div{
  float: right;
  width: 170px;
  }
#contenu .occasvente div h2{
  color: #1f4988;
  }
.occasvente{
  width: 310px;
  float: left;
  border: 1px solid #D87206;
  margin: 5px 0 7px 5px;
  padding: 5px;
  }
