
			body {
				margin-top:2px; 
				margin-bottom:2px; 
				padding: 0;
				border : 0;
				background: #DEDEDE;
				background-image:url(../images/bg/test5.jpg);
				background-repeat:no-repeat;
				background-attachment:fixed;
				font-family:Verdana, Arial, Trebuchet MS, sans-serif;
				font-size:0.7em;
				color:#014983;
			}
			
			a { text-decoration:none;	color:#014983;		font-weight:bold; }
			a:hover { color:#56AA1E; }
			
			#page {
				margin:0 auto;
				padding: 0;
				border : 0;
				width:992px;
				background: #FFFFFF;
			}
			
			
			#corps{
				padding-top : 10px;
				padding-left : 15px;
				padding-right : 15px;
				padding-bottom : 10px;
				width:962px;
				
				/*  height pour IE */
				height: 500px;
				
				background: #FFFFFF;
				clear:both;
				
			}
			
			/* height pour les autres navigateurs */
			html>body #corps{
				height: auto;
				min-height:500px;			
			}
		
			