#container {
	display: block;
	margin: 0 auto;
	position: relative;
	width: 836px;
	z-index: 0;
	color:#444;
	background-color: White;
	padding-bottom: 20px;
}
#container span {
	margin-top: 0;
	background-color: White;
	z-index: 0;
	color:#444;
}

#container span #lbl_offre {
	text-decoration: underline;
}


div.containerbegin {
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image: url(../img/peelon_900px.png);
	background-position: left top;
	height: 45px;
	width: 900px;
	z-index: 0;
	color:#444;
}

div.containerbegin_red {
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image: url(../img/peelon_red_900px.png);
	background-position: left top;
	height: 45px;
	width: 900px;
	z-index: 0;
	color:#444;
}



#containerbegin_titre {
	position:relative;
	top:7px;
	left:10px;
	font-family:"Myriad Pro",Verdana,Helvetica,sans-serif;
	font-size:16px;
	font-weight:normal;
	text-align:left;
	text-shadow:1px 1px 0 #000;
	z-index: 0;
	color:#fff;
}


div.containerend {
	padding: 0 0 0 0;
	margin: 0 auto;
	background-image: url(../img/peeloff2.png);
	background-position: left bottom;
	width: 836px;
	z-index: 0;
	color:#444;
}

table.filtre{
	width: 100%;
	border: 0 none;
}

table.filtre td{
	padding: 5px 0;
}





/* Pour les listes déroulantes */
.dropdownCell{
	border : 1px solid #bbb;
	width: 100px;
	height: 23px;
	cursor: pointer;
	font-family: arial;
	font-size: 10pt;	
	max-height: 21px;
	/*background: url('../img/arrow.gif') right top no-repeat;*/
	padding: 0px 4px;
	margin-right: -1px;
	float: left;
}

.dropdownCell img{
	margin : 0px 3px 0px 3px;
	vertical-align: middle;
	height: 21px;
}

.dropdownPanel{
	border : 1px solid #bbb;
	width: 128px;
	position: absolute;
	max-height: 270px;
	overflow: auto;
}

.dropdownOpt{
	background-color: #fff;
	cursor: pointer;
	font-family: arial;
	font-size: 10pt;
	padding: 0 5px;
}

.dropdownOpt img{
	margin : 0px 3px 0px 0px;
	vertical-align: middle;
	height: 21px;
}

.dropdownOptSelected{
	background-color: #ccc;
}