@charset "utf-8";
/* CSS Document */
@import url(base.css);

#subwrap {
	
	min-height:280;
/*	background:url(../img/sub-nav-bg.jpg) no-repeat;*/
	}
#subnav {
	
	margin:0;
	margin-top:15px;
	background:url(../img/subnav.png) no-repeat;
	}
	
	#subnav h2{
		margin-left: 7px;
		margin-top: 2px;
		width: 200px;
		}	
		
	#subnav img.door{
		margin:0;
		border:0;
		}
	#subnav img{
		margin-left:5px;
		border:0;
		}
	#subnav table{
		margin-left:5px;
		border:1;
		}

#subnav a.current {
	color:#0097a0;
	}	
.subnav {
	margin-left: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	width:200px;
	}
	.subnav li {
		min-height: 15px;
		margin-bottom:10px;
		list-style-type:none;
		}
	.subnav a.snav1{
		text-decoration: none;
		padding-left:6px; 
		height: 15px;
		overflow:hidden;
		font:11px 'Lucida sans', Arial, Helvetica, sans-serif;
		color:#ff6600;
		background:url(../img/med-arrow.gif) no-repeat;
		background-position: left center;
		}
	.subnav a.snav1:link{
		text-decoration:none;
		color:#ff6600;
		}
	.subnav a.snav1:visited{
		text-decoration:none;
		color:#ff6600;
		}
	.subnav a.snav1:hover{
		text-decoration:underline;
		color:#0097a0;
		}
	.subnav a.snav1:active{
		text-decoration:underline;
		color:#0097a0;
		}
		
.subnav2 {
	margin-left: 20px;
	margin-bottom: 5px;
	margin-top: 7px;
	}
	.subnav2 li {
		min-height: 15px;
		margin-bottom:10px;
		list-style-type:none;
		}
	.subnav2 a.snav2 {
		text-decoration: none;
		padding-left:6px; 
		font:10px 'Lucida sans', Arial, Helvetica, sans-serif;
		color:#333;
		background:url(../img/small-arrow.gif) no-repeat;
		background-position: left center;
		}
	.subnav2 a.snav2:link {
		text-decoration: none;
		color:#333;
		}
	.subnav2 a.snav2:visited {
		text-decoration: none;
		color: #666;
		}
	.subnav2 a.snav2:hover {
		text-decoration: underline;
		color: #0097a0;
		}
	.subnav2 a.snav2:active {
		text-decoration: underline;
		color: #999;
		}
.subnav3 {
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 7px;
	}
	.subnav3 li {
		margin-bottom:10px;
		list-style-type:none;
		height: 11px;
		}
	.subnav3 a.snav3 {
		text-decoration: none;
		padding-left:8px; 
		font:10px 'Lucida sans', Arial, Helvetica, sans-serif;
		color: #666;
		background:url(../img/puce.gif) no-repeat;
		background-position: left center;
		}
	.subnav3 a.snav3:link {
		text-decoration: none;
		color: #666;
		}
	.subnav3 a.snav3:visited {
		text-decoration: none;
		color: #777;
		}
	.subnav3 a.snav3:hover {
		text-decoration: underline;
		color: #0097a0;
		}
	.subnav3 a.snav3:active {
		text-decoration: underline;
		color: #ff1100;
		}
.subnav4 {
	margin-left: 15px;
	margin-bottom: 5px;
	}
	.subnav4 li {
		margin-bottom:10px;
		list-style-type:none;
		height: 11px;
		}
	.subnav4 a.snav4 {
		text-decoration: none;
		padding-left:8px; 
		font:10px 'Lucida sans', Arial, Helvetica, sans-serif;
		color:#121212;
		background:url(../img/puce.gif) no-repeat;
		background-position: left center;
		}
	.subnav4 a.snav4:link {
		text-decoration: none;
		color:#121212;
		}
	.subnav4 a.snav4:visited {
		text-decoration: none;
		color:#666;
		}
	.subnav4 a.snav4:hover {
		text-decoration: underline;
		color: #0097a0;
		}
	.subnav4 a.snav4:active {
		text-decoration: udnerline;
		color: #0097a0;
		}		


#content {
	margin-bottom: 10px;
	margin-top:10px;
	padding-top:10px;
	background:#fff url(../img/bg-panel.gif) no-repeat;
	}
	#content #conductivite{
		margin-left: 10px;
		margin-top: 5px;
		display: inline;
		width: 400px;
		list-style-type: none;
		}
		#content #conductivite li{
			display: inline;
			list-style:none;
			margin-left: 10px;
			text-decoration: none;
			padding-left:8px; 
			font:10px 'Lucida sans', Arial, Helvetica, sans-serif;
			color:#333;
			background:url(../img/arrow-small.gif) no-repeat;
			background-position: left center;
			}
		#content #conductivite a{
			margin-left: 10px;
			margin-top: 5px;
			text-decoration: none;
			font:10px 'Lucida sans', Arial, Helvetica, sans-serif;
			color:#333;
			}
			#content #conductivite a:link {
				text-decoration: none;
				color:#333;
				}
			#content #conductivite a:visited {
				text-decoration: none;
				color:#666;
				}
			#content #conductivite a:hover {
				text-decoration: underline;
				color: #0097a0;
				}
			#content #conductivite a:active {
				text-decoration: udnerline;
				color: #0097a0;
				}	
	#content h2{
		margin-left: 12px;
		margin-top: 2px;
		width: 440px;
		}
	#content h3{
		margin-left: 10px;
		font:11px 'Lucida sans', Verdana, sans-serif;
		color:#0097a0;
		float:left;
		}
	#content table{
	   border-width: 1px 1px 1px 1px;
	   border:1;
		}
		
		#content td
{
    border-color: #600;
    border-width: 0px 0px 1 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
	font: 11px 'Lucida sans', Verdana, sans-serif;
	color: #666;
   
}



	#content p{
		margin: 10px 10px 0 13px;
		font: 11px 'Lucida sans', Verdana, sans-serif;
		color: #666;
		width: 680px;
		}
		#content hr {
		visibility: visible;
		float: left;
		height: 1px;
		margin-left: 10px;
		margin-bottom: 10px;
		color: #000;
		background-image: url(../img/stroke.gif);
		}
		
		#content img {
		float:right;
		padding: 5px;
		margin: 10px;
		margin-left:0px;
		border: 0px solid #ddd;
		}	
		
		#content aaa {
		float:right;
		
		}			
