.texte-normal {
	font-size: 9pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

.texte-petit {
	font-size: 8pt;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

body {
	background-color: #8FBDCC;
}

.cadre-photo {
	border: 2px solid #FFFFFF;
}

#container {
	position	: relative;
	top			: 0px;
	left		: 0px;
	width		: 500px;
	height		: 390px;
	overflow	: hidden;
}

#content {
	position	: relative;
	width		: 429px;
	left		: 0px;
	padding: 5px;
	background-attachment: fixed;
	background-image:    url(../architecte-interieur-images/fond-scroller.jpg);
	background-repeat: repeat-y;}

#scrollArea {
	position	: absolute;
	left		: 438px;
	top			: 0px;
	height		: 390px;
	width		: 9px;
	border		: 1px solid #000000;
	overflow	: hidden;
}

#scroller {
	position	: relative;
	top			: -1px;
	width		: 8px;
	background	: #9B9980;
	cursor: hand;
}