body {
	color: #444;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Bitstream Vera Sans", Verdana, "Trebuchet MS", Trebuchet, Arial, Tahoma, sans-serif;
	font-size: 13px;
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-right: 5px;
	margin:auto;
	width: 770px;
	background-color: #080E56;	
}
p {
	text-align: justify;
}
a {
	text-decoration: none;
	color: #444;
}
a:hover {
	text-decoration: underline;
}
.accessibility {
	display: none;
}
#intro {
	text-align: left;
	padding: 0;
	margin: 0;
	line-height: 15px;
	height: 20px;
	background-color:   #080E56;
	color: white;
}
.hr {
	background-color:   #080E56;
	line-height: 10px;
	margin: 0;
	padding: 0;
}
#header {
	margin:0; 
	line-height: 95px;
	text-align:left;
	background-image:url(/img/logobig.gif); background-repeat:no-repeat; background-position: 50%; 
	background-color: white;
}
#menuwrapper {
	background-color:   #080E56;
	padding: 0;
	margin: 0;
	line-height: 1;
}
#leftmenu {
	width: 150px;
	float: left;
	padding: 0;
	margin: 0;
	height: 1%;
	
}
html>body #leftmenu {
  
} 
.leftmenu {
	 list-style-type: none;
	 padding: 0;
	margin: 0;
	text-align: center;
	 //margin-top:5px;	 
	 font-size: 13px;
	 line-height: 40px;
	 
}
.leftmenu li {
	background-color:  #080E56;
	padding: 0;
	margin: 0;
	color: white;
	font-weight: bold;
	border-bottom: solid yellow 1px;
}
.leftmenu li a {
	color: white;
	text-decoration: none;
	display: block;
	width: 150px;
	background: url(/img/menuhighlight.gif) repeat-y ; 
}
.leftmenu li a:hover {
	color: yellow;
	background-position: -140px 0%;
}
#content {
	padding: 10px;
	margin-left: 155px;
	margin-right: 0px;
	background-color: white;
	/*height: 1%;*/
}


#footer {
	background-color:  #080E56;
	margin: 0px;
	margin-bottom: 5px;
	padding: 5px;
	color: white;
	clear: both;
	text-align: center;
}

.clear {
	float: left;
	clear: right;
	width: 98%;
}


.detailimg{
	float: right;
	clear: right;
	margin: 10px;
}

#detailheader{
	background-color:   #080E56;
	color: white;
	font-weight: bold;
}

.exclusivite {
	font-weight: bold;
	color: red;
}

#commentaire {
	overflow: auto;
	height: 1%;
	padding: 5px;
	//margin-right: 100px;
}

.home {
	overflow: auto;
	height: 1%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
}

.homeproduct {
	border: 1px solid black;
	background-color: beige;
}

#searchresult {
	overflow: auto;
	height: 1%;
	margin: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 5px;
	border: 1px solid #003E7E;
	//background-color:#FEF8C8;
	background-color: #F6E7BA;
}

.vendu {
    background-image: url(/img/vendu.gif);
    background-position:center center;
    background-repeat:no-repeat;
}

.more {
	float: right;
}
form {
	height: expression('1%');
}







