/* basic elements */
body { 
	background-color: #000000;
	font: 10pt/16pt arial; 
	color: #008000;
	margin: 0px; 
	}
h1 { 
	font: italic bold 14pt arial; 
	color: #7D775C;
	letter-spacing: 1px; 
	margin-bottom: 15px; 
	text-align: left;
	}
h2 { 
	font: bold 10pt/16pt arial; 
	color: #FF8000;
	margin-top: 0px; 
	text-align: justify;
	}
h3 { 
	font: 10pt/16pt arial; 
	color: #008000;
	margin-top: 0px; 
	text-align: justify;
	}
p { 
	font: 10pt/16pt arial; 
	margin-top: 0px; 
	text-align: justify;
	}
.warning { 
	font: 10pt/16pt arial; 
	color: #CB7218;
	margin-top: 0px; 
	text-align: justify;
	}

a:link { 
	text-decoration: underline; 
	color: #008000;
	}
a:visited { 
	text-decoration: underline; 
	color: #008000;
	}
a:hover, a:active { 
	color: #0000CC;
	}

/* specific divs */
#container { 
	position: absolute;
	top: 0px; 
	left: 0px;
	padding: 0px 10px 0px 10px;  
	}
#tphaco {
	position: absolute;
	top: 0px; 
	left: 0px;
	width: 400px; 
	}
#tphaco p {
	font: italic 26pt/26pt arial; 
	letter-spacing: 3px; 
	text-align:center;
	margin-top: 20px; 
	}
#tinfo {
/*	background-image: url("Images/banniere.jpg");
	background-repeat: no-repeat;*/
/*	width: 700px;
	height: 60px
	margin-right: 0px;
	float: right;*/
	float: left;
	margin-left: 370px
	}
#tinfo p {
	font: italic 12pt/22pt arial; 
	text-align:right;
	}

#accueil { 
	position: absolute;
	top: 180px; 
	left: 200px;
	width: 75%;
	}

#menus {
	width: 80%; 
	margin: 10px 10px -20px 0px; 
	padding: 0px 0px 0px 10px;
	background: #FFFF99;
	}

#linklist {
	position: absolute;
	top: 140px; 
	left: 0px;
	}
#linklist ul {
	margin: 0px;
	padding: 0px;
	}
#linklist li {
/*	line-height: 2.5ex; 
	list-style-type: none;*/
	padding-top: 20px;
	margin-bottom: -10px;
	}
#linklist li a:link { 
	color: #008000;
	}
#linklist li a:visited {
	color: #008000;
	}

