/*################## Arborescence ##################*/

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

strong{
	/*font-weight: bold;*/
	color: #3782C4;
}

a {
	color: #3782C4;
	/*text-decoration:none;*/
	font-weight:bold;
	}

ul a{
	color: #3782C4;
	font-size:10px;
	font-weight:bold;
	}
	
	.table {
	width: 100%;
}

.table td {	
	border-top: 1px solid #FBC100;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
	font-size:10px;
}

.table2 td {	
	border-top: 1px solid #FBC100;
	padding-top:2px;
	padding-bottom:2px;
	text-decoration:none;
}
.table img {	
	border: 0px;
}

.table2 img {	
	border: 0px;
}
#arborescence {
	padding: 5px;
	width: 250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
		min-height:500px;
		_height:500px;
}

#arborescence ul#racine {
	margin: 0px;
	padding: 0px;
	/* margin-left: -20px; */
}

#arborescence ul, #arborescence li {
	text-align: left;
	list-style-type: none;
	list-style-image: none;
}

#arborescence li {
	position: relative;
	/* margin-left: -10px; */
}

#arborescence ul.niv1 ul {
	background: url("img/line.gif") repeat-y 0px 0px;
	/* display: none; */
}

#arborescence li ul.active {
	display: block;
	background:#666;
}

#arborescence li ul.last {
	background: none;
}

#arborescence img {
	position: relative;
	width: 19px;
	height: 20px;
	margin-bottom: -4px;
	margin-right: 2px;
}

#arborescence img.clic {
	cursor: pointer;
}

#actif{
	color:#666;
}
.droite{
	position:absolute;
	float:right;
	width:50%;
	margin-left:300px;
	text-align:justify;
}
.droite ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:justify;
}
.droite ul li {
	background: url('http://www.neoptec.com/fr/nav/nv2/puce-li.gif') no-repeat 0 4px;
	text-indent: 15px;
	line-height:18px;
	margin-top:5px;
	margin-left:20px;
}


.head{
	color:#FFF;
	background-image:url(../img/accueil.jpg);
	position:relative;
	height:40px;
	}
.head2{
	color:#FFF;
	background-color:#333;
	position:relative;
	height:30px;
	margin-bottom:20px;
	padding-left:40px;
	vertical-align:middle;
	}

.com{
	border:#666 dashed thin;
	margin-top:60px;
	margin-bottom:20px;
	}