@charset "utf-8";
/* CSS Document */

		UL.tabNavigation {
		    list-style: none;
		    margin: -8px 0 0 0;
		    padding: 8px 0 0 0;
			
		}

		UL.tabNavigation LI {
		    float:left;
			/*font-weight:bold;*/
			color:#333;
			width:140px;
			height:14px;
			border-bottom: 1px dotted #333;
			border-top: 1px dotted #333;
			text-align:center;
			padding:5px 0 3px 0;
			margin-bottom:10px;
			background:#ccc url(../img/fd_optfiche.png);
		}

		UL.tabNavigation LI A {
			font-family:Georgia, "Times New Roman", Times, serif;
			color: #333;
		    background-color: transparent;
		    text-decoration: none;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    color: #333;
		    padding: 9px 0 2px 0;
			border-bottom:2px solid #7a3033;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 10px 0 0 25px;
			margin-top: 3px;
			/*border-top: 1px dotted #333;*/
			
		}
		
		div.tabs > div h1 {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-weight:normal;
		}	
			
		div.tabs > div h2 {
			margin-top: 0;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:12px;
			font-weight:normal;
			font-variant:small-caps;
			letter-spacing:2px;
			color:#777;
		}
		
		#first {
		    background-color: #transparent;
		}

		#second {
		    background-color: #transparent;
		}

		#third {
		    background-color: #transparent;
		}
		
		.waste {
			min-height: 0px;
		}

