/* MENU GAUCHE OUTILLAGE */
#nav2 { margin: 0 2px 0 2px; }

#nav2 ul { margin : 0; padding : 0; list-style-type: none; }
#nav2 ul ul { position : relative; top : 4px; list-style-type: none; }

#nav2 li { margin : 0; padding : 8px 0 8px 0; background-color: #ACD3F7; }

#nav2 li li  { font-size: 100%; margin: 1px 0; padding: 0 0 0 5px; }
#nav2 li li.selected { font-size: 100%; background: url("interface/fdmenu1.gif") no-repeat }

#nav2 a { color : #1B3268; text-decoration: none; font-weight : normal; padding : 2px; margin : 5px; line-height : 15px }
#nav2 a:hover { color : #fff; text-decoration: none; font-weight : normal; padding : 0 }
#nav2 li a.selected { text-decoration: underline; font-weight : bold; padding : 0 }
#nav2 li li a.selected { text-decoration: underline; font-weight : normal; padding : 0 }

#nav2 li a { font-size : 110%; color : #1B3268; text-decoration: none; font-weight : normal; background-image: none; padding : 0; }

}#nav2 li li a { font-size : 100%; color : #1B3268; text-decoration: none; font-weight : normal; padding : 0; background : url("interface/fdmenu1.gif");
}

#contenu h1 {
	color: #50A5F3; font-size: 180%;
	font-weight: normal;
	margin: 15px 0 0 15px;
}

#contenu h2 {
	color: #50A5F3; font-size: 140%;
	font-weight: normal;
	margin: 15px 0 0 15px;
}

#contenu h3 {
	color: #50A5F3; font-size: 110%;
	font-weight: normal;
	margin: 15px 0 10px 15px;
}

#contenu h4 {
	color: #50A5F3; font-size: 100%;
	font-weight: bold;
	margin: 15px 0 10px 15px;
}

#contenu a, a:visited {
	color: #50A5F3;
	text-decoration:underline;
	}
	
#contenu a:hover {
	color: #5B5B5B;
	text-decoration:underline;
	}

#catalogue a, a:visited {
	color: #ffffff;
	text-decoration:none;
	line-height:16px;
	}
	
#catalogue a:hover {
	color: #000000;
	text-decoration:none;
	}


