body {
	background-image : url("../img/bgBody.jpg");
	background-attachment:fixed;
	background-position:bottom;
	background-repeat : repeat-x;
}
div#header {
	position : absolute;
	top : 30px;
	left: 50px;
	width : 924px;
	height:140px;
	border: 1px solid #eaeaea;
	background-color: #ffffff;
}
div#header #headerAdjust {
	position:absolute;
	top:0px;
	left:5px;
	width:914px;
	height:140px;
	background-image : url("../img/BGbanner.jpg");
	background-repeat : repeat-x;
	background-position : center;
}
div#header #deco {
	position:absolute;
	top: 102px;
	left:5px;
	width:914px;
	height:14px;
	background-image:url("../img/decoBG.jpg");
	background-repeat: repeat-x;
}
div#header #menuHoriz {
	position:absolute;
	top:82px;
	right:10px;
	width:374px;
	height:15px;
}
div#header #menuHoriz .menuLink {
	float : left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color : #666666;
	margin: 0px 10px 0px 0px;
}
div#header #menuHoriz .menuLink .carre {
	float : left;
	width : 15px;
	height: 15px;
	background-image : url("../img/carreMenu.jpg");
	background-repeat :no-repeat;
	margin : 0px 5px 0px 0px;
	
}
div#header #search {
	position: absolute;
	bottom : 5px;
	left : 5px;
	width: 450px;
	height: 15px;
}
div#header #categorie {
	position: absolute;
	bottom : 7px;
	left : 310px;
	width: 150px;
	height: 15px;
	border: 0px solid #000000;
}
 select {
	border: 1px solid #eaeaea;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #ad2f08;
}
 select option {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #666666;
	border-bottom: 1px solid #eaeaea;
}
div#header #search .txtSearch{
	float : left;
	font-family :Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
	vertical-align:middle;
	color: #333333;
	margin : 0px 5px 0px 0px;
}
div#header #search .inputSearch {
	float : left;
	margin : 0px 5px 0px 0px;
}
div#header #search .inputSearch .inputTXT {
	border : 1px solid #eaeaea;
	width : 100px;
	height: 17px;
}
div#header #search .inputSearch .inputSUB {
	border : 1px solid #eaeaea;
	width : 25px;
	height: 17px;
	font-size : 12px;
	color: #ac2f08;
}
div#header #bonCmd {
	position: absolute;
	bottom : 5px;
	right : 5px;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #666666;
	font-weight: bold;
	width: 220px;
	height: 15px;
}
div#menu {
	position: absolute;
	top:180px;
	left:50px;
	width: 140px;
	height: 22px;
}
div#menu #titleProduct{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 140px;
	height: 22px;
	background-image: url("../img/BGmenu.jpg");
	background-repeat: repeat-x;
	border: 1px solid #eaeaea;
}
div#menu #titleProduct .title {
	float: left;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color : #666666;
	margin: 3px 5px 0px 0px;
}
div#menu #titleProduct .title .carre {
	float : left;
	width : 15px;
	height: 15px;
	background-image : url("../img/carreMenu.jpg");
	background-repeat :no-repeat;
	margin : 0px 5px 0px 5px;
	
}
div#menu #listingProduct{
	position: absolute;
	top: 27px;
	left: 0px;
	width: 140px;
	height: 450px;
	border: 1px solid #eaeaea;
	overflow: auto;
	
	/* IE hack */
	/*_height: 300px;*/
}
div#contenu {
	position: absolute;
	top: 180px;
	left: 50px;
	width: 974px;
	height:550px;
	border: 0px solid #eaeaea;
	/*overflow: auto;*/
}
a.MLink:link {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
}
a.MLink:visited {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
}
a.MLink:hover {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
}
a.MLink:active {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color : #666666;
	font-weight: bold;
	text-decoration : none;
}






