@import url('Commun.css');

h2
{
	color: #0C87B0;
	font-size: 2em;
	font-weight: normal;
	border-bottom: 1px dotted #736959;
	padding-bottom: 10px;
	margin:10px 0;
}

ul
{
	margin:5px 0 5px 30px;
}

#outils
{
	text-align:right;
	list-style-type:none;
	position:relative;
	right:0px;
	float: right;
	/*margin-bottom:-30px;*/
	
}

#outils ul 
{
	border: 1px solid red;	
}

#outils li
{
	height:20px;
	width: 200px;
}

#outils a, #outils a:hover, #outils a:visited, #outils a:visited:hover
{
	color:#0C87B0;
	text-decoration:none;
}

.breadcrumb {
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	height: 20px;
}

.breadcrumb a {
	text-decoration: none;
}

.PathRootNode 
{
    display: none;
}
