@import url("commun.css");
@import url("splash.image/splash.image.css");

h2 {text-align: center; color: #b11956; margin-top: 0px;
	font-family: "Trebuchet Ms",Tahoma,Verdana, "Arial Black", Arial, serif; font-size: 1.6em; padding-top: 40px;}

#collections {float: right; /* width: 95px; */ height: 50px; position: relative; z-index: 30; text-align: center; margin-right: 10px;}

.carre{float: left; /* à commenter si on veut les carrés présentés verticalement */
		width: 95px; height: 82px; margin-bottom: 10px;}

#titre_collections {	font-weight: bold; color: #b11956; margin-bottom: 5px; margin-left : 7px;}

#container_produit {/* margin-left: 150px; */ margin-right: 0px; margin-top: 0px; /* auquel s ajoute indirectement le padding top du titre collection */}

.produit{min-height: 350px; /*margin-bottom: 20px;*/
		background-color: #FFFFFF;
		/*background: #FFFFFF url(images_accueil/fond_produit.jpg) repeat-y top right;*/
		padding-top: 0px;}
* html .produit {height: 272px;}

.img_produit{float: left; margin-left: 10px;}

.infos{/*float: right;*/  margin-left: 460px; /*position: relative;*/ margin-right: 20px;	/*border: 1px solid green;*/
		color: purple; font-family:  "Trebuchet Ms",Tahoma,Verdana, "comic sans ms", "book antiqua", "Arial Black", Arial, serif;
		font-size: 0.8em; /*width: 170px;*/ /*height: 272px;*/ text-align:center;
}		

.conteneur_couleurs {text-align: left; margin-left: 15px; }
.couleur {/*float: left;*/margin-right: 5px;}

.nom-lampe {font-weight: bold; font-size: 15px; font-size: 1em;
			margin-left: 30px; color: #96AE10;}

.ajouteraupanier {/*position: absolute; bottom: 0;width: 170px; */}
.divers{}
.couleurs{}
.prix{font-weight: bold; font-size: 1.4em;}
.commander{}

/* propriétés spécifiques à chaque coin */
.hautdroit div {background: url(images_accueil/hautgauche_produit.jpg) no-repeat top left;}
.hautdroit {background: transparent url(images_accueil/hautdroit_produit.jpg) no-repeat top right;}
.basdroit div {background: url(images_accueil/basgauche_produit.jpg) no-repeat bottom left;}
.basdroit {background: transparent url(images_accueil/basdroit_produit.jpg) no-repeat bottom right;}
/* propriétés communes à l'ensemble des 4 coins du cadre produit */
.hautdroit div, .hautdroit,.basdroit div, .basdroit {width: 100%; height: 20px; font-size: 1px;}