body {

	background: #999999 url(images/bg.gif) no-repeat fixed;

	height: 600px;

	width: 800px;

	font-size: 10pt;

}



h1 {

	border-bottom: dashed #66cccc 2px;

	font-size: inherit;

	width: 120pt;

}

#main {

	height: 768px;

	width: 1024px;

	z-index: 0;

	background: transparent;
}

#proj {

	height: 750px;

	width: 341px;

	position: absolute;

	left: 600px;

	top: 30px;

	background: white;

	z-index: 30;

	color: #666666;

	font-style: italic;

	padding: 15px;

	text-align: justify;

	border: 5pt solid black;

	visibility: hidden;
	overflow: scroll;
}



#part {

	height: 750px;

	width: 341px;

	position: absolute;

	left: 620px;

	top: 50px;

	background: white;

	z-index: 40;

	color: #666666;

	font-style: italic;

	padding: 15px;

	text-align: justify;

	border: 5pt solid black;

	visibility: hidden;
}



#content {

	height: 450px;

	width: 341px;

	border-right: 5pt solid #000000;

	border-bottom: none #000000;

	position: relative;

	left: 200px;

	top: 20px;

	background: white;

	z-index: 10;

	border-left: 5pt solid #000000;

	color: #666666;

	font-style: italic;

	padding: 15px;

	text-align: justify;
}



#haut {

	height: 94px;

	width: 383px;

	position: relative;

	left: 200px;

	top: 20px;

	background: transparent url(./images/haut2.png);

	z-index: 11;	

}



#date {

	position: relative;

	left: 0px;

	top: 0px;

	width: 170px;

	height: 450px;

}



#nbr {

	position: relative;

	top: 0px;

	width: 170px;

	height: 450px;

	right: 0px;

}



#bas {

	height: 94px;

	width: 383px;

	position: relative;

	left: 200px;

	top: 20px;

	background: transparent url(./images/bas2.png);

	z-index: 20;

	font-style: italic;

	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;

	margin: 0px;

	padding: 0px;

}



#pied {

	border-right: solid black 5pt;

	border-left: solid black 5pt;

	height: 120px;

	left: 370px;

	top: 630px;

	position: absolute;

	margin: 0px;

	padding: 0px;

	width: 1px;

	border-top-color: transparent;

	border-top-width: 0px;

}

a:link , a:visited , a:active {
	color: #66cccc;
}

a:hover {
	color: black;
}

