/* déclarations génériques */
body, div, form, input, h1, h2, span {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
body {
	 background-color: #A90019;
	 text-align: center;
}
/* ----------- bandeau de fond -------------------- */
#global {
	width: 100%;
	text-align: center;
}
#conteneur {
	width: 866px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
/* --------------------- ligne du logo et de l'arrondi haut ------------------- */
#lignehaut {
	margin: 0px;
	padding: 0px;
	height: 40px;
	background-image: url(img/arrondi_haut.gif);
	background-repeat: no-repeat;
	background-position: 477px bottom;
	margin-top: 19px;
}
#lignehaut img {
	margin-left: 47px;
}
/* ----------------------------------- lisere haut et bas -------------------------------------- */
#liserehaut, #liserebas {
	margin: 0px;
	padding: 0px;
	height: 16px;
	background-repeat: repeat-x;
}
#liserehaut {
	background-image: url(img/motif_barre_haut.gif);
}
#liserebas {
	background-image: url(img/motif_barre_bas.gif);
}
/* -------------------------------------- menu ---------------------------------------------- */
#bandemenu {
	margin: 0px;
	padding: 0px;
	height: 31px;
	background-color: #727BA4;
	width: 802px;
	margin-left: 32px;
}
/* ------------------- le contenu avec fond beige --------------------------- */
#contenu {
	margin: 0px;
	padding: 0px;
	width: 802px;
	background-color: #EDE7E0;
	margin-left: 32px;
	background-image: url(img/imagefond100.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	/*position: relative;*/
}
div.corps {
	min-height: 427px;
	margin-left: 180px;
	padding-top: 55px;
	width: 560px;
	padding-bottom: 8px;
}
div.corps h1 {
	color: #ffffff;
	background-color: #AFB1C2;
	height: 18px;
	line-height: 18px;
	font-size: 13px;
	margin-bottom: 15px;
	padding-left: 20px;
}
/* ------------------------ arrondi du bas ----------------------------------- */
#lignebas {
	margin: 0px;
	padding: 0px;
	height: 35px;
	background-image: url(img/arrondi_bas.gif);
	background-repeat: no-repeat;
	background-position: 83px bottom;
}

/* signature */
#signature {
	margin-left: 8px;
	color: #98540E;
	padding-bottom: 5px;
}
#signature a {
	color: #98540E;
	text-decoration: none;
	font-size: 11px;
}
#signature a:hover {
	color: #98540E;
	text-decoration: underline;
	font-size: 11px;
}