/* **** CSS & DEV by Laurent Crombé @ Stilis Communication **** */


/* Styles généraux */

html, body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #5c595a;
	overflow-y: auto;
}


/* DIVS */

#index {
	padding: 0px;
	height: 475px;
	width: 377px;
	margin-top: -237px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -187px;
	position: absolute;
	left: 50%;
	top: 50%;
}
#index #logo {
	padding: 0px;
	height: 355px;
	width: 377px;
	position: absolute;
	margin: 0px;
}
#index #messages {
	padding: 0px;
	height: 120px;
	width: 377px;
	position: absolute;
	margin: 0px;
	top: 355px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #c4beae;
}
#index #messages a {
	color: #c4beae;
	text-decoration: none;
}
#index #messages a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#index #messages .hr {
  height: 9px;
  background-color: #5d595a;
  color: #5d595a;
  background: #fff url(../images/sepa.jpg) no-repeat scroll center;
  margin: 5px;
  padding: 0px;
}
#index #messages .hr hr {
  display: none;
}
