
/*------------------------------MENU GAUCHE HOME CSS---------------------------*/

#menuGauche {
   width: 165px;
   }

#menuGauche  h4 {
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform:uppercase;
	background-color: #006666;
	color: orange;  /*#FFFFFF;*/
	border-bottom:1px solid #FFFFFF;
}

#menuGauche  a {
	height:20px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	color: orange /*#FFFFFF;*/
	background-color: #006666;
}

#menuGauche  a:hover {
	background-color: #66CCCC;
}


.firstElement a {
	background: #006666 url(../img/menuFirstElement.gif) no-repeat center 0px;
}

.firstElement  a:hover {
	background: #66CCCC url(../img/menuFirstElementSelected.gif) no-repeat center 0px;
}

#menuGauche ul {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	font-weight: normal;
	color: #006666;
	background-color: #CCFFFF;
	padding-left: 10px;
	padding-bottom: 5px;
	list-style-type: none;
}

#special h4 {
	height:25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	text-transform:uppercase;
	color: #FFFFFF;
	border-bottom:1px solid #FFFFFF;
}



/*#special a {
	height:20px;
	width:167px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration:
	none;color: #FFFFFF; 
	background: #FF6600 url(img/menuLeftSpecial.gif) no-repeat top left;}

#special a:hover {
	height:20px;
	width:167px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
	text-decoration: none;
	color: #FFFFFF; 
	background: #FF6600 url(img/menuLeftSpecialUnder.gif) no-repeat top left;}

.void {
	height:20px;
	display: block;
	padding-left: 10px;
	padding-top: 5px;
}

.go {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FF0066;
	cursor: pointer;
}
