/**
 * Gammes de produit
 */
.border{border-right: 1px solid #FFFFFF;}
ul#gammes {
	list-style: none;
	width: 755px;
	height: 44px;
	margin-top: 1px;
	padding-bottom: 15px;
	background-color: #F8F8F8;
}
ul#gammes li {
	float:left;
}
ul#gammes li a {
	display:block;
	height:44px;
	text-indent:-9999px;
}

a#gamme_kits {
	width:251px;
	background: url(../images/sgamme_kits.gif) bottom center no-repeat;
}
a#gamme_kits:hover{
	background-position: top center;
}
a#gamme_kits_on {
	width:251px;
	background: url(../images/sgamme_kits_on.gif) bottom center no-repeat;
}

a#gamme_agencements {
	width:251px;
	background: url(../images/sgamme_agencements.gif) bottom center no-repeat;
}
a#gamme_agencements:hover{
	background-position: top center;
}
a#gamme_agencements_on {
	width:251px;
	background: url(../images/sgamme_agencements_on.gif) bottom center no-repeat;
}

a#gamme_accessoires {
	width:251px;
	background: url(../images/sgamme_accessoires.gif) bottom center no-repeat;
}
a#gamme_accessoires:hover{
	background-position: top center;
}
a#gamme_accessoires_on {
	width:251px;
	background: url(../images/sgamme_accessoires_on.gif) bottom center no-repeat;
}

/**
 * Entete produit
 */
#produit_entete {
	position: relative;
	height: 24px;
	background-color: #F8F8F8;
}

#produit_entete #produit_retour {
	position: absolute;
	height: 19px;
	padding: 5px 10px 0 10px;
	background-color: #F3F1F0;
}
#produit_entete #produit_retour a {
	color: #424551;
	font-weight: bold;
	text-decoration: none;
}
#produit_entete #produit_retour a:hover {
	text-decoration: underline;
}

#produit_entete #produit_etatstock {
	position: absolute;
	top: 0px;
	left: 313px;
	height: 14px;
	width: 187px;
	background-color: #F3F1F0;
}

#produit_entete #produit_imprimer {
	position: absolute;
	top: 0;
	left: 500px;
	height: 19px;
	width: 112px;
	padding: 5px 0 0 18px;
	background: #F3F1F0 url(../images/imprimer.png) no-repeat;
	background-position: 0 5px;
}
#produit_entete #produit_imprimer a {
	color: #424551;
	font-weight: bold;
	text-decoration: none;
}
#produit_entete #produit_imprimer a:hover {
	text-decoration: underline;
}

#produit_entete #produit_envoyer {
	position: absolute;
	top: 0;
	left: 630px;
	height: 19px;
	width: 97px;
	padding: 5px 0 0 18px;
	background: #F3F1F0 url(../images/envoyer.png) no-repeat;
	background-position: 0 5px;
}
#produit_entete #produit_envoyer a {
	color: #424551;
	font-weight: bold;
	text-decoration: none;
}
#produit_entete #produit_envoyer a:hover {
	text-decoration: underline;
}

/**
 * Fiche produit
 */
#produit_fiche {
	position: relative;
	padding: 0 10px 0 0;
	background-color: #F8F8F8;
	overflow: auto;
	text-align: justify;
}

#produit_fiche #produit_element, #produit_fiche #produit_photos {
	float: left;
}

#produit_fiche #produit_photos {
	padding-right: 29px;
	width: 284px;
}
#produit_fiche #produit_photos #produit_photo1 img, #produit_fiche #produit_photos #produit_photo2 img {
	border: 2px solid #E1DDD1;
	margin-bottom: 10px;
}

#produit_fiche #produit_element {
	width: 432px;
}

#produit_fiche #produit_element a {
	color: #424551;
	text-decoration: none;
}
#produit_fiche #produit_element a:hover {
	text-decoration: underline;
}

#produit_fiche #produit_element p {
	margin: 0;
	padding: 0;
}

#produit_fiche #produit_element ul {
	padding: 5px 0 10px 15px;
}
#produit_fiche #produit_element li {
	padding-top: 5px;
}

#produit_fiche #produit_element h1 {
	padding-top: 40px;
	font-size: 24px;
	font-weight: normal;
}

#produit_fiche #produit_element h2 {
	font-size: 19px;
	font-weight: normal;
}

#produit_fiche #produit_element #addbasket {
	float: right;
	padding: 20px 10px 0 0;
}

#produit_fiche #produit_element #produit_montant {
	padding: 20px 0 10px 0;
	font-size: 24px;
	font-weight: bold;
	color: #E95800;
}

#produit_fiche #produit_element #produit_montant span {
	font-size: 21px;
}

#produit_fiche #produit_element .produit_titre {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 2px solid #E1DDD1;
	font-weight: bold;
}

#produit_fiche #produit_element .produit_stitre {
	padding-top: 10px;
	font-weight: bold;
}

#produit_fiche #produit_element #produit_description {
	padding-bottom: 10px;
}

#produit_fiche #produit_element #produit_description p {
	padding-top: 10px;
}

/**
 * Produits croisés
 */
#associations_titre {
	padding: 5px 0 5px 40px;
	font-size: 24px;
	font-weight: normal;
	background: url(../images/fleche.png) no-repeat;
	background-position: 10px 10px;
	color: #E95800;
	border-bottom: 10px solid #E1DDD1;
	margin-bottom: 1px;
}

#associations {
	margin-top: 1px;
	width: 755px;
	height: 314px;
	background-color: #FFFFFF;
}

#associations .association_block {
	float: left;
	width: 251px;
	height: 314px;
}
#associations .association_marge {margin-right: 1px;}

#associations a.association_photo {
	display: block;
	height: 220px;
	background-color: #F8F8F8;
}

#associations .association_info {
	height: 93px;
	margin-top: 1px;
	background: #E1DDD1;
}

.association_prix {
	float: right;
	color: #E95800;
	font-size: 21px;
	font-weight: bold;
	margin: 10px;
}
.association_prix span {font-size:15px;}

.association_titre {
	padding: 10px 0 0 20px;
	color: #393C48;
	font-weight: bold;
	font-size: 14px;
	height: 40px;
}

.association_accroche {
	padding: 5px 5px 0 20px;
	color: #393C48;
}

/**
 * Version imprimable
 */
@media_print{
	#gammes, #associations_titre, #associations {display; none;}
}
