body {
	width: 70%;
	min-width: 870px;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
}

img { border: none; }
strong, h2, h3 {
	font-weight: bold;
	font-family: Arial;
}
a {
	text-decoration: none;
	color: #191970;
} a:hover { color: #0047A3;}

#header {
	margin: auto;
	width: 90%;
	height: auto;
	text-align: center;
	margin-bottom: -20px;
	margin-top: -20px;
}

#content {
	float: right;
	font: 13px 'Tahoma', Candara, Arial;
	width: 77.3%;
	min-height: 223px;
	text-align: left;
	border-left: 1px dotted silver;
	border-right: 1px dotted silver;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px dotted silver;
	margin-top: 13px;
	padding-bottom: 10px;
}

#content img { border: none; }

p  {
	margin-left: 10px;
}

#menu {
	float: left;
	width:20%;
	height: 100%;
	font: 13px 'Tahoma', Candara, Arial;
	text-align: left;
}

#menu ul {
	list-style-type: none;
	padding-left: 0px;
	border-left: 1px dotted silver;
}

#menu li {
	border-bottom: 1px dotted silver;
	min-height: 24px;
	padding-top: 5px;
	padding-left: 15px;
}

#menu li.first_li {
	border-top:  1px dotted silver;
}

#menu li.li_active {
	background: url('../../images/fleche.png') no-repeat right;
}

.li_active a {
	color: #0047A3;
}


