html, body {
	background:#fff url(http://static.paruvendu.fr/communfo/img/images2008/backg.jpg) repeat-x;
	font-family:Verdana,Arial,Helvetica;
}

/* Menu */
div#menus h2{
	font-size:1.5em;
}

/* CONTENT */

.gauche {
	padding-left:5px;
}

.gauche3 {
padding-left: 0;
}

.droite3 {
		margin: 0 5px 0 0;
		padding: 0 0 0 10px;
}


#cadre_site {
	background:none;
	width: 100%;
}

#page_site {
	background: transparent;
	padding-top:10px;
	width: auto;
}

.contenu_site {
	padding-left: 10px;
}

/* PNG */
.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 = "http://static.paruvendu.fr/communfo/img/images2008/pix.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='image')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}

