a:link
{ color: #6984C0; font-family: arial; text-decoration: underline; }

a:visited
{ color: #6984C0; font-family: arial; text-decoration: underline; }

a:hover
{ color: #98919F; font-family: arial; text-decoration: underline; }

body { text-align: center;} 

table
{ color: #000000; font-size: 13px; font-family: arial; }

.tborder
{ border: #000000 1px dashed; }

#progression {position: absolute; width: 300px; margin: 1px 35px; background: #FFFFFF; text-align: center; padding: 10px;  border: dashed 1px #000000;}
.progression-texte {font-size: 12px; font-weight: bold;	margin-bottom: 10px;}

#progressionp {position: absolute; width: 300px; margin: 1px 90px; background: #FFFFFF; text-align: center; padding: 10px;  border: dashed 1px #000000;}
.progression-textep {font-size: 12px; font-weight: bold;	margin-bottom: 10px;}

pre, code {
	font-size: 90%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	text-align: left;
	width: 700px;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #6984c0;
	color: #fff;
}