#page
{
	background-image: url(/images/frontend/fonds/presentation.jpg);
	border: 1px solid #85808c;
}
#text
{
	width: 950px;
	margin-top: 200px;
	left: 20px;
	height: 350px;
	padding: 1px 15px 15px 15px;
	position: absolute;
	color: white;

}
h1
{
	margin-top: 5px;
	color: #c0bfc7;
	font-size: 40px;
	font-weight: normal;
}
#text_gauche
{
	width: 950px;
	float: left;
	margin-right: 20px;
	height: 345;
	overflow: hidden;
}
#text_droit
{
	margin-left: 20px;
	float: left;
	width: 350px;
	height: 100%;
}
p
{
	margin-top: 0px;
	margin-bottom: 0px;
}


#text_gauche img
{
	border: white 0px solid;
}



.scrollbox {position: relative;}
.scrollbox_content {
	margin-right: 20px;
}
.scrollbox_scrollbar {
	height: 100%;
	width: 0px;
}
.scrollbox_up_button {
	background:  top right no-repeat;
	height: 20px;
}
.scrollbox_down_button {
	background:  top right no-repeat;
	height: 20px;
}
.scrollbox_handle {
	background-color: #df8400;
}
