body {
	margin: 0;
	padding: 0;
	color: White;
	font-size:12pt;
	font-family: Arial,Courier;
  }
  /*Généralités*/ 
table, tr, td, div{ font-size:100%;}

h3{
	font-size: 14pt;
}
h4{
	font-size: 11pt;
} 

#container {
	background: transparent;
	margin: 10%;
	font-size:100%;
	}
a:link, a:visited {
	color: #999999;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
a:link:after, a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
/* Paragraphes */

#supportingText {
	margin-top: 30px;
	clear: left;
	display: block;
}

#textcontent {
	font-size:100%;
	text-align: justify;
	}

#footer, #leftpanel, #menu, #smallgraytext, #photo, #header, #links, .img {
display: none;
	}

/*divers*/
acronym {
	border-bottom: 1px dotted #A52A2A;
	color: #A52A2A;
	}


