/* basic elements */
html {
	margin: 0;
	padding: 0;
	}
body { 
	font:normal 69% Tahoma, Arial, Helvetica, sans-serif;
	line-height: 1.88889;
	color: #ffffff;
	position:relative; 
	background: #000000 url(../images/fonds/b5babylonphp03.jpg) no-repeat top left;  
	margin: 0; 
	padding: 0;
	}
h1,h2,h3,h4,h5,h6 {     
	font:normal 1em/1 Georgia, "Times New Roman", Times, serif; 
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FF9800;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #FDDC41;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #FF9800;
	}
acronym {
	border-bottom: none;
	}
