				body {
					margin: 0;
					padding: 0;
					width: 100%;									
					}					

				#conteneur {
					background-color:#FFFFFF;
					position: absolute;
					width: 100%;					
					}

				#marge_haut{
					height: 40px;
					width: 100%;
					background-position:center;				
					}	

				#conteneur_menu{
					height: 29px;
					width: 720px;
					margin: 0 auto; 
				    }
					
				#conteneur_page{
			       
				   	width: 100%;
					height: 480px;							
					}
					
				#page{
					padding: 0px 0px 0px 0px;
				   	width: 720px;
					margin: 0 auto;
					font-family:Arial, Verdana, Helvetica, sans-serif;
					font-size: 12px;
					color:#666666;
					line-height:19px;					
					}
									
			/*		html:not([lang*=""]) #page {      /*hack css pour firefos */
			/*		 margin-top:-30px;			*/		
			/*		}		*/				

				#page a:focus, #page a:active, #page a:link, #page a:visited{
					color: #FF3300;
					text-decoration: none ;						
					}
					
				#page a:hover{
					color: #FF3300;								
					}


	
				h1 {
					font:					19px Arial, Helvetica, sans-serif;
					font-weight:			bold;
					color:					#333;
					min-height:				23px;
					overflow:				hidden;
					font-size: 				19px;
					}					
					
				h2 {
					font:					bold 14px/18px Arial, sans-serif;
					color:					#333;
					font-weight: 			normal;
					}
	
				h3 {
					font:					bold 13px/18px Arial, sans-serif;
					color:					#333;
					font-weight: 			normal;
					}
	
				.champ {
					font-family : Arial, Helvetica, sans-serif;
					font-size : 11px;
					border : none;
					background: transparent;
					}
					
				.gd_champ {
					font-family : Arial, Helvetica, sans-serif;
					font-size : 11px;
					border : 1px solid #98C465;
					}					
					
				div.line {
					height:					0px;
					font:					0/0 serif;
					border-top:				1px solid #e5e5e5;
					margin:					20px 0 10px;
					}		
					

