/* CSS Document */

body {
	background-color:#FCD68B;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
div#contenu {
	margin: auto;
	width:855px;
	height:582px;
}
div#gauche {
	position:relative;
	float:left;
	width:200px;
	background-image:url(images/BlasonSolages.gif);
	background-repeat:no-repeat;
	background-position:25px 0px;
	height:582px;
}
div#gauche div#texte{
	text-align:center;
	position:relative;
	top:300px;
}

div#droite {
	position:relative;
	top:47px;
	left:5px;
	float:right;
	width:650px;
	height:487px;
	background-image:url(images/chateau_mezens.jpg);
	background-repeat:no-repeat;
}
div#droite div#texte{
	position:relative;
	top:350px;
	left:25px;
	width:600px;
}
p#titre {
		font-size:16px;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
div#piedpage {
	margin: auto;
	/*width:805px;*/
	height:80px;
}
