html,body
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}
body
{
	background-color: #FFFFFF;
	
	scrollbar-arrow-color: #FA8D0E;
	scrollbar-face-color: #B3E2EA;
	scrollbar-3dlight-color: #EBF8FA;
	scrollbar-highlight-color: #D0EDF2;
	scrollbar-shadow-color: #9DD9E3;
	scrollbar-darkshadow-color: #82CDDB;
	scrollbar-track-color: #EDF9FC;
}



#ban
{
	background-color: #00A3C0;
	width: 100%;
	height: 85px;
	background-position: right top;
	background-repeat: repeat-x;
	background-image: url(../images/ban-fond-h.jpg);
}
#ban img {float: right;}



#fram
{
	background-color: #F7F6ED;
	width: 166px;
	height: 100%;
	background-position: left top;
	background-repeat: repeat-y;
	background-image: url(../images/fram-fond.jpg);
}
#fram-immeuble
{
	background-position: left bottom;
	background-repeat: no-repeat;
	background-image: url(../images/fram-immeuble.jpg);
}



#page
{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/page-fond.jpg);
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
#page2
{
	background-position: right bottom;
	background-repeat: no-repeat;
	background-image: url(../images/page-fond-2.jpg);
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}



#menu, #menu ul
{
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
	text-align: right;
	list-style: none;
}
#menu li {margin: 0px; padding: 0px;}
#menu a, #menu a:visited
{
	text-decoration: none;
	color: #2B2422;
	margin-right: 16px;
	margin-top: 3px;
	font-weight: normal;
}
#menu a:hover, #menu a:visited:hover
{
	font-weight: bold;
}
#menu #chap1 {list-style: square; color: #2A99A9;}
#menu #chap1 a, #menu #chap1 a:visited{font-weight: bold; color: #2A99A9;}
#menu #chap2 {list-style: square; color: #FF8A00;}
#menu #chap2 a, #menu #chap2 a:visited{font-weight: bold; color: #FF8A00;}
#menu #chap3 {list-style: square; color: #811517;}
#menu #chap3 a, #menu #chap3 a:visited{font-weight: bold; color: #811517;}
#menu .titre
{
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-top: 14px;
	margin-bottom: 2px;
	margin-right: 10px;
	padding-right: 4px;
	padding-top: 2px;
	/*padding-bottom: 1px;*/
	height: 18px;
}
#pourqui{display: block; background-color: #2A99A9;}
#parqui{display: block; background-color: #FF8A00;}
#comment{display: block; background-color: #811517;}
#assistance{display: block; background-color: #FF8A00;}
#menu_pourqui, #menu_pourqui #chap1 {list-style-image: url(../images/oiz-01.gif);}
#menu_parqui, #menu_parqui #chap2 {list-style-image: url(../images/oiz-02.gif);}
#menu_comment, #menu_comment #chap3 {list-style-image: url(../images/oiz-03.gif);}
#menu_assistance, #menu_assistance #chap3 {list-style-image: url(../images/oiz-02.gif);}

#bdp
{
	font-family: "Trebuchet MS",Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #288393;
}


a, a:visited
{
	text-decoration: none;
	color: #2A99A9;
	font-weight: bold;
}
a:hover, a:visited:hover
{
	color: #FF8A00;
}
#bdp a, #bdp a:visited
{
	font-weight: normal;
}


.txtsec{color: #1F717C;}
.txtgros{font-size: 16px;}
.txtgros2{font-size: 20px;}
.txtgros3{font-size: 36px;}

input, textarea
{
	border-left: 1px solid #666666;
	border-top: 1px solid #666666;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
.noborder{border: 0px;}
.button{border: 1px solid #FFFFFF;}


