/* 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 CONTENU */
#contenu h1{
font:bold 2em Arial, Helvetica, sans-serif;
text-align:left;
color:#fff;
margin:20px 0 17px 0;
height:40px;
line-height:40px;
}
#contenu h2{
font:bold 1.4em Arial, Helvetica, sans-serif;
/*line-height:40px;*/
/*height:40px;*/
text-align:left;
color:#fff;
/*display:inline;*/
margin:20px 0 0px 0;
}
#contenu p{
margin:15px 0;
}

#contenu-collections a:link, #contenu a:visited{
font-weight:bold;
text-decoration:none;
color:#fff;
}

#contenu-collections a:hover, #contenu a:active{
font-weight:bold;
text-decoration:underline;
color:#fff;
}

#contenu a:link, #contenu a:visited{
font-weight:bold;
text-decoration:none;
color:#fff;
}
#contenu a:hover, #contenu a:active{
font-weight:bold;
text-decoration:underline;
color:#fff;
}

#contenu .gros{
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	font-style:italic;
	color:#FFF;
}	

#contenu .petit{
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#FFF;
	text-align:right;
}	

#contenu ul{
	margin-left:20px;
	padding:0;
	border:0;
	background:none;
}
#contenu li{
	margin:5px 0 5px 20px;
	text-align:left;
}




/* STYLE DE LA PAGE Accueil */

#actu-accueil {
	border-left:1px dashed #b4b4b4;
	width:250px;
	float:right;
	margin-left:15px;
	padding:4px 4px 4px 10px;
}
#actu-accueil .titre-actu{
	margin-top:0;
	background:url(../images/charte/titre-actu.gif) no-repeat;
	width:250px;
	height:33px;
}
#contenu #actu-accueil .titre{
	font-size:13px;
	color:#FFF;
	margin-top:5px;
	font-weight:bold;
}
#contenu #actu-accueil .visuel{
	float:right;
	margin:0;
}
#contenu #actu-accueil .visuel img{
	border:3px solid #fff;
	margin-left:5px;
}
#contenu #actu-accueil .texte{
	margin:0;
	padding-bottom:10px;
}



/* STYLE DE LA PAGE Presse */

#presse {
	width:600px;
	margin:0 auto;
}
#presse p{
	float:left;
	width:150px;
	margin-right:20px;
}
#presse p a img{
	border:1px solid #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1.00; opacity:1.00;
}
#presse p a:hover img{
	filter: alpha(opacity=80);
	-moz-opacity: 0.80; opacity:0.80;
}



/* STYLE DE LA PAGE Points de vente */

#points-vente-gauche{
	float:left;
	margin-right:10px;
	width:300px;
}
#points-vente-droite{
	float:left;
	width:300px;
}
#points-vente-gauche p, #points-vente-droite p{
	width:180px;
	border:1px dashed #b4b4b4;
	padding:5px;
}



/* STYLE DE LA PAGE présentation des différentes collections */

#diapo{
	margin-top:20px;
}

.collections-titre{
	font-size:13px;
}



/* STYLE DE LA PAGE COLLECTION */

#diapo2{
	margin-top:20px;
}

.collection-titre{
	margin-top:50px;
	font-size:13px;
}



/*--------------------------- STYLE DE LA PAGE CONTACT----------------------- */

#formulaire-droite{
	width:200px;
	float:left;
	margin-top:20px;
	/*border:1px solid red;*/
}
#formulaire-droite p{
	margin:10px 0 10px 0;
}



/* page contact
**********************/
#formContact{
  padding: 0 8px 0 0;
  margin: 0 10px 15px 0;
  width:300px;
  /*border:1px solid red;*/
  float:left;
  }
#formContact .row{
  text-align: right;
  clear: both;
  margin: 0 0 5px;
  }
#formContact .row label{
  font-size: 13px;
  margin: 0 5px 0 0;
  }
#formContact .row input{
  width: 200px;
  height: 19px;
  border: 1px dashed #b4b4b4;
  font-size: 9px;
  padding: 1px 5px 0;
  background:none;
  color:#fff;
  }
#formContact #rowadresse label, #formContact #rowcommentaire label{
  margin: 0 5px 0 0;
  }
#formContact .row textarea{
  width: 210px;
  border: 1px dashed #b4b4b4;
  font-size: 11px;
  font-family:Arial, Helvetica, sans-serif;
  display: block;
  float: right;
  margin: 0 0 5px;
  background:none;
  color:#fff;
  }
#formContact .row textarea#adresse{
  height: 51px;
  }
#formContact .row textarea#commentaire{
  height: 51px;
  }
#formContact #rowsubmit input{
  width: 100px;
  height: 20px;
  padding: 0;
  margin: 0 0 0 5px;
  color: #fff;
  border: 1px solid #b4b4b4;
  background:none;
  }
#formContact #rowsubmit input:active, #formContact #rowsubmit input:focus{
  outline: none;
  }

.champRequis{
  color: #FF0000;
  }
