/* 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";

h1,h2,h3,h4 {margin:0;}

/* général */
.clearer{
  clear: both;
  }
.textmargin{
  margin: 0 20px;
  text-indent: 15px;
  }
.textmargin .noindent{
  text-indent: 0;
  }
.hr{
  background: #066ADC;
  clear: both;
  height: 1px;
  overflow: hidden;
  }

/* contact */
#contactPlan{
  width: 206px;
  float: right;
  margin: 0 20px 0 0;
  }
#contactPlan img{
  border: 0;
  }
#contactTxt{
  float: left;
  }
#formcontact input{
  width:99%;
  border:1px solid #004EA7;
  font-size:12px;
  }
#formcontact textarea{
  width:100%;
  border:1px solid #004EA7;
  font-size:12px;
  overflow-y: scroll;
  }
#formcontact label{
  margin: 0 0 0 5px;
  }
#formcontact input:focus, #formcontact textarea:focus{
	border-color:#FF0000;
}
#formcontact .champRequis{
	color:#FF0000;
}

/* page plan */
#pageplan{
  width: 630px;
  height: 635px;
  background: url(../images/divers/plan_mini.png);
  }
#pageplan2{
  width: 630px;
  height: 635px;
  background: url(../images/divers/plan_maxi.png);
  }
#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;
  }

/* catalogue */
#catnavig{
  text-align: center;
  }

/* fiche produit */
#achat img{
  border: 0;
  }
#achat #plusmoins, #achat input, #achat p{
  float: left;
  margin: 0 0 0 2px;
  }
#achat input{
  height: 12px;
  margin: 0 0 0 10px;
  }
#achat input.bouton{
  height: 18px;
  border: 1px solid #004EA7;
  margin: 0 0 0 20px;
  }
#achat p{
  margin: 3px 0 0 0;
  }
.prod_thumb{
  float: left;
  text-align: center;
  margin: 0 10px 10px 0;
  }
.prod_thumb img{
  border: 0;
  }
.prod_thumb p{
  margin: 5px 0 0;
  }
.srubrique{
  float: right;
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #FAB02F;
  font-weight: bold;
  height: 18px;
  }
.bold{
  font-weight: bold;
  font-size: 12px;
  }
.lienfprod{
  background: url(../images/charte/puce-h1.gif) top left no-repeat;
  height: 23px;
  padding: 8px 0 0 12px;
  margin: 0;
  }
#achat{
  background: url(../images/charte/puce-h1.gif) top left no-repeat;
  padding: 6px 0 0 12px;
  }
span.bold{
  font-size: 11px;
  }
  
/* CGV */
#contenu #cgv{
  width: 90%;
  margin: 0 0 0 28px;
  }
#contenu #cgv ul{
  margin: 0 0 0 30px;
  list-style-type: disc;
  }
#contenu #cgv li{
  list-style-type: disc;
  }
#contenu #cgv h2{
  font-size: 16px;
  margin: 30px 0 0;
  }
#contenu #cgv h3{
  font-size: 14px;
  margin: 15px 0 0 10px;
  }
#contenu #cgv h4{
  font-size: 12px;
  margin: 10px 0 0 15px;
  }
#contenu #cgv .boldall *{
  font-weight: bold;
  }
  
  
/************************style fiche*************************/
#visuelfiche {
	float:left;
	width:202px;
	margin-right:10px;
	margin-bottom:20px;
	
}
#imageprincipale {
	float:left;
	width:202px;
	margin-bottom:15px;
		
	}
#imageprincipale img{
	border:1px solid #a52ea6;
}
#vignettefiche{
	float:left;
	width:202px;
	height:auto;
	margin-bottom:5px;
	
	
}
#vignettefiche img{
	border:1px solid #a52ea6;
	width:60px;
	margin-bottom:2px;
	
}

#vignettefiche .decimage {
	margin-left:1px;
}

#boutonfiche{
	float:left;
	width:290px;
	height:29px;
	text-align:center;
}
#boutonfiche img{
	border:none;
}
#boutonfiche .imageleft {
	float:left;
	font-size:11px;
}

#container #contenuglobal #contenu #visuelfiche #boutonfiche p.tel{
padding-top:6px;
color:#047d9a;
text-align:left;
}
