*{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0;
	margin:0;
	border:0;
}

body{
	margin-top:1em;
	margin-left:1em;
}

a{
	color:Black;
	font-weight: bold;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
	color:Black;
}

h1{
	font-size: x-large;
	color:Navy;
	
	margin-bottom: 0.4em;;
}

h2{
	font-size: medium;
	color:Green;
	width:60%;
	margin-bottom: 0.5em;
	padding-left:0.2em;
	padding-bottom: 0.2em;
	border-left:8px solid green;
	border-bottom: 1px solid green;
}

p{
	font-size: small;
	color:#333333;
	margin-left:0.3em;
	margin-bottom: 1em;
}
ul {
	font-size: small;
	margin-left:15px;
	margin-bottom: 1em;
	padding-left: 0.3em;
	
	list-style-type: none;
}

li{
	list-style: square;
}

#corps{
	width:78%;
	position:absolute;
	left:20%;
	top:2%;
}

#navigation{
	position:absolute;
	left:1%;
	top:2%;
	width:15%;
	padding-top:1em;
	/*background: Silver;*/
}

#navigation ul{
	list-style-type: none;
	list-style: none;
	padding-left:5px;
	margin-left:0px;
}
#navigation ul li{
	list-style: none;
	list-style-type: none;
}

#navigation li{
	font-size: small;
	padding-bottom:0.2em;
	padding-left:20px;
	background:url(img/check.png) no-repeat;
}
