@charset "utf-8";
html, body {
	position: relative;
	padding: 0;
	margin: 0;
	height: 100%;
	background-color: #FFFFFF;
}

#conteneur {
	padding-top: 4px;
	width: 100%;
	background-color: #FFFFFF;
}

#page {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
    overflow: visible;
	background-color:#FFFFFF;
}

#Logo {
    position: relative;
	float: left;
	text-align: center;
	width: 294px;
	height: 200px;
}

#imagegauche {
	position: relative;
	float:left;
	width: 290px;
	margin-top : 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
	border-width: 1px;
	border-style: solid;
	border-color: #937b6a;
	
}

#page #texte {
	position: relative;
	float:left;
	margin-left: 12px;
	margin-top: 5px;
	width: 494px;
	text-align: justify;
	font-family: Arial,,trebuchet MS,  Helvetica;
	font-size: 110%
}

h1 {
	font-size: 170%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #937b6a;
}

#pied {
	float:left;
	position: relative;
	width: 100%;
	height:160px;
	margin-bottom:auto;
	background-color: #c1f299;
	background-image: url(images/lignebas.png);
	background-repeat: repeat-x;
}

#piedphoto {
	margin-left: auto;
	margin-right: auto;
	width: 798px;
	height: 150px;
	margin-top: 10px;

}

#piedphoto img {
	vertical-align:top;
	margin-left:25px;
}
