

#filter1, #filter2, #filter3
{
	float: left;
	width: 199px;
	color: #193659;
	border-bottom: solid 2px #C1E5F6;
	height:  124px;
	padding: 0 10px;
}

#filter1
{
	background-color: #C1E5F6;
}

#filter1 hr
{
    background-color: #FFFFFF;
    height: 1px;
    border: 0;
}

#filter1 ul
{
    list-style-type: disc ;
	list-style-image:  url('../images/boutique/dot.gif');
	text-align: left;
	list-style-position: inside;
}

#filter2
{
    background-color: #C1E5F6;
}

#filter3
{
    background-color: #C1E5F6;
    width: 249px;
}

#filter3 hr
{
	background-color: #FFFFFF;
    height: 1px;
    border: 0;
}

.title_filter
{
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

#filters{
width:750px;
height:16px;
padding:0;
z-index:100;
}

#filters ul{
margin: 0;
padding: 0;
}


/* Select Filters */
.select_filters
{
	background-color: #ffffff;
	color: #000000;
	border: solid 1px #ffffff;
	font-size: 1.2em;
}

.select_filters:hover
{
	background-color: #4679B8;
	color: #000000;
}

.select_filters1
{
	background-color: #ffffff;
	font-size: 1.2em;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html #filters ul li { float: left; height: 1%; }
* html #filters ul li a { height: 1%; }
/* End */