/* CSS Document */  

body {	
	font-family: helvetica, veranda, arial, geneva, tahoma, 		sans-serif;
	font-size: 9px;
	background-color: white;
	width: 500px;
	height: auto;
	}

a {	color: black; 
	background-color: rgb(205, 250, 255);
	text-decoration: none;	}

a:hover {	text-decoration: line-through; 
		background-color: yellow;
		color:rgb(255, 16, 241);		}
a:visited {	text-decoration: line-through; 
		background-color: rgb(205, 250, 255);		}

h1	{
	font-family: helvetica, veranda, arial, geneva, tahoma, 		sans-serif;
	color: black;
	font-size: 30px;
	line-height: 0.5px;
	letter-spacing: -2px;
	text-decoration: none;
	text-align: left;

	}

h2 {	font-family: helvetica, veranda, arial, geneva, tahoma, 		sans-serif;
	color: black;
	font-size: 11.5px;
	line-height: 13px;
	
	}

h3	{
	font-family: monaco, monospace;
	font-size: 10px;
	font-weight: normal;
	line-height: 10.5px;
	letter-spacing: 0px;
	text-align: left;

	}

/*main*/

div#page {
	position: absolute;
	left: 0px;
	top: 0px;
	height: auto;
	width: 800px;
	}

div#head {
	width: 500px;
	top: 10px;
	left: 0px;
	height: auto;
	letter-spacing: -3px;
	}

div#main {
	position: absolute;
	left: 100px;
	top: 80px;
	width: 200px;
	height: auto;
	}

div#frame {
	position: absolute;
	left: 340px;
	top: 80px;
	height: auto;
	width: 300;
	}

div#buttonbloc {
	position: absolute;
	left: 340px;
	top: 412px;
	height: auto;
	width: 454px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(255,16,241);
	padding-bottom: 3px;
	font-size: 11px;
	}

div#bloc {
	position: absolute;
	left: 340px;
	top: 419px;
	height: auto;
	padding-top: 10px;
	width: 454px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(255,16,241);
	padding-bottom: 3px;
	}

div#deli{
	position: absolute;
	left: 810px;
	top: 80px;
	height: auto;
	width: 120px;
	}

div#centerblock{
	position: absolute;
	left: 170px;
	top: 30px;
	height: auto;
	width: 600px;
	line-height: 1px;
	border-width: 1px;
	border-style: dotted;
	border-color: rgb(255,16,241);
	padding: 13px;
	}

div#development{
	position: absolute;
	left: 810px;
	top: 80px;
	height: auto;
	width: 165px;
	border-style: dotted;
	border-color: black;
	border-width: 2px;
	padding: 8px;
	}

pre	{
	font-family: helvetica, veranda, arial, geneva, tahoma, sans-serif;
	font-size: 11px;
	line-height: 11px;
	width: 454px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: rgb(255,16,241);
	padding-bottom: 3px;
	}

.comment {color: rgb(255, 16, 241);}

.title {color: rgb(25, 255, 12);}
