@import url('main.css');

#frame
{
	position:absolute;
	left:50%;
	margin-left:-450px;
	width:900px;

}

#header
{
	width:900px; height:216px;
	background-repeat: no-repeat;
	margin:0px;
}

#submenu
{
	width:900px; height:29px;
	background-image: url(images/submenu.jpg);
	background-repeat: no-repeat;
	text-align: center;
	margin:0px;
}

#site
{
	width:860px;
	padding:20px 25px 20px 25px;
	margin:0px 0px 0px 0px;
	font-size:13px;
	text-align: justify;
	background-image: url(images/left.png);
	background-repeat: repeat-y;
}

#footer
{
	width:900px; height:185px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	#footer .texte{
		padding-top: 5px;
		font-size: 10px;
		margin-left:15px;
		text-align: left;
		float:left;

	}

