html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
       margin: 0;
       padding: 0;
       border: 0;
       outline: 0;
       font-size: 100%;
       vertical-align: baseline;
       background: transparent;
}

body {
     line-height: 1;
}

h1 {
   font-size: 4em;
   margin-top: 0.5em;
   margin-bottom: 0.5em;
}

h2 {
   margin-top: 1em;
   font-size: 2em;
   margin-bottom: 1em;
}

ol, ul {
    list-style: none; /*cjk-ideographic;*/
}

body {
     background-color: #000d1c;
     font: 13px Verdana, Arial, Helvetica, Sans-Serif;
     color: #cdfefe;
/*     color: #ffffff;*/
}

#affiche {
	 float: left;
	 margin-left: 5em;
}

#canvas {
/*	height: 100%;
	background-color: #0d2e71;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	margin-left: 6em;
*/	width: 650px;/*45em;*/
	padding-left: 1em;
	padding-right: 3em;
	padding-top: 9em;
	padding-bottom: 1em;
	float: left;
}

li {
   padding-left: 2em;
}
a:link{
	color: #cdfefe;
/*	color: #000000;
	color: #999999;*/
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:visited{
	color: #cdfefe;
/*	color: #000000;
	color: #999999;*/
	text-decoration: none;
	border-bottom: 1px dotted;
}

a:hover{
	color: #cdfefe;
/*	color: #8adddf;
       	background-color: #071b33;
*/	text-decoration: none;
	border-bottom: none;
}

a:active{
	color: #cdfefe;
/*	color: #8adddf;
       	background-color: #071b33;
*/	text-decoration: none;
	border-bottom: none;
}

#footer {
/*	border-top: 1px solid #ffffff;
*/	margin-top: 4em;
	padding-top: 1em;
	float: clear;
}

