.body {
	padding: 0px;
	margin: 0px;
	background-color: #000066;
}

/* Habillage du skin */
.Left {
	width: 158px;
	background-image: url(degrade-gauche.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: 666666;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: fixe;
}
.ContentPane {
	padding: 5px;
	height: 550px;
	width: 560px;
}
.ContentPaneAdmin {
	padding: 5px;
	height: 550px;
	width: 560px;
	text-align: center;
}


.TDCopyright {
	font-family: Arial,;
	font-size: 9px;
	color: #999999;
	text-align: center;
}
.Right {
	width: 158px;
	background-image: url(degrade-droite.jpg);
	background-repeat: no-repeat;
	background-position: 0px top;
	border-left-width: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-left-color: 666666;
	vertical-align: top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: fixe;
}
.header {
	text-align: center;
	background-color: #006730;
	background-image: url(header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 904px;
	height: 145px;
}
.headeradmin {
	text-align: center;
	background-color: #006730;
	background-image: url(header-admin.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 904px;
	height: 145px;
}
.Bottom {
	background-image: url(bas.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 69px;
}
/* Partie centrale du skin */
.Content {
	width: 588px;
	height: 550px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: fixe;
	vertical-align: top;
}
.fdleft {
	background-color: #CCCCCC;
	background-image: url(fd-gauche.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 11px;
	margin: 0px;
}
.fdright {
	background-color: #CCCCCC;
	background-image: url(fd-droite.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	width: 11px;
	margin: 0px;
}

