@charset "iso-8859-1";

@import url(_elements.css);
@import url(structure.css);
@import url(navigation_elements.css);
@import url(boxes.css);

/* COMMON STYLES */
/*reset d'un certain nombre de styles css par defaut*/
* {
	border: 0;
	font-style: normal;
	/*font-weight: normal;*/
	margin: 0;
	padding: 0;
	text-decoration: none;
}

body, html{
width:100%;
height:100%;
}
/*CSSEditor|structure,global|Zone exterieure|notext*/
body.accueil{
	background:#FFF url(../images/core/fd_accueil.gif) top left repeat-x;
}
body {
	/*background:#FFF url(../images/fd.gif) top left repeat-x;*/
	background:#FFF;
	font:11px Verdana, Arial, Helvetica, sans-serif;
}
/*CSSEditor|content,image|Apparence des images|notext*/
img {
	border:0;
	vertical-align: bottom;
}

.bandeau{
	margin-left: -15px;
}

.clear {
	border:0;
	clear: both;
	height:0;
	line-height:0;
	visibility: hidden;
}

/*LES PNG*/
* html .png, #agenda img, #infosUtiles a{
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 = "images/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);
}
