/* Style sheet Commune de Mathod 	*/

/* Liste des tags Google dans le MenuGauche */

/* Copyright 2008 Obtic e-consultant	*/

/* Couleur hover : 354978 */
		#MenuLeft
		{
	float:left;
	width: 170px;
	padding: 0;
	padding-left:0px;
	padding-top:0px;
	margin-bottom: 1em;
	margin-top:10px;
	font-size:110%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
		}
		#MenuLeft h3
		{
	padding: 0;
	margin-bottom: 1em;
	font-size:120%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
  color:#666;
		}
		
		#MenuLeft ol
		{
			list-style: none;
			margin: 5px 0;
			padding: 0;
			/*border:1px solid #000;*/
			width:160px;	/*width(170) - paddingleft li (10) - borderRight(2) */
		}
		
		#MenuLeft ol li
		{
			border-bottom: 1px solid #fff;
			margin: 0px;
			list-style:none;
 		}
		
		#MenuLeft ol li a span.Letter
		{
			color:#800; 
      font-weight:bold;
    }
		
		#MenuLeft ol li a
		{
			display: block;
			padding: 2px 0px 2px 10px;
			/*border-left: 10px solid #1958b7;*/
			/*
			border-right: 2px solid #CBB834;
			background-color: #F9F8EB;
			*/
			color: #666;
			text-decoration: none;
			font-weight:normal;
			width: 100%;
			list-style:none;
			background-image:none;
		}		
		#MenuLeft ol li a:hover
		{
			/*border-left: 10px solid #1c64d1;
			border-right: 2px solid #999;
			background-color: #CBB834;
			color: #fff;
			background-image: url("../Images/BulletFull.gif");
			background-repeat:no-repeat;
			background-position: 0px 5px;*/
			color:#800;
		}
		#MenuLeft ol li a:active
		{
			/*border-left: 10px solid #1c64d1;
			border-right: 2px solid #999;
			background-color: #CBB834;
			color: #fff;
			background-image: url("../Images/BulletFull.gif");
			background-repeat:no-repeat;
			background-position: 0px 5px;*/
			color:#800;
      font-weight:bold;
		}
		#MenuLeft ol li a.select{
			font-weight:bold;
			/*
			border-right: 2px solid #999;
			background-color:#CBB834;
			background-image: url("../Images/BulletFull.gif") ;
			background-repeat:no-repeat;
			background-position: 0px 5px;*/
			color:#800;
		}
		#MenuLeft ol li a.select:hover{
			/*
			border-right: 2px solid #999;
			background-color: #CBB834;
			color: #fff;*/
			color:#800;
		}
    .Letter {color:#800; font-weight:bold;}
