/* CSS Document */
html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none
}
body {
  background: #ccc url(../PageIndex/bg_drap_bleu.jpg) center top repeat-x;
}
#centpourcent {
  height: 100%;
  width: 100%;
}
 
#centrer {
	text-align: center;
	vertical-align: middle;

}
