/* TEXTES */

a { 
	color: #5d5b5c; 
	text-decoration: none; 
}
a:hover { 
	color: #5d5b5c; 
	font-weight:bold; 
	text-decoration: none;
}

.nouproductePvp {
	font : 16px Arial, sans-serif ; 
	color: #5d5b5c; 
	font-weight:bold; 
	text-decoration: none;
}

TD.pageHeading, DIV.pageHeading {
	font : 14px Arial, sans-serif ; 
	color: #5d5b5c; 
	font-weight:bold; 
	text-decoration: none;
}

TD.infoBoxHeading2 {
	font: 13px Verdana, Arial, sans-serif;
	color: #000000; 
	font-weight:bold; 
	text-decoration: none;
}

/* LAYOUT */

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font : 100%/1.25 Arial, sans-serif ; 
	background: #efefef no-repeat;
}


.ofertes_princ{
margin-top:-5;
margin-bottom:2;
}

#wrapper { 
	background:white; 
	width: 780px; /* 965 */
	max-width: 775px; /* 930 per firefox? */
	margin: 0 auto;
	text-align: left; 
	padding: 3px;
	overflow: hidden;
}

#footerlogos { 
	background:transparent; 
	width: 777px; 
	margin: 0 auto;
	text-align: left; 
	padding-top: 20px;
	clear: both;
}

/* Left */

#left {
	width: 185px;
	padding: 0;
	margin-right: 20px;
	float: left;
}

#logo {
	margin-bottom: 20px;
	background: red;
	width: 185px;
	height: 152px;
}

#logo img {
	border: 0;
}

#menu {
	margin-bottom: 20px;
	background: #ddd;
	width: 185px;
	height: 104px;
}

#search {
	margin-bottom: 20px;
	background: #4c4e4f;
	width: 185px;
	height: 21px;
}

#leftblocks {
	margin-bottom: 20px;
	background: #eee;
	width: 185px;
}

/* Right */

#right {
	margin: 0;
	float: right;
}

#headerImage {
	width: 774px;
	height: 121px;
}

#categories {
	margin-top: 2px;
	margin-bottom: 10px;
}

#categories ul {
	background: #dcdcdc;
	margin:0;
	padding: 0;
}

#categories ul li {
	width: 120px;
	min-width: 120px;
	margin-right:20px;
	padding-left: 5px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	display: inline;
	overflow: hidden;
}

#categories ul li:hover {
	width: 120px;
	min-width: 120px;
	margin-right:20px;
	padding-left: 5px;
	background-color: #e28122;
	border-left: 1px solid white;
	border-right: 1px solid white;
	display: inline;
	overflow: hidden;
}

#categories ul li a {
	font: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555758; 
	text-decoration: none; 	
}

div.caixa {
	margin-bottom: 10px;
	font: arial, sans-serif;
	font-size: 10px;
}

TD.smallText-even {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #efefef;
}

TD.smallText-odd {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background-color: #fdfdfd;
}