/*menu metal*/
div#ContMenG
			{
				
				width: 180px;
				height: 540px;
				margin: 0px auto;
				padding: 10px 0px 10px 5px;
				/*border: solid;*/
				float: left;
				
}
.menu
			{
				height: 430px;
				width: 180px;
				/*border: solid;*/
								
			}
div#CadreH
			{
				margin: 0;
				padding: 0;
				height: 15px;
				width: 180px;
				background-repeat: no-repeat;
				background-image: url(../images/CadreHaut_2.png);
				background-color: #E9EEF1;
			}
		
div#CadreB
			{	
				float : left;
				margin: 0;
				padding: 0;
				height: 15px;
				width: 180px;
				background-repeat: no-repeat;
				background-image: url(../images/CadreBas_2_180.png);
			}
		
div#CadreV
			{
				clear: left;
				float : left; 
				margin: 0;
				padding: 0;
				width: 180px;
				background-repeat: repeat-y;
				background-image: url(../images/CadreVert_2_180.png);
			}
ul#menu 
			{
				margin: 0;
				padding: 0;
				list-style: none;
			}
ul#menu li a 
			{
				display: block;
				height: 25px;
				line-height: 20px;
				color: #0a17f1;
				padding: 0px;
				margin: 3px 0;
				/*text-indent: 9px;/*decalage du texte du bord gauche*/
				/*font-family: small-caps 1em/18px Georgia;*/
				text-decoration: none;
				text-align: center;
				font-size: smaller;
				font-weight: bold;
			}
ul#menu li a:link 	
			{
				color: #0a17f1;/*font-weight: bolder*/;
				
				
			}	
ul#menu li a:hover 	
			{
				background: url(../images/BulleGrise.png) no-repeat 2px 0px ;
				color: #0A8EF1;
				text-decoration: none;
				margin-left: 8px;
				margin-right: 0px;
				/*background-color: #ACADAF;*/
				font-weight: bolder;
				text-transform: capitalize;
				letter-spacing: 2px;
			}
ul#menu li a:active
			{
				color: #c80000;
			}				
div#menu h3
			{
				padding: 0 10px;
			}	
