html {
	margin: 0;
	padding: 0;
	}
body { 
	font: times, sans-serif;
	}



	}
#txt p {
	font: times, sans-serif;
	color: #000;
	}
a:link { 
	text-decoration: none; 
	color: blue;
	}
a:visited {  
	text-decoration: none; 
	color: gray;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: gray;
	}
acronym {
	border-bottom: none;
	}


#titre {
	width: 550px; 
	float: center;
	}
#titre p {
	font: times, sans-serif; 
	text-align: center;
	color: #000;
	}
#titre2 p {
	font: times, sans-serif; 
	text-align: center;
	font-size:120%;
	font-weight: bold;
	color: #000;
	}

#jorg {
	width: 550px; 
	float: center;
	}
#jorg p {
	font: times, sans-serif; 
	text-align: justify;
	text-indent: 12px;
	color: #000;
	}

#center {
	text-align= center;
	}