/* DEFINITION DES CALQUES (objets uniques)*/
body{
	background-color: #500;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:  #000;
	margin: 0;
	padding: 0;
}
#cadre{
	margin: auto;
	height: 550px;
	width: 960px;
	background-color: #ffd;
}
/* Marge comprenant le dégradé */
#cadreGauche{
	background-image: url(../png/background.cadreGauche.png);
	height: 550px;
	width: 40px;
	float: left;
	margin: 0;
}
#cadreCentre{
	background: url(../png/background.cadreMilieu.png);
	height: 550px;
	width: 880px;
	position: relative;
	float: left;
	margin: 0;
}
#cadreDroite{
	background: url(../png/background.cadreDroit.png);
	height: 550px;
	width: 40px;
	float: left;
	margin: 0;	
}
#enPied{
	margin: auto;
	height: 15px;
	width: 960px;
	text-align: center;
	font-size: 0.85em;
	color: #c55;
}

#contenu{
	height: 490px;
	width: 730px;	/* 730 + 1 pour ne pas avoir de scroll bar horizontale */
	margin: 30px 10px 30px 10px;
	overflow: auto;
	padding: 0 9px 0 10px;
	background: url(../ResImages/Bgnd/bgnd.Silhouette.jpg) no-repeat right bottom #ffd;
}
#contenuAccueil{
	height: 490px;
	width: 871px; /* 870 + 1 pour ne pas avoir de scroll bar horizontale */
	margin: 30px 10px 30px 10px;
	overflow: auto;
	padding: 0;
}
#accueil{
	height: 490px;
	width: 850px;
	margin: 30px 10px 30px 10px;
	overflow: scroll;
	padding: 0 10px 0 10px;
}
#imgLesApatrides{
/*	position: relative;*/
	text-align: center;
	margin: 0 auto 0 90px;
	height: 457px;
	width: 337px;
	background: url("ResImages/Accueil/logo.Silhouette.png") right no-repeat;
	padding-right: 373px;
}
#derniereNiooz{
	margin: -90px auto 0 auto;
	padding: 7px;
	background-color: #fff;
	width: 800px;
	border: solid 1px #ceceb2;
}
#mail{
	width: 510px;
	margin: 0 auto;
}
form a{
	text-decoration: none;
}
