#plandusite {
	width:100%;
	font-weight:bold;
}
#plandusite * {
	margin:0px;
	padding:0px;
}

/* 1er niveau : les pages accessibles par les menus : en-tête, menu central, pied de page */
#plandusite h2 {
	margin-top:5px;
	margin-bottom:10px;
	font-size: 1.2em;
	clear:both;
}
#plandusite h2 a {
	color: #1d4773;
}

/*
	2ème niveau : Métiers
	3ème niveau : Branches
*/
#plandusite ul.metier {
	width:33%;
	float:left;
	margin-bottom:10px;
}
#plandusite ul.metier a {
	color:#0080cb;
}
#plandusite ul.branche li {
	margin-top:5px;
	padding-left:10px;
	background-image: url(css/pucePlanDuSiteBranche.gif);
	background-repeat: no-repeat;
	background-position: center left;
}
#plandusite ul.branche a {
	color:#808080;
}
