@import url(./reset.css);

body {
	margin: 0;
	padding: 0;
	font: normal 76% Calibri, Arial, Helvetica, Tahoma, Arial, sans-serif;
	background: #fff;
	color: #000;
}
img {
	border: 0;
}

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

.breaker {
	display: block;
	clear: both;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
}
.hidden {
	display: none;
	visibility: hidden;
}

#container {
}

#header {
	height: 100px;
	padding: 5px 0;
	margin-bottom: 15px;
	overflow: hidden;
}
	#logo {
		float: left;
		padding-left: 10px;
		width: 164px;
		height: 100px;
	}
	#banner {
		float: right;
		padding-right: 20px;
	}


#navigation {
	font-size: 110%;
	height: 36px;
	line-height: 36px;
}
	#navigation ul {
		margin-left: 30px;
	}
	#navigation ul li {
		display: block;
		float: left;
		padding: 0 10px;
		
		text-transform: uppercase;
	}
	
#content {
	padding: 10px;
	position: relative;
	min-height: 900px;
}
	#productsViewer {
		width: 78%;
		padding-left: 2%;
		margin-left: 0;
	}
	#productsLinks {
		width: 16%;
		margin-left: 92%;
		padding: 0 2%;
		
		position: absolute;
		right: 0;
		top: 20px;
		text-align: right;
	}
	#productsLinks ul {
		padding: 10px;
		background: #eee;
	}
	ul#marques li {
		font-size: 110%;
		margin: 2px 0;
	}
	
#footer {
	margin-bottom: 15px;
	padding: 15px 10px;
	text-align: right;
}



.product {
	float: left;
	width: 120px;
	height: 212px;
	position: relative;
	margin-bottom: 15px;
	margin-right: 4px;
	text-align: center;
	border: 1px solid #eee;
	cursor: pointer;
	background: #fff;
	
}
.product a {
	text-decoration: none;
	color: #000;
}
.product img {
	width: 85px;
	height: 105px;
	margin-top: 10px;
}
.pdesc {
	height: 92px;
	background: #eee url(http://www.vetement-en-ligne.com/images/bg_subdomains_ppvetement.jpg) 0 0 repeat-x;
	padding-top: 5px;
}
.pdesc span {
	display: block;
	font-size: 96%;
}
span.pmanu {
	font-weight: bold;
	font-size: 116%;
}
span.pprice {
	font-size: 106%;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom: 2px solid #a9a9a9;
}
