/*
//------------------------------------------------------------------
// Auteur : Ludovic Martin <ludovic@dreamclic.com> / www.dreamclic.com
// 
// Version             : 1.0
// Date de création    : 27/12/2004
// Date de mise à jour :
//
// Description         : feuille de style de rubrique
//
// Contraintes         : 
//------------------------------------------------------------------
*/

/*-------------------------PRODUITS DE LA BOUTIQUE------------------------------*/

#content .produitboutique{
	width:30.5%;
	height:300px;
	float:left;
	text-align:center;
	padding-right:7px;
	padding-left:7px;
	margin-top:10px;
}

#content .produitboutique img{
	border:none;
}

#content .produitboutique h3{
	margin-bottom:6px;
}

#content .produitboutique h3 a{
	color:black;
	font-size:13px;
	font-family:Arial;
}
#content .produitboutique .description{
	font-size:12px;
}

#content .produitboutique .prix{
	font-size:12px;
	color:#284C3F;
	font-family:Arial;	
	font-weight:bold;
	background:#C3DABA;
	border:solid 2px #579B68;
	padding:4px;
	width:98px;
	padding-top:4px;		
	margin-left:auto;
	margin-right:auto;
	margin-top:7px;
}

#content .produitboutique .prix span{
	font-size:9px;
	color:black;	
}


#content .panier{
	float:right;
	text-align:right;
	width:350px;
	font-family:Arial;
}

#content .panier img{
	vertical-align:middle;
}


/*-------------------------FICHES PRODUITS------------------------------*/

#content .retour{
	float:right;
	font-family:Arial;	
}

#content h5{
	margin-bottom:10px;
	color:#6D6E71;
	font-size:24px;
	font-family:Times New Roman;
	font-style:italic;
}

#content .imageproduit{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

#content .imageproduit img{
	border:solid 1px black;
}


#content .descriptionproduit{
	font-size:14px;
	margin-bottom:15px;
}

#content .prixproduit{
	font-size:12px;
	color:#284C3F;
	font-family:Arial;	
	font-weight:bold;
	background:#C3DABA;
	border:solid 2px #579B68;
	padding:4px;
}


#content form.options{
	margin-top:30px;
	font-weight:bold;
}	

#content input.quantite{
	width:25px;
}	

#content .docproduits{
	margin-top:15px;
}

#content input.bouton{
	font-size:12px;
	color:#284C3F;
	font-family:Arial;	
	font-weight:bold;
	background:#C3DABA;
	border:solid 1px #579B68;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	padding:4px;
	text-transform:uppercase;
	margin-top:30px;	
}

#content em{
	color:black;
	font-weight:normal;
	font-size:11px;
}

/*-------------------------PANIER-----------------------------*/

#content .tablepanier{
	width:99%;
	font-family:Arial;
	font-size:12px;
}

#content .tablepanier th{
	background:#F0F0F0;
	padding:2px;
}

#content .tablepanier td{
	padding:5px;
}

#content .tablepanier td.center{
	text-align:center;
}

#content .tablepanier td.separe{
	background:#F0F0F0;
	padding:1px;
}


#content .liens{
	font-size:12px;
	color:#284C3F;
	font-family:Arial;	
	font-weight:bold;
	background:#C3DABA;
	border:solid 1px #579B68;
	border-right:solid 1px black;
	border-bottom:solid 1px black;
	padding:5px;
	text-transform:uppercase;
	float:right;
	text-decoration:none;
	margin-right:10px;
	margin-top:30px;	
}
