.temps {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	text-align : right;
	margin-right:1%;
	color : #3163FF;
 }

.objectif {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	text-align : left;
	margin-left :2%;
	margin-right :16%;
	color : #3163FF;
}

.nav {
	text-align:right;
	margin-right:1%;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : large;
	font-weight : bold;
	text-align : left;
	border-bottom-width:1px;
	border-bottom:thin solid;
	width:100%;
	color : #3163FF;
}

h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : medium;
	font-weight : bold;
	text-align : left;
	border-bottom-width:1px;
	border-bottom:1px solid;
	width:100%;
	color : #3163FF;
 }
 
p {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	margin-left :2%;
	margin-right:1%;
}
 
body { 
 	margin-left :8%;
	margin-right :0%;
 	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
}

ol {
	/*list-style:upper-roman;*/
}

ul {
	list-style:square;
}

li {
 	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	text-align : left;
	line-height:normal;
	/*margin-left :2%;
	margin-right:1%;*/
}

em {
	font : italic;
}

code {
	font-family : "Courier New", Courier, monospace;

}

pre {
	font-family : monospace;
}	