@charset "UTF-8";
/* CSS Document */

/* --- STYLES DE BASE --- */ 
 
/* Page */ 
html { 
  font-size: 100%; /* Évite un bug d'IE 6-7. (1) */ 
  font-family: arial, helvetica, sans-serif ;
} 

body { 
  margin: 0; 
  padding: 0em; /* Remettre à zéro si nécessaire. */ 
  /* Pensez à utiliser une collection de polices (2), par ex: 
  font-family: Arial, Helvetica, FreeSans, sans-serif; */ 
  font-size: .7em; /* À adapter pour la police choisie. (3) */ 
  line-height: 1.4; /* À adapter au design. (4) */ 
  color: black; 
}

#global {
	min-height: 100%;
	margin: 0 auto;
	position: relative;
	width: 1160px;
	}
	
	
#footer {
    font-family: arial, helvetica, sans-serif ;
    font-size: 8pt;
	border-top:1px solid #b9b8b8;
    color: #9f9f9f;
	overflow: auto;
	float:center;
	top:50px;
	bottom: 0;
	text-align: right;
	}

#footerindex {
    font-family: arial, helvetica, sans-serif ;
    font-size: 8pt;
	border-top:0px solid #b9b8b8;
    color: black;
	overflow: auto;
	float:center;
	width: 1000px;
	top:50px;
	bottom: 0;
	text-align: right;
	height:25px;
	} 

 a
  {
    color:#fe3600;
    text-decoration:none;
  }

  a:hover
  {
    color:#000;
    text-decoration:underline;
  }
  
  
   a.index
  {
    color:#000;
    text-decoration:none;
  }

  a.index:hover
  {
    color:#fff;
    text-decoration:underline;
  }
  
     a.spe
  {
    color:#fff;
    text-decoration:none;
  }

  a.spe:hover
  {
    color:#000;
    text-decoration:underline;
  }