#frm {
    text-align: right;
    font-size: 10px;
    position: relative;
    z-index: 1;
    top: -35px;
    margin-right: 50px;
    font-size: 12px;
}
#frm input.txt {
    background: url(../img/input2-159x18.jpg);
    border: none;
    width: 145px;
    height: 12px;
    padding: 3px 7px;
    margin-right: 5px;
    vertical-align: middle;
}
#sLetters {
    color: #fd040a;
    font-weight: bold;
    font-family: Arial;
    margin-left: 10px;
    font-size: 12px;
}
#sLetters a {
    color: black;
    text-decoration: none;
}
#sLetters a:hover {
    text-decoration: underline;
}

.items {
   /* background: url(../img/lexique2-item-light.jpg) no-repeat;*/
	  background: url(../img/lexique2-item-light.jpg) repeat-y;
    /*height: 98px;*/
    margin: 0 9px 0 12px;
    padding: 15px 0 15px 80px;
    overflow: auto;
}
.alt {
    background: url(../img/lexique2-item-dark.jpg) no-repeat;
}
.item {
    overflow: auto;
    float: left;
    width: 370px;
    margin: 0 15px;
}
.img {
    float: left;
    width: 75px;
    font-size: 0;
    line-height: 0;
}

/*\*/
.img img  {
    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='image')",
		    this.src = "img/transparent.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='crop')",
		    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/**/

.name {
    font-size: 16px;
}
.name.first {
    color: #fe0006;
}
.desc {
    font-size: 10px;
    float: left;
    width: 280px;
    padding-top: 8px;
}

#pages {
    font-family: Arial;
    font-size: 12px;
    text-align: right;
    margin-top: 20px;
    margin-right: 100px;
    margin-bottom: -30px;
    zoom: 1;
}

#page div h2 {
    background: url(../img/page-bg-fill.jpg) no-repeat 0 62px;
    padding: -10px 35px;
	margin: 0px 10px 0px 10px;
    line-height: 50px;
    font-family: Arial Black;
    font-size: 18px;
}

#pages a {
    color: black;
    text-decoration: none;
}
#pages a:hover {
    text-decoration: underline;
}