/*CSS pour le menu de gauche*/

#gauche {
    background: rgb(102, 153, 204) none repeat scroll 0% 50%;
    top: 62px;
    left: 0px;
    width: 130px;
	position: absolute;
	padding: 10px;
}

#gauche a {
	text-decoration: none;
}

#gauche a:link { 
    }

 #gauche a:visited { color: #600;
    }

 #gauche a:hover { color: #FFCC00;
    }

 #gauche a:active { color: #900;
    }

.menug-sommaire {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
}
.menug-chapitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #990000;
}
.menug-item {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	color: #000033;
	width: 120px;
	margin-right: 10px;
	list-style-image: none;
	list-style-position: inside;
	list-style-type: none;
	background: url(pointe3.gif) no-repeat;
	padding-left: 9px;
}
.menug-commentaire {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #000033;
	width: 120px;
	margin-right: 10px;
	font-style: italic;
}

