html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: none;

  background-color: #ffffff;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  border-color:#FFFFFF;
  color: #000000;
  }

.tra, img {behavior: url(iepngfix.htc);} 

a { outline: none;-moz-outline-style: none; }

#arriere{
/* l'image occupe toute la place du body */
width : 100%;
height: 100%;
}

.txt {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  }
  
.txt_rose {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #d74c63;
  }
  
.txt_blanc {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  }
  
.txt_vert {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #bdcf45;
  } 
  
#page {
	position:absolute; 
	height: 100%;
	width: 100%;
	z-index: 1;
}

#centpourcent {
  position:absolute;
  width: 100%;
  height: 100%;
  }
  
.titre {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #bdcf45;
  }
  
.titre_rose {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 16px;
  color: #d74c63;
  }

a.titre_rose {
	color: #d74c63;
	text-decoration: none
}

a:hover.titre_rose {
	color: #909090;
}