/* feuille de style du backoffice le sardonnier */

body {
	background-image: url(textureBois.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-position: center top;
}

#container {
	height: auto;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#header {
	height: 172px;
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-image: url(img/header_backoffice.jpg);
}

#contenu {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	text-align: center;
	padding-right: 145px;
	padding-left: 145px;
	background-image: url(img/fond_backoffice.gif);
	padding-top: 50px;
	padding-bottom: 25px;
}

#footer {
	background-image: url(img/footer_backoffice.jpg);
	height: 57px;
	width: 850px;
}

a {
	font-family: "Times New Roman", Times, serif;
	color: #333333;
}

