/* CSS Document */

/* PLAN DU SITE */
#plan {
	overflow: hidden;
}
#plan .page {
	background-image: url(../img/calepin.gif);
}
#plan .rubrique {
	background-image: url(../img/dossier.png);
}
#plan ul {
	padding: 8px;
	margin: 0px 20px 20px 0px;
	float: left;
	width: 40%;
	border: solid 1px #D9D9D9;
}
#plan li {
	font-weight: bold;
	list-style-image: url(../img/px.gif);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	overflow: hidden;
	padding: 0px 0px 0px 22px;
	margin: 0px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-weight: bold;
	font-size: 14px;
	font-style: normal;
	color: #249AD9;
}
#plan ul ul {
	border: 0px;
	overflow: hidden;
	width: 100%;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	border-left: solid 1px #D9D9D9;
}
#plan li li {
	font-weight: normal;
	list-style-image: none;
	list-style-image: url(../img/px.gif);
	background-repeat: no-repeat;
	padding: 4px 0px 0px 22px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	border-bottom: solid 1px #D9D9D9;
}
#plan ul ul ul {
	border: 0px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 0px;
	border-left: solid 1px #D9D9D9;
}

#plan ul ul ul ul {
	border: 0px;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 10px 0px;
	border-left: solid 1px #D9D9D9;
}

#plan li li li {
	font-weight: normal;
	list-style-image: none;
	list-style-image: url(../img/px.gif);
	border-bottom: 0px;
}
#plan li li a {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#plan li li li a {
	text-decoration: none;
	color: #249AD9;
	font-weight: normal;
}
#plan li li li li a {
	text-decoration: none;
	color: #000000;
	font-weight: normal;
}


#plan a:hover {
	text-decoration: none;
	color: #249AD9;
}
