.erreur{
	border:1px solid #DEA3A3;
	background-color:#FFEDE5;
	margin-top:10px;
	margin-bottom:10px;
	font-size:1em;
	padding:5px;
	color:brown;
	width:600px;
	margin-left:auto;
	margin-right:auto;
}
#zone_erreur{
	border:1px solid #DEA3A3;
	padding:5px;
	background-color:#FFEDE5;
	margin:10px;
	font-size:.7em;
	color:brown;

}

/*****************************/
/*** Core html setup stuff ***/
/*****************************/

html {
  height: 100%;
  margin-bottom: 1px;
}

form {
  margin: 0;
  padding: 0;
}

body {
	font-family: "Futura Md";
	line-height: 1.3em;
	margin: 0px 0px 0px 0px;
	font-size: 18px;
	color: #333;
	height:600px;
}


/**********************************/
/*** Style principal de la page ***/
/**********************************/
.center {
color:#828282;
}


div#wrapper {
	background-color: #dfe0e2;
}

div#logo {
	position: relative;
	left: 0;
	top: 0;
	width: 1134px;
	height: 349px;
	background: url(../images/BANDEAU-HAUT-LOGIN.png) 0 0 no-repeat;
	margin-top: 0px;
}

div#maincolumn {
	background-image:url("../images/BANDEAU_MILIEU.png");
	background-repeat:repeat-y;
	color:#828282;
	left:0;
	top:0;
	width:1134px;
}

div#footer {
	background:url("../images/BANDEAU_BAS.png") no-repeat scroll 0 0 transparent;
	height:230px;
	overflow:hidden;
	position:relative;
	width:1134px;
}