html { 
  margin:0;
  padding:0;
/* background: url(Background_FWPG.jpg) no-repeat center fixed; 
//  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
/*  background-size: cover; /* version standardisée */      
} 

img {
	max-width: 100%;
	height: auto;   vertical-align: bottom;  	border: none; 
}

body {
	margin: 0px;
	padding: 0px;
	color: #000000;
	font-family: Arial, sans-serif,"Helvetica Neue", Helvetica;
	font-size: 0.8em;
}

a {
	color: #7eacf6;
  text-decoration:none;
  font-weight:700;
}
a:hover {
text-decoration:underline;
}

p {
	margin: 0 0 20px 0;
	padding: 0px;
	line-height: 22px;
}

img.ing{ padding-top: 30px;} 
img.header{ padding-top: -10px;}       

/*	##################################
   	BASIC LAYOUT
	################################## */
   .header_b{margin:10px 0}
  .notice{font-size:16px; font-size:1.6rm;}
  .innot {font-weight:400;}
	
#page {
	width: 1024px;
	margin: 0 auto;
}
	
#header {
	position: relative;
	height: 180px;
	/*background: url(img/bg-header.jpg) no-repeat left top;*/
	z-index: 2; /* IE z-index bug */
}

#content {
	background: url(bg-content.gif) repeat-y right top;
	z-index: 1; /* IE z-index bug */
}
#footer {
    position: absolute;
    bottom: 0;
	right:0;
	        }
          
         
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.medium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.big {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

.xbig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
}

.expanded {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 2px;
}

.justified {
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
}

.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 9px;
	color: #999999;
}

.box1 {
	padding: 3px;
	border-width: medium;
	border-style: solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
}

.box2 {
	font-style: italic;
	word-spacing: 2pt;
	padding: 3px;
	border: 1px solid;
}



