@charset "UTF-8";


.haut {
	background-image: url(images/haut.jpg);
	background-repeat: no-repeat;
	height: 54px;
	width: 383px;
	float: left;
	top: auto;
}
.gauche {
	width: 383px;
	float: left;
	background-image: url(images/gauche.jpg);
	background-repeat: repeat-y;
	height: 360px;
	background-position: left;
}
.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;
	}

.contenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	vertical-align:top;
	overflow: auto;
	width: 368;
	height: 273;	
}
.contentpane {
	float: left;
	width: 383px;
	height: 360px;
}
.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;
}


