/* CSS Document */
body {
	background-color:#FFCC66;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #532005;
	font-size: 12px;
	text-align: justify;
}
.corps {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#marge-gauche {
	width: 100px;
	background-image: url(../images/marge_gauche_1px.jpg);
}

#menu {
	width:800px;
	height:320px;
}

#marge-droite {
	width: 100px;
	background-image: url(../images/marge_droite_1px.jpg);
}

#contenu {
	vertical-align: text-top;
	padding: 10px;
	height: 600px;
	font-size: 12px;
}
#lower {
	font-size: 10px;
	text-align: center;
}
h1 {
	text-align: right;
	font-style: normal;
	font-weight: bold;
}
a {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
	}
/* ajouté par Eric */
p {
	font-size: 12px;
	text-align: justify;
}
td {
	font-size: 12px;
}

.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #532005;
}

