 /* * html body html>body *:first-child+html */
* html, body, html>body, *:first-child+html {
	overflow-y:hidden;
	scrollbar-face-color: #806F62;
    scrollbar-shadow-color: #E6DEC7;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #E6DEC7;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #D4C9B5;
    scrollbar-arrow-color: black;

	background-color: white;
	background-attachment: fixed;
	margin: 0%; 
	text-align: center; 
	color:#806F62;
	margin-top:2px;
} 

body {
	overflow-y:hidden;
	scrollbar-face-color: #806F62;
    scrollbar-shadow-color: #E6DEC7;
    scrollbar-highlight-color: white;
    scrollbar-3dlight-color: #E6DEC7;
    scrollbar-darkshadow-color: black;
    scrollbar-track-color: #D4C9B5;
    scrollbar-arrow-color: black;

	background: white;
	background-attachment: fixed;
	margin: 0%; 
	text-align: center; 
	color:#806F62;
	margin-top:2px;
}

a {
	color:black;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#bandeau_haut {
	width:100%;
	height:90px;
	left:0px;
	top:0%;
	position: absolute;
	text-align: right;
	/*background-image: url('images/fond_bandeau_haut.gif');
	background-repeat: repeat;*/
}
.logo_blanc {
	position:absolute;
	right:10px;
	top:5px;
}

hr {color:#CC9966;}

.conteneur { 
	position:absolute;
	left: 50%; 
	top: 0px;
	width: 950px;
	height: 100%;
	margin-left: -475px;
	background-color: #FFFFFF;
} 

.zone_menu {
	position:absolute;
	background-color: #FFFFFF;
	color:#B70000;
	font-size: 15pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
	left: -2px; 
	top:90px;
	width:150px;	
}

.menu {
	height:50px;
	width:100%;
	vertical-align: middle;
}
.lien_menu {
	color:#806F62;
	font-size: 13pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}
.lien_menu_selectionne {
	color:#CC9966;
	font-size: 13pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}
.lien_menu2 {
	color:#E6DEC7;
	font-size: 13pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}
.lien_menu2_selectionne {
	color:#CC9966;
	font-size: 13pt;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}

.menu a:hover {
	color:white;
	text-decoration:none;
}

.menu_accueil a {
	color:#FFFFFF;
	position:absolute;
	top:30px;
	left:10px;
	text-decoration:none;
	font-weight:bold;
}
.menu_accueil a:hover {
	color:#CC9966;
	text-decoration:none;
}

.zone_bas_droite {
	position:absolute;
	background-color: #FFFFFF;
	color:#806F62;
	font-size: 10pt;
	font-weight:normal;
	text-decoration: none;
	text-align: right;
	right: -2px; 
	top:375px;
	width:200px;	
}
.bas_droite a {
	color:#000000;
	font-size: 10pt;
	text-decoration: none;
}

.zone_bas_gauche a {
	position:absolute;
	background-color: #FFFFFF;
	color:#000000;
	font-size: 10pt;
	font-weight:normal;
	text-decoration: none;
	text-align: left;
	left: -2px; 
	bottom:20px;
}

.main {
	position:absolute;
	left:170px;
	top:92px;
	width:600px;
	height:530px;
}

.pied {
	background-color: #D4C9B5;
	color:#806F62;
	text-align: center;
	position:absolute;
	left:0%;
	top:93%;
	width:100%;
	font-size: 10pt;
}

@media print {
.pied2 {display:none}}

.pied2 table {
	color:#806F62;
	text-align: center;
	width:100%;
	font-size: 8pt;
}

.pied2 a {
	color:#806F62;
	text-decoration:none;
}
.pied2 a:hover {
	color:black;
	text-decoration:underline;
}
.tableau_admin  {
	color: #806F62;
	border:1px solid;
	border-color:#806F62;
	font-size: 8pt;
	text-align:left;
}
.tableau_admin input select {
	background-color: #D4C9B5;
	color: #806F62;
	border:1px solid;
	border-color:#806F62;
	font-size: 7pt;
}

.tableau_biens  {
	color: #000000;
	border:1px solid;
	border-color:#806F62;
	font-size: 12pt;
	text-align:left;
}
.tableau_biens input {
	color: #B70000;
	border:1px solid;
	border-color:#B70000;
	font-size: 7pt;
}

.tabnormal{
	color:#806F62;
	font-weight:bold;
	cursor:pointer;
}
.tabover{
	background-image: url('images/fond_menu_2.gif');
	background-repeat: repeat;
	color:#CC9966;
	font-weight:bold;
	cursor:pointer;
}