@charset "UTF-8";
.leftpane-haut {
	background-image: url(images/haut.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 383px;
	float: left;
	top: auto;
}
.leftpane-gauche {
	width: 383px;
	float: left;
	background-image: url(images/gauche.jpg);
	background-repeat: repeat-y;
	height: 360px;
	background-position: left;
}
.leftpane-bas {
	background-image: url(images/bas.jpg);
	background-repeat: no-repeat;
	width: 383px;
	height: 360px;
	float: left;
	background-position: bottom;
}
.site {
	width: 383px;
	height: 378px;
}
.Default_title {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#2c2c2c;
	float:left;
	width:315px;
	height:280px;
	position:center-bottom;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	}
.contentpane {
	float: left;
	width: 383px;
	height: 360px;
}
.leftpane-droit {
	width: 383px;
	background-image: url(images/droit.jpg);
	background-repeat: repeat-y;
	height: 360px;
	float: right;
	background-position: right;
}
Normal, .NormalDisabled {
font-family:arial;
font-size:12px;
font-weight:normal;
width: 370;
}


