a:link {
	text-decoration: none;
	color: #000066;
	text-decoration: underline;
}

a:visited {
	text-decoration: none;
	color: #000066;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-decoration: underline;
}

ul {
list-style-type: none;
width: 100%; /* précision pour Opera */
}

#menu_gauche {
	float: left;
	margin: 0 0 0 0;
	padding: 0 2px 1px 2px;
	width: 170px;
}

html > #menu_gauche {
	float: left;
	margin: 2px 2px 2px 2px;
}

#menu_gauche ul{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style-type : none;
}

#menu_gauche ul li{
	/*
	margin: -1px 0 0 0;
	padding: 1px 0 1px 0;
	border: 1px solid #415680;
	*/
	width: 170px;

}

#menu_gauche ul li a{
	padding: 4px 0 4px 0;
	margin:  0 0 0 0;
	width: 170px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 10pt;
	text-align: left;
	background-color: #ABB7E1;
}

html > body #menu_gauche ul li a{
	display: block;
	width: 170px;
}

#menu_gauche ul li a:hover{
	margin: 0 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: lighter;
	text-align: left;
	padding: 4px 0 4px 0;
	background-color: #61778B;
	background-image: url(../images/sm.gif);
}

#menu_gauche h2{
	margin: 0 0 0 0;
	color: #FFFFFF;
	width: 170px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 2px 0 2px 0;
	background-color: #6478D2;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #415680;
	border-bottom-color: #415680;
}

* html #menu_gauche h2{
        width: 170px;
        }

.space {
	clear: both;
        height: 20px;
}


