/* Remise à Zéro */
* html #contenu{
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 = "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)
);
}
	
	

body { 
	margin:0; padding:0; 
	font-size:62.5%;
	}

h1, h2, h3, h4, h5, h6, p, ul, li {
	margin:0; padding:0;
	list-style:none;
	font-weight:normal; font-size:1em;
	}
	
*:focus { outline:0; }

/* Mise en page globale */

body { 
	background: url(../img/site_bg.jpg) top repeat-x; 
	font:0.7em normal Arial, Helvetica, sans-serif;
	}


#conteneur {
	width: 1024px;
	margin: 0 auto;
	}
	
	#logo {
	margin-left:600px;
	margin-top: 170px;
	color:#CCE3F1;
	font-size:2em;
	font:bold;
	font-family:Arial, Helvetica, sans-serif;
	
	
	}

	a {
 	font-size:1.5em;
	color: #2F617B;
	text-decoration: none; 
	}
	
	div#contenu {
	position:relative;
	
	margin-left:350px;
	margin-top:-240px;
	
	background:url(../img/max_.png) center no-repeat;
	height:498px; width:346px;
	z-index: -1;
	
	}
	
	#footer { 
	clear:both;
	color:#396d89;
	height:20px;
	line-height:20px;
	text-align:right;
	padding: 0 10px 0 0;
	}
	
#footer ul, #footer li { display:inline; }

#footer a { 
	color:#396d89; 
	text-decoration:none;
	}
	
#footer a:hover { color:#5daad4; }
	