/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes spip-thelia		*/
/*  ----------------------------------------------------------- */

/* styles thelia */

.titrePage {
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 5px;
}
.titreps {
	float: right;
	width: 230px;
	text-align: left;
	font-size: 11px;
}
.sousTitrePage {
	color: #FFFFFF;
	text-align: left;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}

.textePage {
	color: #ffba00;
	text-align: left;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

.separation {
	height: 1px;
	background-color: #7f8eb9;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	zoom:1;
}


/* Produit petit & grand
-------------------------------------------------------- */

.ListeProduitsPetits {

	margin: 0;
	padding: 0;
}

.produitPetit {
	float: left;
	margin-right: 20px;
	padding: 0px 0px 5px;
	border: 1px solid #666666;
	width: 250px;
	text-align: center;
	height: 320px;
	overflow:hidden;
	margin-bottom: 20px;
}

.contourImage {
	margin: 0px;
	padding: 0px;
	height: 180px;
	width: 250px;
	overflow:hidden;
	display:block;
}
.contourImage2 {

}
.titreProduit {
	color: #FFFFFF;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 100%;
	font-size: 11px;
}

.chapoProduit {
	color: #FFFFFF;
	font-style: italic;
	font-size: 0.9em;
	line-height: 1.2em;
	margin-bottom: 5px;
	width: 100%;
	display:block;
}

.descriptionProduit {
	color: #999999;
	margin-top: 5px;
	width: 100%;
	margin-bottom: 10px; display:block;
}

.prixProduit {
	color: #EC8000;
	font-weight: bold;
	margin-top: 3px;
	 display:block;
}

.ficheProduit {
	float:left;
	width: 470px;
	margin-left: 10px;
}


a.LIEN_commander {
	color: #acac90;
	text-decoration: none;
	font-weight: bold;
}



/* Nombre de pages
-------------------------------------------------------- */

#pages {
	float: left;
	text-align: right;
	font-size: 0.9em;
	padding-top: 10px;
	margin: 0;
	padding-bottom: 10px;
	color: #FFFFFF;
}
.page_produit #pages {
	clear: left;
}

a.LIEN_pages:link {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.LIEN_pages:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}




/* Divers éléments de formulaires & tableaux
-------------------------------------------------------- */

.enteteTableau {
	font-weight: bold;
	border: 1px dashed #cccccc;
}

.ligneTableau {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c6cdde;
	font-size: 0.9em;
	padding-left: 3px;
	padding-right: 3px;
}

.footerTableau {
	color: #FFFFFF;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

.boutonMonCompteContenu {
	font-weight: bold;
	text-align: right;
	margin: 10px;
}

.zoneDeSaisie {
	color: #000000;
	font-weight: bold;
	font-size: 0.9em;
}

.obligatoire {
	color: #FF0000;
}

.commentaires {
	font-size: 1em;
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
}

/* style propre aux modeles <produit>*/

.produits_thelia {
	width: 200px;
	text-align: left;
	border: 1px dashed #cccccc;
	padding: 1em;
}
.thelia_promo {
	font-size: 1.2em;
	color: #F60;
}
.thelia_ancienprix {
	color: #FFFFFF;
	text-decoration: line-through;
}
.thelia_reappro {
	font-style: italic;
	font-size: .9em;
}
.autres-images-produit {
	clear: both;
}
.lanouveaute {
	font-weight: bold;
	color: #FFCC00;
	font-size: 16px;
	font-variant: small-caps;
}
.reduction {
	font-size: 11px;
}

