/* Haut Droite Bas Gauche */

/* GLOBAL */
body {
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 1em "Trebuchet MS", helvetica, sans-serif ;
	color: #111 ;
	background: #7A7 url(spider-banner-trans-grey-neon.png) no-repeat fixed right top ;
}
/* ELEMENTS COMMUNS */
img	{
	border: 0 ;
}
a {
	color: #222 ;
}
a:hover {
	color: #00A;
}
/* TITRES */
h1 {
	padding: 0 ;
	margin: 0 ;
	text-align: center ;
	background: url(scificons/home_128x128.png) no-repeat left top ;
	height: 128px ;
}
h2 {
	margin-top: 20px ;
	padding-left: 51px ;
	background: url(scificons/disconnect_48x48.png) no-repeat left bottom ;
	height: 48px ;
	border-style: none none solid none ;
	border-width: 2px ;
	border-color: #575 ;
}
h2:hover	{
	background: url(scificons/connect_48x48.png) no-repeat left bottom ;
}
div#main {
	margin: 0 auto ;
	text-align: left ;
	background-color: #ADA ;
	width: 770px ;
	padding-bottom: 50px ;
	border: 2px solid #575 ;	
}
div#retour {
	background-color: #111 ;
	border-style: solid ;
	border-width: 1px ;
	border-color: #EEE ;
	padding: 1px ;
	position: fixed ;
	bottom: 10px ;
	right: 10px ;
}
div#footer {
	position: static;
	bottom: 5px ;
	text-align: center ;
}
#generated	{
	margin: 0 ;
}
#generated table	{
	width: 700px ;
	margin-left: auto ;
	margin-right: auto ;
	border: 2px solid #575 ;
}
#generated th {
	border: 1px dashed #575 ;
	padding: 0px ;
	margin: 0px ;
}
#generated td {
	border: 1px dotted #575 ;
	padding: 0px ;
	margin: 0px ;
}

a#tooCool {
	position: fixed;
	right: 0;
	bottom: 0;
	display: block;
	height: 80px;
	width: 80px;
	background: url(too_cool_sash_fr.png) bottom right no-repeat;
	text-indent: -999em;
	text-decoration: none;
}
