/* @override 
	http://grogro.local:8888/~max/Avril/Avril_2/views/boutique.css
	http://avrilgau.com/views/boutique.css
*/

/* arrondis */
div.type, div.type h2 a
, .item {
	padding: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* ombrage */

/*div.type, .item {
	-webkit-box-shadow: gray 0 0 10px;
	-moz-box-shadow: gray 0 0 10px;
}

.item.solde {
	-webkit-box-shadow: #ff7557 0 0 10px;
	-moz-box-shadow: #ff7557 0 0 10px;
}*/

/* general */

a {
	text-decoration: none;
	color: inherit;
}

#items {
	margin-left: 18em;
	padding-right: 20px;
	/*padding-bottom: 20px;*/
	min-height: 99.5%;
	background-color: #e5e5e5;
}

/* accueil */

#items.accueil {
	position: relative;
	padding: 0;
	height: 99.5%;
	overflow: hidden;
	min-width: 600px;
}

/*div.type h2 {
	margin: 0 .5em;
	margin-top: -2em;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 1.5em;
}

div.type h2 a {
	color: white;
	background-color: #525252;
	padding: .2em .5em;
	opacity: .8;
	font-family: Arial, "Trebuchet MS", "Comic Sans MS";
	font-weight: normal;
	font-style: normal;
}*/

div.type {
	position: absolute;
	/*height: 40%;*/
	/*min-width: 50%;*/
	/*width: 50%;*/
	/*overflow: hidden;*/
	background-color: white;
	border: 1px solid silver;
	/*text-align: center;*/
}

div.type a {
	display: block;
	height: 100%;
}

div.type img {
	height: 100%;
	width: auto;
	display: block;
	margin: auto;
}

div.type.chausse {
	height: 36%;
	top: 15px;
	left: 15px;
}

div.type.sac {
	height: 46%;
	top: 27%;
	right: 15px;
	/*text-align: right;*/
}

div.type.maro {
	height: 32%; /*25*/
	bottom: 15px;
	left: 15px;
}

#items div.lumiere {
	z-index: 2;
}

#items div.ombre {
	z-index: 1;
	/*opacity: .3; en javascript*/
}

/* boutique */

.item {
	/*bug ff2*/
	/*height: 120px;
	display: -moz-inline-table;
	float: left; en JS*/
	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 320px;
	margin-left: 20px;
	margin-top: 20px;
	padding: .5em;
	background-color: white;
	border: 1px solid silver;
}

/*.item a {
	display: block;
	border: 1px solid red;
}*/

.item img {
	/*display: block;
	margin: auto;*/
	height: auto;
	width: auto;
}

.item.solde {
	position: relative;
	border-color: #ff471f;
}

.item.solde div.solde {
	width: 50px;
	height: 50px;
	background-image: url(solde_160_c.png);
	position: absolute;
	top: 0;
	left: 0;
	/*top: .5em;*/
}

.item p {
	margin: 0;
	margin-left: .5em;
	margin-bottom: .2em;
	font-weight: bold;
	text-align: left;
}