/* 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";

.blocproduits{
	float:left;
	width:163px;
	height:155px;
	background: url(../images/charte/bloc-produits.gif) no-repeat;
	margin:0 40px 20px 15px;
}
.blocproduits h1{
	font: 1em/1.3em arial; 
	font-weight:bold;
	padding:2px 0 0 30px;
	margin:0px;
}
.bloc-photo{
margin:0 auto 0 auto;
text-align:center;
}
.bloc-details{
	float:right;
	padding:3px 12px 0 0;
	
}

/* STYLE DE LA PAGE CONTACT */

.inputForm{
  background-color:#67bfff;
	width: 150px;
	border: 1px solid #c5e7ff;
	font-family: Arial;
	font-size: 12px;
}

.inputFormOver{
  background-color:#2ba0f5;
	border: 1px solid #c5e7ff;
	width: 150px;
  font-family: Arial;
	font-size: 12px;
}

.button{
  background-color:#67bfff;
	width: 60px;
	border: 1px solid #c5e7ff;
  font-family: Arial;
	font-size: 12px;
	cursor: pointer;
}

.buttonOver{
  background-color:#2ba0f5;
	border: 1px solid #c5e7ff;
	width: 60px;
  font-family: Arial;
	font-size: 12px;
	cursor: pointer;
}