<!--
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">

	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #fff;
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background: #fff;
		overflow:hidden;
	}
	#screen .gridSpan {
		position: absolute;
		overflow: hidden;
		background: #fff;
		padding: 0px;
		margin: 0px;
	}
	#screen .pageHTML {
		position: absolute;
		color: #747171;
		font-family: verdana;
		font-size: 1.1em;
		width: 500px;
		height: 333px;
		filter: alpha(opacity=100);
	}
	.abs {
		position: absolute;
	}
	#screen .pageHTML H2 {
		position: relative;
		margin: 8px;
		cursor: pointer;
	}
	.sourceHTML {
		visibility: hidden;
	}
	#screen .text {
		margin: 30px;
		padding: 30px;
		text-align: justify;
	}
	#screen a {
		position: relative;
		border: none;
		text-decoration: none;
	}
	#screen a:hover {
		left:1px;
		top:1px;
	}
	#screen img {
		border: none;
		cursor: pointer;
	}
	
	* { padding:0; margin:0; }
	a { text-decoration:none; color:#999; }
	a:hover { color:#D10019 !important; }
	a img { border:none; }
	a span { position:absolute; top:-9999px; left:-9999px; }
	ul { list-style:none; }
	h2 { color:#000; font-size:1em; font-weight:bold; clear:left; }
	h3 { color:#999; font-size:1em; }
	h4 { color:#999; font-size:1.1em; margin-top:20px; text-decoration:underline; }


/* LOGO 
----------------------------------- */
h1 a { display:block; width:105px; height:86px; background: transparent url(icone-internet.png) 0 0 no-repeat; position:absolute; top:40px; left:40px; }


/* SIDEBAR 
----------------------------------- */
#sidebar { position:absolute; top:140px; left:40px; }

#sidebar ul { margin-bottom:10px; }
#sidebar ul ul { margin:5px 0; }
#sidebar ul li ul, #sidebar ul li.close ul { display:none; }
#sidebar ul li.open ul { display:block; }
#sidebar ul li { font-size:1.073em; font-weight:bold; background: transparent url(puce.gif) 0 7px no-repeat; }
#sidebar ul li a { padding-left: 8px; color:#000; }
#sidebar ul li.secondary { background: transparent url(puce-secondary.gif) 0 7px no-repeat; }
#sidebar ul li.secondary a { color:#999; }
#sidebar ul li.on { background: transparent url(puce-on.gif) 0 7px no-repeat; }
#sidebar ul li.on a { color:#D10019; }
#sidebar ul li.open { background: transparent url(puce-open.gif) 0 7px no-repeat; }
#sidebar ul li.open a { color:#D10019; }
#sidebar ul li.open li a { color:#999; }
#sidebar ul li li { font-size:.84em; color:#999; background:none; font-weight:normal; line-height:1.2em; }
#sidebar ul li li a { padding-left:0; color:#999; }
#sidebar ul li li a:visited { text-decoration:line-through; }
#sidebar ul li li.on { background:none; color:#D10019; }
#sidebar ul li li.on a { color:#D10019; }
#sidebar ul li li.on a:visited { text-decoration:none; }
#sidebar ul li li em { font-weight:normal; font-style:italic; color:#ccc; }
#sidebar ul li li em.new { color:#D10019; }

#content { position:absolute; top:80px; left:240px; padding-bottom:40px; }

#content img { margin-bottom:10px; display:block; }

#right {
	position: absolute;
	left: 800px;
	top: 220px;
	width:235px;
	height:500px;
	text-align: center;
}
#right img { display:block; }

#right 	a { color:#000;text-decoration:underline;}
#right	a:hover { color:#D10019 !important; }

-->

