/* CSS Document */

#gauche {
	width: 200px;
	background-color: #FFFFCC;
	position: relative;
	visibility: visible;
	float: left;
	padding-bottom: 10px;
	border: 1px solid #993300;
}
#gauche a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
#gauche a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #996633;
	font-weight: bold;
}
#gauche a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #660000;
	text-decoration: underline;
	font-weight: bold;
}
#conteneur #gauche ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	margin: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
#conteneur #gauche li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 0px;
	margin-bottom: 20px;
	padding-left: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-color: #993300;
	border-right-color: #993300;
	border-bottom-color: #993300;
	border-left-color: #993300;
}
