/* CSS Document */
#gauche {
	width: 200px;
	background-color: #FFFFCC;
	position: relative;
	visibility: visible;
	float: left;
	text-align: center;
	padding-bottom: 10px;
	border: 1px solid #993300;
}

#gauche a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #660000;
	text-decoration: underline;
	display: block;
	width: 174px;
	text-align: center;
}
#gauche a:link {
	color: #660000;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993300;
	border-bottom-color: #993300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#gauche a:hover {
	font-style: normal;
	color: #FFFFCC;
	text-decoration: none;
	background-color: #CC9933;
	border: 1px solid #996633;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 172px;
}
#gauche a:visited {
	color: #996633;
	text-decoration: none;
	font-style: normal;
	background-color: #FFFFCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #993300;
	border-bottom-color: #993300;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 2px;
	padding-left: 2px;
}
#conteneur #gauche ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #993300;
	border-left-color: #993300;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 18px;
}
#conteneur #gauche li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#gauche #route #titre {
	background-image: url(../images/bouton_haut.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #FFFF99;
	width: 180px;
	height: auto;
	text-decoration: none;
	text-align: center;
	padding-bottom: 1px;
}
#gauche #route {
	background-image: url(../images/bouton_bas.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	height: auto;
	width: 180px;
	margin-top: 10px;
	margin-left: 10px;
	padding-top: 10px;

}
