body {
 padding: 0em 0em 0em 0px;
  margin: 0;
  font-family: sans-serif;
  color: black;
  /*background: white;*/
	background-color:#FCFCEC
}

/* background should be transparent, but WebTV has a bug */
/* h1, h2, h3 { color: #005A9C; background: white }*/
h1 { font: 140% sans-serif;margin: 0; }
h2 { font: 140% sans-serif;margin: 0; }
h3 { font: 120% sans-serif }

:link { color: #00C; background: transparent }
:visited { color: #00C; background: transparent }
a:active { color: #C00; background: transparent }

a:link img, a:visited img { border-style: none } /* no border on img links */

a img { color: white; }        /* trick to hide the border in Netscape 4 */
@media all {                   /* hide the next rule from Netscape 4 */
  a img { color: inherit; }    /* undo the color change above */
}
@media screen {  /* hide from IE3 */
a[href]:hover { background: #ffa }
}


.dessin {
	border-color:black;
	border-style:solid;
	border-width:1px;
	margin-top:20px;
	margin-bottom:10px;
}

.test2 {
text-align:center;
/*background-color:#ffa;
	border-color:black;
border-style:dashed;
border-width:1px;*/

}

.rien {
	border-top-width:10px;
	margin-top:10px;
	top:10px;
	text-align:

}

p { text-align: justify; }

li { list-style-type: none; }

li li { list-style-type: none; padding-left: 0px; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

.left { float: left; width: 220px; padding-bottom: 20px; margin-top: 0px; }

.contenu { float: left; width: 728px; padding-left: 20px; margin-top: 0px; text-align:center;}


ul {
padding-left: 10px;
padding-right: 10px;
}
		-->
