@charset "iso-8859-1";

@import url(gallery.css);

@import url(_elements.css);

@import url(structure.css);

@import url(navigation_elements.css);

@import url(form.css);

@import url(boxes.css);

@import url(account.css);

@import url(catalog.css);

@import url(calendar.css);

@import url(publication_methods.css);

@import url(search.css);

@import url(board.css);



/* COMMON STYLES */

* {/*reset d'un certain nombre de styles css par defaut*/

	margin: 0;

	padding: 0;

	border: 0;

	font-weight: normal;

	font-style: normal;

	text-decoration: none;

}



body {

	background:#575757 url(/images/charte/bg.gif) repeat-x left top;

	font-family: Verdana, Arial, Helvetica, sans-serif;

	font-size:65%;/* IE gère mal les tailles de texte en EM si aucune valeur en % ne les précèdes */

	line-height:160%;/*Opéra gère mal les hauteurs de lignes en EM*/

}

img {

	border:0;

	vertical-align: bottom;

}

.clear {

	clear: both;

	visibility: hidden;

        height:0;

        line-height:0;

        border:0;

}

*html img,
* html .png{
azimuth: expression(
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 = "/media/transparent__069949900_1144_27042009.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
);
}

