/* Gestion de la transparence des PNG-24 sous IE6 */
* html img.png{
	position: relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='scale')",
		this.src = "/images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
		this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')",
		this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}

input,
label{
	position:relative !important;
	z-index:1;
}


.searchInput{
	color:#FFF;
	font-family:Arial,Helvetica,sans-serif;
	padding:0px 2px;
	font-size:11px;
	border:none !important;
	width:240px;
	vertical-align:middle;
}

.formSearch{
	background: none !important;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/form-search.png') !important;
}

#linkRss{
	cursor:pointer;
	background: none !important;
}

#linkShare{
	cursor:pointer;
	background: none !important;
}
