/* 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{
display:block;
padding-bottom:0px;
border-bottom:1px solid #ccc;
padding-top:10px;
font-size:22px;
font-weight:bold;
letter-spacing:-1px;
color:#000;
}
h2{
font-size:16px;
font-weight:bold;
color:#999;
padding-top:4px;
border-bottom:1px solid #ccc;
}
h3{
background-image:url(../images/charte/puce1.gif);
background-repeat:no-repeat;
background-attachment:scroll;
background-position:left center;
border-bottom:1px solid #ccc;
padding-left:10px;
font-size:15px;
display:block;
color:#666666;
margin-bottom:10px;
}
.petit{
font-size:9px;
letter-spacing:1px;
font-weight:bold;
color:#a02020;
}

p {margin-bottom:10px}


ul.liste {
	list-style:url(../images/charte/puce1.gif);
	margin:10px 20px;
}

liste li{
	margin-bottom:7px;
}


.nota {
	font-style:italic;
	font-size:10px;
}
#bloc-pos-gauche {
	float:left;
	width:580px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	letter-spacing:0.02em;
	margin: 20px 0;
	}


#bloc-pos-gauche2 {
	float:left;
	width:400px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
	letter-spacing:0.02em;
	margin: 20px 0;
	}
	
	
#bloc-pos-gauche a, .bloc-boutique a, #bloc-adresse-contact a, .bloc-partenaire a {
	color:#333;
	font-weight:bold;
	letter-spacing:0.05em;
}
#bloc-pos-gauche a:hover, .bloc-boutique a:hover, #bloc-adresse-contact a:hover, .bloc-partenaire a:hover{
	color:#a02020;
	text-decoration:underline;
}

	

/** Accueil **/
.bloc-produit {
	float:left;
	width:160px;
	margin: 0 30px 5px 0 ;
}

.denomination-produit {
	font-size:15px;
	color: #6E6E6E;
	font-weight: bold;
	width:160px;
	background-color:#DCDCDC;
	}

.description-produit {
	float:left;
	padding:10px;
	font-size:10px;
	color: #000;
	width:140px;
	text-align:justify;
	height:110px;
	}

.prix-produit {
	display:block;
	font-size:16px;
	font-weight:bold;
	color:#a02020;
	margin:5px 0 0 0; 
	}

.img-produit {
	width:160px;
	float:left;
	margin:10px 0;
	text-align:center;
	height:100px;
	}
	
.bloc-produit a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00; opacity:1.00;
border:none;

}
.bloc-produit  a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;
border:none;
}




/** Nos boutiques **/
.bloc-boutique {
	float:left;
	width:140px;
	margin: 20px 0 0 30px ;
}

.boutique {
	float:left;
	width:140px;
	margin: 0 0 30px 0 ;
}

.denomination-boutique {
	font-size:15px;
	color: #000;
	font-weight: bold;
	width:130px;
	background-color:#DCDCDC;
	padding:0 0 0 5px;
	margin:0;
	}

.description-boutique {
	float:left;
	margin: 5px 10px 0 0 ;
	font-size:11px;
	color: #000;
	width:130px;
	text-align:justify;
	padding: 0 0 0 5px ;
	}
	
	
	
/** Partenaires **/
.bloc-partenaire {
	float:left;
	width:170px;
	margin: 30px 30px 30px 0 ;
}

.denomination-partenaire {
	font-size:15px;
	color: #000;
	font-weight: bold;
	width:165px;
	background-color:#DCDCDC;
	padding:0 0 0 5px;
	margin:0;
	}

.description-partenaire {
	float:left;
	margin: 5px 10px 0 0 ;
	font-size:11px;
	color: #000;
	width:165px;
	text-align:justify;
	padding: 0 0 0 5px ;
	}

.bloc-partenaire img {
	width:170px;
	float:left;
	margin:10px 0;
	}
	
	

/** contact **/
#bloc-adresse-contact {
	width: 180px;
	float:left;
	margin:30px 50px 20px 0 ;
	font:11px Arial, Helvetica, sans-serif;
	color:#000;
	border:1px dashed #666666;
	padding: 0 0 0 10px;
}
#bloc-adresse-contact p {letter-spacing:0.02em;}
#bloc-adresse-contact img {margin-bottom:10px;}

#bloc-contact {
	width: 350px;
	float:left;
	margin:30px 0 20px 0 ;
	padding:0;
	font:1.1em Arial, Helvetica, sans-serif;
	color:#000;
}

#bloc-contact #contactTxt{
	width:45%;
	float:left;
}
#bloc-contact  #formContact input, textarea{
	width:95%;
	border:1px solid #000;
	font-size:12px;
	background-color:#F5F5F5;
}
#bloc-contact  #formContact .radio{
	width:10%;
	border:0 solid #000;
}
#bloc-contact  #formContact .champRequis{
	color:#FF0000;
}

#bloc-contact #formContact .bouton-contact {
	float:left;
	background-color:#333333;
	color:#fff;
	display:block;
	width:70px;
	padding:0;
	margin-right:10px;
	text-align:center;
	font-size:11px;
	cursor:pointer;
	}
	

/** Catalogue **/
#img-fiche-produit {
	width:200px;
	float:left;
	margin: 30px 30px 0 0;
	}
	
.img {
	width:200px;
	height:150px;
	float:left;
	margin: 10px 30px 0 0;
	}
		
#img-fiche-produit img{
	width:200px;
	border:1px solid #6E6E6E;
	}
	
#vignette-couleur{
	display:block;
	float:left;
	width:170px;
	margin-top:3px;
	}

#vignette-couleur img {
	width:20px;
	height:20px;
	float:left;
	border:1px solid #333;
	margin-right: 10px;
	}

#bloc-fiche-produit {
	width:300px;
	float:left;	
	margin: 30px 0 0 0;
	font-size:12px;
	color: #000;
	font-weight:normal;
}

.denomination-fiche-produit {
	font-size:20px;
	color: #000;
	font-weight: bold;
	border-bottom:1px dotted #666666;
	}

.description-fiche-produit {text-align:justify; color:#333333;}

.prix-fiche-produit {
	font-size:28px;
	color:#a02020;
	font-weight:bold;
	}
	
#bloc-fiche-produit a img{
filter: alpha(opacity=100);
-moz-opacity: 1.00; opacity:1.00;
border:none;
}

#bloc-fiche-produit a:hover img{
filter: alpha(opacity=70);
-moz-opacity: 0.70; opacity:0.70;
border:none;
}


.form-taille{
	width: 250px;
}
/** Fil ariane **/
.fil-ariane {
	display:block;
	width: 600px;
	font-size:16px;
	font-weight:bold;
	color:#999;
	padding-top:4px;
	border-bottom:1px solid #ccc;
}

.titre-fil-ariane {
	font-size:20px;
	font-weight:bold;
	color:#000;
	padding-top:4px;
	}


/** cgv **/
#bloc-cgv {
	float:left;
	width:500px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
	margin: 20px 0;
}

.prixbarre{
	color:#000000;
	text-decoration:line-through;
	font-size:0.9em;
}