*{margin:0; padding:0;}
body {
color:black;
background-color:white;
background-image:url(fond.jpg);
background-position:center top;
background-repeat:no-repeat;
margin:0;
}

body, TD  {
font-family: Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 0.75em;
}
.art {
background-image:url(transp.png);
}

.comment {
font-size: 0.65em;
}
INPUT, TEXTAREAU {
font-family: Tahoma, Helvetica, sans-serif;
color:#000000;
font-size: 11px;
}


A {
color:#074f74;
text-decoration:none;
}

A:hover {
text-decoration:underline;
}
.linkart {
color:#000000;
}


h1 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size:1.37em;
font-weight: bold;
margin: 0;
padding-bottom:3;
}

h2 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size:1.27em;
font-weight: bold;
margin: 0;
padding-bottom:3;
}

h3 {
font-family: "Trebuchet MS", Helvetica, sans-serif;
font-size: 1.07em;
font-weight: bold;
margin: 0;
padding-bottom:0;
}

.auteur {
font-size: 0.95em;
color:#777777;
}
.categorie {
font-size: 80%;
color:#000000;
text-transform: uppercase;

}

.button{    
border: #2b2829 1px solid;    
PADDING-RIGHT: 0px;    
PADDING-LEFT: 0px;  
PADDING-BOTTOM: 0px;    MARGIN: 3px;     
COLOR: #ffffff;    
PADDING-TOP: 0px;    
font-family: Tahoma, Helvetica, sans-serif; 
font-size:11px;  
background-color:#2b2829;
}
	
.bordimg {
border:1px solid #656565;
}
IMG { behavior: url(iepngfix.htc);outline:none;}

.inputsearch { height:16px; font-family:tahoma; 
BORDER-RIGHT: #074f74 1px solid;    
PADDING-RIGHT: 0px;   
BORDER-TOP: #074f74 1px SOLID;    
PADDING-LEFT: 3px;    FONT-SIZE: 11px;    
PADDING-BOTTOM: 0px;    MARGIN: 3px;    
BORDER-LEFT: #074f74 1px solid;    
COLOR: #074f74;    
PADDING-TOP: 0px;    
BORDER-BOTTOM: #074f74 1px solid;    
BACKGROUND-COLOR: #FFFFFF
 }
 
 .button{    
BORDER-RIGHT: #074f74 1px solid;    
PADDING-RIGHT: 0px;    
BORDER-TOP: #074f74 1px SOLID;    
PADDING-LEFT: 0px;    FONT-SIZE: 11px;    
PADDING-BOTTOM: 0px;    MARGIN: 3px;    
BORDER-LEFT: #074f74 1px solid;    
CURSOR: hand;    
COLOR: #074f74;    
PADDING-TOP: 0px;    
BORDER-BOTTOM: #074f74 1px solid;    
FONT-FAMILY: tahoma;    
BACKGROUND-COLOR: #FFFFFF;
height:16px;}
 
 * html img,
* html .png {
	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 = "blank.gif"
					) : 0
				) : (
					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.currentStyle.backgroundRepeat != 'no-repeat') ? (
						this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')"
					) : 0,
					this.runtimeStyle.backgroundImage = "none"
				),this.pngSet=true
			)
		)
	);
}