    * body {
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	margin: 0 auto;
	padding: 0;
	background-color: #E6EAEA;
	
      }
	  
	  
	  
	  
	  .Main
{
	position: relative;
	width: 100%;
	left: 0;
	top: 0;
	
}

.PageBackgroundGlare
{
	position: absolute;
	width: 100%;
	height: 119px;
	left: 0;
	top: 0;
}

.PageBackgroundGlareImage
{
	background-image: url('../images2/Page-BgGlare.png');
	background-repeat: no-repeat;
	height: 119px;
	width: 740px;
	margin: 0;
}

html:first-child .PageBackgroundGlare
{
	border: 1px solid transparent; /* Opera fix */
}



.PageBackgroundSimpleGradient
{
	position: absolute;
	background-image: url('../images2/Page-BgSimpleGradient.jpg');
	background-repeat: repeat-x;
	top:0;
	width: 100%;
	height: 900px;
}

.cleared
{
	float: none;
	clear: both;
	margin: 0;
	padding: 0;
	border: none;
	font-size:1px;
}



table.position
{
	position: relative;
	width: 100%;
	table-layout: fixed;
}
/* end Page */

/* begin Box, Sheet */
.Sheet
{
	position:relative;
	z-index:0;
	margin:0 auto;
	width: 900px;
	min-width:43px;
	min-height:43px;
}

.Sheet-body
{
	position: relative;
	z-index:1;
	padding: 8px;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl, .Sheet-tc, .Sheet-bc,.Sheet-cr, .Sheet-cl
{
	position:absolute;
	z-index:-1;
}

.Sheet-tr, .Sheet-tl, .Sheet-br, .Sheet-bl
{
	width: 42px;
	height: 42px;
	background-image: url('../images2/Sheet-s.png');
}

.Sheet-tl
{
	top:0;
	left:0;
	clip: rect(auto, 21px, 21px, auto);
}

.Sheet-tr
{
	top: 0;
	right: 0;
	clip: rect(auto, auto, 21px, 21px);
}

.Sheet-bl
{
	bottom: 0;
	left: 0;
	clip: rect(21px, 21px, auto, auto);
}

.Sheet-br
{
	bottom: 0;
	right: 0;
	clip: rect(21px, auto, auto, 21px);
}

.Sheet-tc, .Sheet-bc
{
	left: 21px;
	right: 21px;
	height: 42px;
	background-image: url('../images2/Sheet-h.png');
}

.Sheet-tc
{
	top: 0;
	clip: rect(auto, auto, 21px, auto);
}

.Sheet-bc
{
	bottom: 0;
	clip: rect(21px, auto, auto, auto);
}

.Sheet-cr, .Sheet-cl
{
	top: 21px;
	bottom: 21px;
	width: 42px;
	background-image: url('../images2/Sheet-v.png');
}

.Sheet-cr
{
	right:0;
	clip: rect(auto, auto, auto, 21px);
}

.Sheet-cl
{
	left:0;
	clip: rect(auto, 21px, auto, auto);
}

.Sheet-cc
{
	position:absolute;
	z-index:-1;
	top: 21px;
	left: 21px;
	right: 21px;
	bottom: 21px;
	background-color: #FFFFFF;
}


.Sheet
{
	margin-top: 20px !important;
}

.PageBackgroundSimpleGradient, .PageBackgroundGradient, .PageBackgroundGlare
{
	min-width:900px;
}

/* end Box, Sheet */

/* begin Menu */
/* menu structure */


/* begin Menu */
/* menu structure */

.artmenu a, .artmenu a:link, .artmenu a:visited, .artmenu a:hover
{
	text-align:left;
	text-decoration:none;
	outline:none;
	letter-spacing:normal;
	word-spacing:normal;
}

.artmenu, .artmenu ul
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
}

.artmenu li
{
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left;
	position: relative;
	z-index: 5;
	background:none;
}

.artmenu li:hover
{
	z-index: 10000;
	white-space: normal;
}

.artmenu li li
{
	float: none;
}

.artmenu ul
{
	visibility: hidden;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	background:none;
}

.artmenu li:hover>ul
{
	visibility: visible;
	top: 100%;
}

.artmenu li li:hover>ul
{
	top: 0;
	left: 100%;
}

.artmenu:after, .artmenu ul:after
{
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.artmenu, .artmenu ul
{
	min-height: 0;
}

.artmenu ul
{
	background-image: url(../images2/spacer.gif);
	padding: 10px 30px 30px 30px;
	margin: -10px 0 0 -30px;
}

.artmenu ul ul
{
	padding: 30px 30px 30px 10px;
	margin: -30px 0 0 -10px;
}




/* menu structure */

.artmenu
{
	padding: 12px 13px 0px 13px;
}

.nav
{
	position: relative;
	height: 38px;
	z-index: 100;
}

.nav .l, .nav .r
{
	position: absolute;
	z-index: -1;
	top: 0;
	height: 38px;
	background-image: url('../images2/nav.png');
}

.nav .l
{
	left: 0;
	right:13px;
}

.nav .r
{
	right: 0;
	width: 884px;
	clip: rect(auto, auto, auto, 871px);
}

/* end Menu */

/* begin MenuItem */
.artmenu ul li
{
	clear: both;
}

.artmenu a
{
	position:relative;
	display: block;
	overflow:hidden;
	height: 26px;
	cursor: pointer;
	text-decoration: none;
	margin-right: 4px;
	margin-left: 0px;
}


.artmenu a .r, .artmenu a .l
{
	position:absolute;
	display: block;
	height: 78px;
	background-image: url('../images2/MenuItem.png');
}

.artmenu a .l
{
	left:0;
	right:11px;
}

.artmenu a .r
{
	width:422px;
	right:0;
	clip: rect(auto, auto, auto, 411px);
}

.artmenu a .t 
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	color: #DEE2E3;
	padding: 0 12px;
	margin: 0 11px;
	line-height: 26px;
	text-align: center;
}

.artmenu a:hover .l, .artmenu a:hover .r
{
	top:-26px;
}

.artmenu li:hover>a .l, .artmenu li:hover>a .r
{
	top:-26px;
}

.artmenu li:hover a .l, .artmenu li:hover a .r
{
	top:-26px;
}
.artmenu a:hover .t
{
	color: #22343A;
}

.artmenu li:hover a .t
{
	color: #22343A;
}

.artmenu li:hover>a .t
{
	color: #22343A;
}


.artmenu a.active .l, .artmenu a.active .r
{
	top: -52px;
}

.artmenu a.active .t
{
	color: #122026;
}


/* end MenuItem */

/* begin MenuSubItem */
.artmenu ul a
{
	display:block;
	text-align: center;
	white-space: nowrap;
	height: 26px;
	width: 140px;
	overflow:hidden;
	line-height: 26px;
	margin-right: auto;


	background-image: url('../images2/subitem-bg.png');
	background-position: left top;
	background-repeat: repeat-x;
	border-width: 1px;
	border-style: solid;
	border-color: #9CA9AB;
}

.nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	display: inline;
	float: none;
	margin: inherit;
	padding: inherit;
	background-image: none;
	text-align: inherit;
	text-decoration: inherit;
}

.artmenu ul a, .artmenu ul a:link, .artmenu ul a:visited, .artmenu ul a:hover, .artmenu ul a:active, .nav ul.artmenu ul span, .nav ul.artmenu ul span span
{
	text-align: left;
	text-indent: 12px;
	text-decoration: none;
	line-height: 26px;
	color: #384142;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
}

.artmenu ul ul a
{
	margin-left: auto;
}

.artmenu ul li a:hover
{
	color: #22343A;
	border-color: #839495;
	background-position: 0 -26px;
}

.artmenu ul li:hover>a
{
	color: #22343A;
	border-color: #839495;
	background-position: 0 -26px;
}

.nav .artmenu ul li a:hover span, .nav .artmenu ul li a:hover span span
{
	color: #22343A;
}

.nav .artmenu ul li:hover>a span, .nav .artmenu ul li:hover>a span span
{
	color: #22343A;
}


/* end MenuSubItem */


/* begin Header */
div.Header
{
	margin: 0 auto;
	position: relative;
	z-index:0;
	width: 884px;
	height: 150px;
}


div.Header-jpeg
{
	position: absolute;
	z-index:-1;
	top: 0;
	left: 0;
	width: 884px;
	height: 150px;
	background-image: url('../images2/Header.jpg');
	background-repeat: no-repeat;
	background-position: center center;
}
/* end Header */




/* begin Footer */
.Footer
{
	position:relative;
	z-index:0;
	overflow:hidden;
	width: 884px;
	margin: 5px auto 0px auto;
}

.Footer .Footer-inner
{
	height:1%;
	position: relative;
	z-index: 0;
	padding: 15px;
	text-align: center;
}

.Footer .Footer-background
{
	position:absolute;
	z-index:-1;
	background-repeat:no-repeat;
	background-image: url('../images2/Footer.png');
	width: 884px;
	height: 150px;
	bottom:0;
	left:0;
}




.Footer .Footer-text p
{
	margin: 0;
}

.Footer .Footer-text
{
	display:inline-block;
	color:#1E2324;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

.Footer .Footer-text a:link
{
	text-decoration: none;
	color: #1F3842;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Footer .Footer-text a:visited
{
	text-decoration: none;
	color: #444F50;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}

.Footer .Footer-text a:hover
{
	text-decoration: none;
	color: #2F5565;
	font-family: Arial, Helvetica, Sans-Serif;
	text-decoration: none;
}
/* end Footer */


	  
	      * a{
          text-decoration : none;
          font-size : 13px;
          font-family : Arial, Helvetica, sans-serif;
          color : #404040;
      }
		
    
  
    * h1 {
          font-size : 15px;
          margin : 0;
          font-family : Arial, Helvetica, sans-serif;
          color : #666666;
		  font-weight : bold;
      }
    * h2 {
          text-decoration : none;
          font-size : 12px;
          font-family : Arial, Helvetica, sans-serif;
		  color : #666666;
          margin : 0;
      }
    * h3 {
          margin : 0;
          font-size : 12px;
          font-family : Arial, Helvetica, sans-serif;
          color : #ffffff;
          font-weight : normal;
      }
	  
    * h4 {
          margin : 0;
          font-size : 12px;
         
          color : #666666;
	
          font-weight : normal;
      } 
	 
    * ul {
          list-style-type : square;
      }
	  
	
    * li {
          list-style-type : circle;
      }
    * form {
          margin : 0;
          padding : 0;
          color : #333333;
		  
      }
    * input {
          font-family : Arial, sans-serif;
          font-size : 12px;
      }
    * hr {
          color : #CCCCCC;
          background-color : #FFFFFF;
          height : 1px;
      }
	  
	  * .images {
          
          background-color : #FFFFFF;
          border : 0px;
      }

  
 
    * .encadrement {
	background-image: url(../images2/point.png);         
      }
	  
	 
	 * #fond_world {
	background-image: url(../images2/WORLD.jpg);
	background-repeat : no-repeat; 
	background-position : bottom;   
	width:665px;
	height:454px;     
      }
    * .orange3 {
          color : #ff6600;
		
		  }
 * * .green {
	margin : 0;
	font-size : 12px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	;
	color : #003366;	

      }
		
    * .green:a {
	color : #003366;	
	font-weight : bold;
	         text-decoration:none;

      }
    * .green:hover {
	  	color : #005EBD;
      }  
	  
	  
	
		  
    * .gris3 {
	text-decoration : none;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #404040;
      }
		
    * .gris3l {
          text-decoration : none;
          font-size : 13px;
          font-family : Arial, Helvetica, sans-serif;
          color : #404040;
	
          font-weight : normal;
      }
	  
	  * .gris3l:a {
 
          color : #404040;
	
      }
    * .gris3l:hover {
	color : #A0A0A4;		 
      }
	  
	   * .orangel {
	text-decoration : none;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF6600;
	font-weight : normal;
      }
	  
	    * .orangel:a {
	
	font-weight : normal;
      }
    * .orangel:hover {
         text-decoration:underline
		 
      }
	  
	  

	  
	
    * .gris3bl {
          text-decoration : none;
          font-size : 13px;
          font-family : Arial, Helvetica, sans-serif;
          color : #666666;
		  font-weight : bold;
      }
    * .gris3bl:hover {
          color : #ff9900;
		       }

    * .formblanc {
          margin : 2px;
          padding : 2px;
          color : #333333;
          background-color : #FFFFFF;
          border : 1px solid #cccccc;
		   text-decoration : none;
          font-size : 11px;
          font-family : Arial, Helvetica, sans-serif;
          color : #666666;
      }
    * .gris4l {
          text-decoration : none;
          font-size : 11px;
          font-family : Arial, Helvetica, sans-serif;
          color : #666666;
		  
          font-weight : normal;
      }
    * .gris4l:hover {
          color : #ff9900;
		
      }
	  
	  *  .bleu {
	color: #404040;
	font-size : 13px;
	 }
	 
	  *  .orange {
	color: #FF5F00;
	font-size : 14px;
	font-weight : bold;
	 }
	
	  *  .vert {
	color: #87B607;
	font-size : 16px;
	font-weight : bold;
}
	    *  .blanc {
	color: #ffffff;
	font-size : 16px;
	font-weight : bold;
}
	  
	
	

   
.button {
	border-right: #0078c6 1px solid;
	border-top: #0078c6 1px solid;
	font-size: 11px;
	background-image: url(../images2/button_background.gif);
	border-left: #0078c6 1px solid;
	color: #FFFFFF;
	border-bottom: #0078c6 1px solid;
	background-color: #6cb3dd;
	font-weight:bold
}





#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#ffffff;
	padding:5px;
	display:none;
	text-decoration : none;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #FF6600;
	font-weight : normal;
	}
	
	#.screenshot {
	 color : #FF6600;
	font-weight : normal;
      }

#.screenshot:a {
	 color : #FF6600;
	
      }
	  
	#screenshot2{
	position:absolute;
	border:1px solid #ccc;
	background:#ffffff;
	padding:5px;
	display:none;
	text-decoration : none;
	font-size : 13px;
	font-family : Arial, Helvetica, sans-serif;
	color : #404040;
	font-weight : normal;
	}
	
	#.screenshot2 {
	 color : #808080;
	font-weight : normal;
      }

#.screenshot2:a {
	 color : #808080;
	
      }
	  
	  
	  
	 * .fondpub
{
	background-image: url(../images2/fondpub.png);
	background-repeat: no-repeat;
}

 * .fondpubhaut
{
	background-image: url(../images2/fondpubhaut.png);
	background-repeat: no-repeat;
	width:263px;
	height:119px;
}

 * .fondpublong
{
	background-image: url(../images2/fondpublong.png);
	background-repeat: no-repeat;
	background-position: center;
}

.greybox {
background:#F8F8F8 none repeat scroll 0 0;
border:1px solid #CCCCCC;
margin-bottom:20px;
margin-top:20px;
padding:7px;
width:100%;
}






#menuhaut-gauche{
	position: absolute;
	TEXT-ALIGN: left;
	height: 30px;
	width: 500px;
	left:0;
	font-size: 13px;
	margin-top: 4px;
	padding-top: 4px;
	margin-left: 10px;
}
#menuhaut-gauche UL {
	DISPLAY: inline; TEXT-ALIGN: left
}
#menuhaut-gauche UL LI {
	DISPLAY: inline
}
#menuhaut-gauche UL LI A {
	PADDING-RIGHT: 15px; PADDING-LEFT: 15px; PADDING-BOTTOM: 0px; 
		color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menuhaut-gauche UL LI A:hover {
	color: #FFFFFF;
	background-color: #FF00FF;
	
}	

#menuhaut-droite{


	background-position: right;
	TEXT-ALIGN: right;
	height: 30px;
	width: 885px;
	left:0;
	font-size: 13px;
	margin-top: 4px;
	padding-top: 4px;
	margin-right: 15px;
			color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#menuhaut-droite UL {
	DISPLAY: inline; 
	TEXT-ALIGN: right;
}
#menuhaut-droite UL LI {
	DISPLAY: inline
}
#menuhaut-droite UL LI A {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; PADDING-BOTTOM: 0px; 
		color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menuhaut-droite UL LI A:hover {
	color: #FFFFFF;
	background-color: #FF00FF;
	
}

a.lienblanc {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


a.lienblanc:hover {
	color: #FFFFFF;
	background-color: #FF00FF;

}

a.liengris {
	color: #999999;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}


a.liengris:hover {
	color: #FFFFFF;
	background-color: #999999;
	text-decoration: none;

}



.boite_player {
	background:url(../images/boite_player.gif) repeat-y scroll 0%;
	height:555px;
	padding:0px 0pt 0pt 0px;
	
}

.boite1_centrale {
	margin:auto;
	padding:auto;
	width:830px;
	height:505px;
	padding-top: 20px;

}

#menumilieu{


	background-position: center;
	TEXT-ALIGN: center;
	width: 100%;
	left:0;
	font-size: 13px;
	margin-top: 4px;
	margin-bottom: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 15px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#menumilieu UL {
	DISPLAY: inline; TEXT-ALIGN: center
}
#menumilieu UL LI {
	DISPLAY: inline
}
#menumilieu UL LI A {
	PADDING-RIGHT: 25px; PADDING-LEFT: 25px; 
		color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#menumilieu UL LI A:hover {
	color: #FFFFFF;
	background-color: #FF00FF;



}

.boite2_milieu {
	background:url(../images/boite_milieu_vente.gif) repeat-y scroll 0%;
	height:745px;
	width:925px;
	padding:0px 0pt 0pt 0px;
	margin:0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	
	
}


#contenumilieu-hautgauche {
	position: absolute;
	width: 360px;
	height: 130px;
	left:0;
	font-size: 12px;
	margin-top: 44px;
	padding-top: 4px;
	margin-left: 30px;
	text-align: justify;
	color: #6FA6A4;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenumilieu-hautdroite {
	margin-left: 360px;
	height: 80px;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	background-position: center;
	margin-top: 4px;
	padding-top: 84px;
	margin-right: 40px;
	color: #6FA6A4;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}

.vertfonce
{
color: #487574;

}

.grisfonce
{
color: #666666;
font-size: 12px;
font-weight: normal;

}

.gris1
{
color: #333333;
font-size: 12px;
font-weight: normal;

}


#contenumilieu-basgauche {
	position: absolute;
	width: 280px;
	height: 130px;
	left:0;
	font-size: 12px;
	margin-top: 212px;
	padding-top: 4px;
	margin-left: 67px;
	text-align: justify;
	color: #99CC00;
	font-size: 15px;
	font-weight: bold;
	display: block;
}
#contenumilieu-basdroite {
	margin-left: 430px;
	height: 420px;
	font-size: 14px;
	text-decoration: none;
	text-align: right;
	background-position: center;
	margin-top: 0px;
	padding-top: 60px;
	margin-right: 90px;
	color: #6FA6A4;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	
}


.boite2_bas {
width:925px;
background:url(../images/boite_bas.gif) no-repeat scroll 0%;
height:112px;
padding:0px 0pt 0pt 0px;
margin:0px;
bottom:0px;


}


#contenubas-gauche {
	position: absolute;
	width: 298px;
	height: 100px;
	font-size: 12px;
	left:0;
	margin-top: 20px;
	margin-left: 56px;
	text-align: justify;
	color: #6FA6A4;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
#contenubas-droite {
	margin-left: 420px;
	width: 500px;
	height: 100px;
	height: 100px;
	text-decoration: none;
	text-align: left;
	background-position: center;
		padding-top: 20px;
	margin-right: 40px;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	
}



.boite3_haut {
	background:url(../images/boite_haut.gif) no-repeat scroll 0%;
	height:53px;
	padding:0px 0pt 0pt 0px;
	}

.boite3_milieu {
	background:url(../images/boite_milieu.gif) repeat-y scroll 0%;
	
	width:925px;
	padding:0px 0pt 0pt 0px;
	margin:0px;
	font-size: 14px;

	
	
}

.boite3_bas {
width:925px;
background:url(../images/boite_bas_general.gif) no-repeat scroll 0%;
height:53px;
padding:0px 0pt 0pt 0px;
margin:0px;
bottom:0px;


}

.boite3_centrale {
	margin:auto;
	padding:auto;
	width:850px;
	
	padding-top: 20px;

}

.button {
	border-right: #0078c6 1px solid;
	border-top: #0078c6 1px solid;
	font-size: 11px;
	background-image: url(../images/button_background.gif);
	border-left: #0078c6 1px solid;
	color: #FFFFFF;
	border-bottom: #0078c6 1px solid;
	background-color: #6cb3dd;
	font-weight:bold;
	font-family : Arial, Helvetica, sans-serif;

}

.cadre {
	border-color : #cccccc;
	border-style : solid;
	border-width : 1px;
	font-size: 11px;
	padding : 2px 10px 2px 5px;
    font-family : Arial, Helvetica, sans-serif;

      }


* menu accordéon */
#menus
{
	padding: 0 0 0 0;
	margin: 0 0 0 0;

}
#menus *
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 1em;
		
	
}
#menus li
{
	width: 200px;
	border: 1px solid #999;
	margin-right: 2px;
	margin-bottom: 7px;
	font-size: 1em;
	line-height: 1.7em;
	text-align: left;
	font-family : Arial, Helvetica, sans-serif;
	color: #666666;
	font-weight: bold;
	background-color: #DBDFDD;
}
#menus li ul
{
	border-top: 1px solid #999;
	background-color: #ffffff;

}
#menus li ul li
{
	clear: both;
	width: 200px;
	border: 0px;
	margin: 0px;
	text-align: left;
	
}
#menus li a
{
	text-decoration: none;
	color: #666666;
	background-color: #FFFFFF;
	display: block;
	cursor: pointer;
		
}
#menus li ul a
{
	width: 200px;
	height: 1.6em;
	line-height: 1.6em;
	font-size: 1em;
	text-indent: 10px;
	background-color: #FFFFFF;
	cursor: pointer;
	font-family : Arial, Helvetica, sans-serif;
	color : #666666;
	font-weight: normal;


}
#menus li ul a:hover
{
          color : #000000;
}


	    
	
	  