p.titre{
	color:#AD3C36;
	font-family:palatino linotype;	
	font-size: x-large;
	text-align: left;
	}
p.texte{
	position:relative;
	color:#000000;
	font-family:palatino linotype;	
	font-size: large;
	text-align: left;
}

a:link {
	font-family:palatino linotype;
	text-decoration: none;
	border-bottom: 0px solid #BEB9AA;
	color: #000000;
	}

a:visited {
	font-family:palatino linotype;
	text-decoration: none;
	border-bottom: 0px solid #000000;
	color: #000000;
	}

a:hover {
	text-decoration: none;
	border-bottom: 0px solid #000000;
	color: #AD3C36;
	}

a:active {
	text-decoration: none;
	border-bottom: 0px solid #000000;
	color: #8C7846;
	}
	

div#fond1{
	
	position:relative;
	width:1024px;
	height:768px;
	background-image:url('img/fond.jpg');
	}

div#fond2{
	text-align:left;
	position:relative;
	width:1024px;
	height:768px;
	background-image:url('img/fond2.jpg');
	}
div#contenu{
	
	position: absolute;
	left: 240px;
	top: 100px;
	width:560px;
	height:600px;
	overflow: auto;
	}
div#menu{
	text-align:right;
	position: absolute;
	left:800px;
	top:480px;
	width:200px;
	height:350px;
	}
	
.gallerie img{
	border:0px;
	border-color:none;
}

li {
list-style-type: none;
} 
	
	