/*TEST DE CORRECTION DE BUG IE6 ILH */
/* IE6 css fixer v0.7: Tue, 08 Dec 2009 09:56:11 +0100 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
/*#test li {display:inline;}ILH*/

/* add zoom:1 to overflow:hidden */
/*#test li {zoom:1;}ILH*/

/* fix negative margins */
/**+html #logo2,ILH*/
/**+html #test {position:relative; zoom:1;}ILH*/
/*TEST DE CORRECTION DE BUG IE6*/










/*body{
	font-family:"Lucida Grande", arial, sans-serif;
	background:#F3F3F3;
}*/

#listes{
position:absolute;
background: #fff url("http://localhost/prestashop2/prestashop/themes/prestashop/images/listes.jpg");
width:259px;
height:70px;
margin-left:525px;

}


#logo2{
position:absolute;/*ajout ilh 020909*/
background: #fff url("http://localhost/prestashop2/prestashop/themes/prestashop/images/logo-leclerc.jpg");
margin-left:220px;
width:300px;
height:42px;
}

*+html #logo2{
margin-left:-480px;
}

#test {/*ajout ilh*/
position:absolute;/*ajout ilh 020909*/
margin-left:0px;
margin-top:100px;


}
*+html #test {
margin-top:80px;/*modif ilh 061109 ie*/
margin-left:-955px;
}
#test ul{
	margin:0;
	padding:0;
}

#test li{
	width:150px;
	height:50px;
	float:left;
	color:#191919;
	text-align:center;
	overflow:hidden;

}

#test a{
	color:#FFF;
	text-decoration:none;
	
}

#test p{
	padding:0px 5px;
	font-size:14px;/*ajout 020909*/
	margin-top:20px;
}

.subtext{
		/*padding-top:15px; modif ilh*/
		margin-top:45px;/*ajout ilh 020909*/
		color:#333333;
	}

/*Menu Color Classes*/
.green{background:/*#e4e2e1*/ url('../img/green-item-bg1.jpg') top left no-repeat ;}
.yellow{background:/*#FBC700*/ url('../img/yellow-item-bg1.jpg') top left no-repeat;}
.red{background:/*#D52100*/ url('../img/red-item-bg1.jpg') top left no-repeat;}
.purple{background:/*#5122B4*/ url('../img/purple-item-bg1.jpg') top left no-repeat;}
.blue{background:/*#0292C0*/ url('../img/blue-item-bg1.jpg') top left no-repeat;}
