
/**
 * Container
 */
#container { position: relative; width: 555px; margin: 0 auto; }

	/**
	 * Header
	 */
	#container #header {}
	
	/**
	 * Content
	 */
	#container #content {}
	
		#content h1 { background: url(../fr/nav/logo.gif); width: 144px; height: 135px; margin: 0 auto; }
		#content h1 a { display: block; width: 144px; height: 135px; }
		
		#erreur_404 {
			position: absolute;
			top: 30px;
			left: 50%;
			width: 475px;
			margin-left: -237px;
			border: 5px solid #fafafa;
			padding: 15px;
			background: #fff; 
		}
		
		#entete h1 { margin: 0 0 20px 0;  }
		#entete h2 { margin: 0; }
		
		#entete #desc { font-weight: bold; }
		
		#contenu { margin: 25px 0 40px 0; }
		
		h3 { background: none; padding: 0; }
