html, body {
	background-color: #FFE6BA;
	height : 100%;
}


#titre{
	text-align: center;
	font-size: 150%;
	font-family: Georgia,serif;
	color: #C25F1F;
}


#gauche{
	color: #C25F1F;
	float: left;
	width: 200px;
	font-family: Georgia,serif;
	font-size: 130%;
	background: #FFE16B ;
	/*background: url('fond.jpeg') ;*/
	height: 100%;
	left: -0.5%;
	position: absolute;
	padding-top: 100px;
}


#contenu{
	font-family: Georgia,serif;
	margin:  -32px 0 -10% 225px;
	height: 100%;
	
}

ul {
list-style:none;
}


li {
margin-bottom:30px;/* à adapter */
}

a:hover {
	font-weight:bolder;
}

#gauche a:visited{
	text-decoration: none;
	color:#C25F1F;
}

#gauche a{
	text-decoration: none;
	color:#C25F1F;
}

p { text-indent: 2em; }



