body {
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
margin: 0;
padding: 0;
background-color:#FDF7EC
}
#header {
height: 373px;
background-color: #FDF7EC;
}
#conteneur {
	position: absolute;
	width: 825px;
	background-color:#FDF7EC;
	text-align: justify;

}
#centre {
background-color:#FDF7EC;
margin-left: 230px;

}
#gauche {
	position: absolute;
	left:0;
	width: 190px;
	background-color: #DBCBBD;
	border: thin solid #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
#pied {

	width: 825px;
	background-color: #DBCBBD;
	text-align: center;
	vertical-align: middle;
	letter-spacing: 0.5em;
	border: thin solid #663333;
	background-position: center center;
}

.menugauche {
	margin: 0;
	padding:0;
}
.menugauche li {
	margin-bottom: 2px;

}
.menugauche a {
	list-style-image: url(../interface/puce1.gif);
	font-size: 14px;
	margin: 2px;
	color: #000000;
	text-decoration: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	width: 100%;
}
.menugauche a:hover {
	background-color: #FFCC33;
	background-repeat: repeat-x;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
p {margin: 0 0 10px 0;}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	text-decoration: underline;
}
h2 {
	font-size: 12px;
	color: #999999;
}

.aligngauche { 
	padding-right: 4px; 
	float: left 
}

.aligndroite { 
	padding-left: 4px; 
	float: right 
}
