* {
	margin:0px;
	padding:0px;
}
html, body {
	height:100%;
}
.TexteCourant {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.LienUpdate {
	color: #000000;
}
.LienRetry {
	color: #777777
}

.Map{
	display:none;
	text-align:center;
}
.Map a{
	text-decoration:none;
	color:#999999;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
}

/* code bellow added on 2011/01/26 */
#layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(img/updating.png) center center no-repeat;
  z-index: 20;
}

#layer a {
  position: absolute;
  left: 50%;
  top: 30px;
  width: 135px;
  padding: 5px 15px;
  margin-left: 200px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  color: white;
  text-transform: uppercase;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #cbcbcb;
  background: -moz-linear-gradient(top,  #dadada,  #89898a);
  background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#89898a));
  background: linear-gradient(top,  #dadada,  #89898a);
}

#layer a:focus, #layer a:hover { color: #4b4b4b; }
/* end */
