/*----------------CSS_SAYOKO--------*/

/*
 *  plan du site
 */
#main_plan {
	width: 620px;
	float: left;
	margin-bottom: 15px;
	margin-top: 25px;
}
.plan-rubriques {
	clear: left;
	display: block;
}
.plan-rubrique {
	font-weight: bold;
	margin-left: 15px;
	margin-bottom: 10px;
}
.plan-articles {
	margin-top: 0.5em;
	margin-bottom: 1em;
	margin-left: 10px;
}
ul .plan-articles {
	margin-left: 10px;
}


ul .plan-rubrique {
	border-color: #b8b8b8;
	margin-left: 10px;
	margin-bottom: 10px;
}
ul ul .plan-rubrique {
	background-color: #eaffea;
	border-color: #d0d0d0;
}
ul ul ul .plan-rubrique {
	background-color: #f4fff4;
	border-color: #e8e8e8;
}
.trait200 {
	background-image: url(./squelet_Images/traiitCris200.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 3px;
	width: 150px;
	display: block;
}
