html {
	width: 100%;
	height: 100%;
}
body {
	background-image: url(../images/fond.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#333333;
	line-height: 15px;
}
table, tr, td {
	margin: 0px;
	padding: 0px;
	border: 0px;
	vertical-align: top;
}
#menu {
	width: 338px;
	height: 24px;
	position:absolute;
	top: 17px;
	left: 188px;
}
#bandeau p {
	line-height: 15px;
	color: #EF5A00;
}
#bandeau {
	display: block;
	position: absolute;
	height: 252px;
	width: 100%;
	left: 0px;
	top: 48px;
	padding: 0px;
}
#bandeau .contenu {
	width: 558px;
	height: 222px;
	background-image:url(../images/noms_avocats3.gif);
	background-position: 35px 30px;
	background-repeat: no-repeat;
	display:block;
	padding: 30px 0px 0px 195px;
}
#contenu {
	display: block;
	position: absolute;
	width: 750px;
	top: 300px;
	padding: 30px 0px 0px 0px;
}
#contenu .colonne1 {
	display:block;
	float:left;
	width:150px;
	padding: 0px 15px 0px 30px;
	height: 10px;
}
#contenu .colonne2 {
	display:block;
	float:left;
	width: 558px;
	padding: 0px 0px 0px 195px;
	height: 1%;
}
#contenu .colonne2_court {
	display:block;
	float:left;
	width: 375px;
	padding: 0px 15px 0px 195px;
	height: 1%;
}
#contenu .colonne3 {
	display:block;
	float:left;
	width: 165px;
	padding: 0px;
	height: 1%;
}
.table_col1, .table_col2 {
	padding: 0px;
	margin: 0px;
	display: block;
	vertical-align:top;
	border: 0px;
	height: 1%;
}
.hr {
	clear:both;
	height:1px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	background:transparent;
}
.table_col1 {
	display:inline;
	width: 360px;
	float: left;
	padding: 0px;
	margin:0px;
}
.table_col2 {
	display:inline;
	width: 160px;
	margin:0px 0px 0px 0px;
	float:right;
}
.liste_rangee, .panelheader, .panelHover, .panelClicked, .panelSelected, .panelContent {
	display:block;
	padding: 0px 0px 8px 0px;
	margin: 0px 0px 8px 0px;
	border-style: solid;
	border-width: 0px 0px 1px 0px;
	border-color: #DCE7A7;
}
.tableau {
	margin: 0px 0px 15px 0px;
}
.tableau td {
	padding: 4px 4px 8px 6px;
	border-color: #A6C362;
	border-style: solid;
	border-width: 0px 1px 1px 0px;
	background-color: #EEF3D3;
	border-right-color: #FFF;
}
.tableau .libelles {
	font-weight: bold;
	font-size: 9px;
	border-width: 0px;
	background-color: #DCE7A7;
}
.tableau .derniere {
	border-bottom-width: 0px;
}
.input_court {
	width: 140px;
	margin: 0px 0px 10px 0px;
	font-size: 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}
#basdepage {
	display: block;
	width: 750px;
	height: 69px;
	background-image: url(../images/basdepage.gif);
	background-repeat: no-repeat;
	background-position: 195px 30px;
	clear:both;
}
#bloc_caseid {
	color: #FFFFFF;
	background-color: #FAA254;
	height: 177px;
	width: 539px;
	padding: 15px 0px 0px 15px;
	position: absolute;
	left: 195px;
	top: 108px;
	z-index: 10;
}

/*
===============================
STYLES POUR MENUS ACCORDEONS
===============================
*/

.panelheader, .panelHover, .panelClicked, .panelSelected, .panelContent {
	color: #7B9147;
	padding: 8px 0px 0px 8px;
	margin: 0px;
	height:25px !important;
}
.panelheader, .panelHover, .panelClicked, .panelSelected {
	height: 24px;
	margin: 0px;
}
.panelHover, .panelClicked {
	color: #FAA254;
}
.panelheader {
	font-weight:bold;
	font-size:9px;
	line-height: 10px;
	padding-left: 24px;
	background-image: url(../images/b_plus.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.panelHover, .panelClicked {
	padding-left: 24px;
	background-image: url(../images/b_plus_on.gif);
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
.panelSelected {
	background-color: #FAA254;
	border-bottom: 0px;
	background-image: none;
	padding-left:8px;
	color: #FFF;
}
.panelContent {
	background-color: #FAA254;
    overflow:auto;
	padding-bottom: 15px;
	color: #FFF;
	border-bottom: 0px;
	padding-top: 0px;
	height:auto !important;
	padding-right:15px;
}

