* {
  margin:0;
  padding: 0;
}

html, body {
  margin:0;
  padding: 0;
  height:100%;
  font-family:'Lucida Grande',Sans-Serif;
}
img{border:0;}
a{
  color:#EAEAEA;
  text-decoration:none;
  outline: none;
}

a:hover{
  --color:#FFF;
}

body {
  color:#EAEAEA;
  background:transparent url(img/back_pattern.gif) repeat scroll 0%; 
  
}

div.page-center{
  position:absolute;
  left: 50%; 
  top: 41%;
  margin-top: -18px; /* moitié de la hauteur de l'image */
  margin-left: -134px; /* moitié de la largeur de l'image */
  margin-left: -250px;
}

div.page-center a{
  font-family: 'Lucida Grande',Sans-Serif;
  font-weight:bold;
  font-size:13px;
  text-align:left;
  vertical-align: middle;
  line-height: 20px;
  margin-right:20px;
  margin-left: 20px;
}

div.page-center a:hover{
  color:#AAA;
}
div.page-center img{
	margin-bottom: 1px;
	margin-right: 10px;
	vertical-align: middle;
}



.title a{
  background:transparent url(../img/logo-grey.png) no-repeat;
  display:block;
  width:268px;
  height:36px;
}
.title a:hover{
  background:transparent url(../img/logo.png) no-repeat;
}

div#error{
  text-align:center;
  margin:0 auto;
  width:400px;
  padding-top:100px;
}


