body {
	margin: 10px;
	color: #000000; 
	font-family: verdana, arial, serif; 
	font-size:14px; 
	text-align:justify;
	background-image: url("images/bg.jpg");
}

a {color: #FF6B1E; text-decoration:none;}
a:hover {color: #E50B0B; text-decoration:none;}

a img {
	color: black;
	border-color: black;
}

div#cadre{
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

div#banniere {
	position: relative;
	width: 800px;
	height: 140px;
}

div#menu {
	position: relative;
	float: left;
  width:  150px;
  margin-top: 5px;
}            

div#centre {
	position: relative;
	float: right;
  width:  633px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: white;
  border-color: black;
  border-style: dotted;
  border-width: 1px;
  padding: 5px;
}

div#footer {
	position: relative;
	float: right;
  width: 633px;
  height: 40px;
  clear: both;
  text-align: center;
  font-size: smaller;
}



.title {
	font-size:17px;
	text-shadow: grey 2px 3px 3px;	
	text-align: center;
  }

.error {
	color: #FF0000;
	}

.confirm {
	color: #009900;
  }

.img {
	border-color: black;
}
