div#article {
	margin: auto;
	width: 85%;
}

div#page {
	padding: 1%;
	float: left;
	width: 78%;
}

div#menu {
	margin: 30px 1% 0% 1%; /* 1% à gauche et à droite */
	float: right;
	width: 18%;
	-moz-border-radius: 20px;
	background-color: #D3D7CF;
}

h1.titre {
	color: #2E3436;
	text-align: center;
}

h2.para_titre {
	color: #A40000;
	border-bottom: 1px solid #9DB029;
}

p.cat, p.cat ~ ul {
	border-left: 3px solid #729FCF;
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 20px;
	text-align: justify;
	margin-bottom: 0px;
}

p.cat ~ ul {
	margin-top: 0px;
	padding-top: 10px;
	padding-left: 60px;
	margin-bottom: -1.0em;
}


div#menu > ul {
	padding-left: 30px;
	padding-right: 10px;
}

div#menu > ul > li {
	padding: 0px;
	margin-bottom: 0.3em;
	list-style-type: none;
}


div#menu > ul > li:hover {
	list-style-image: url(cat/fleche.png);
}

div#menu > ul > li a {
	color: black;
}

a {
	color: #107E0F;
}

a:hover {
	color: #30A70F;
}
