html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 75% georgia, sans-serif;
	line-height: 1.88889;
	color: #2F4F4F; 
	margin: 0; 
	padding: 0;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 1.4em georgia, sans-serif;
	letter-spacing: 1px; 
	margin-bottom: 0; 
	color: #7D775C;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #008000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #228B22;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #006400;
	}
acronym {
	border-bottom: none;
	}

ul {
    list-style-image: url(arrow.gif);
   }


#container { 
	padding: 0 175px 0 110px;  
	margin: 0; 
	position: relative;
	}

.menufixe {
  top: 0;
  left: 0;
  width: 65%;
  border: 1px solid #000000;
  position: absolute;
  z-index: 2;
  text-align: center;
  background-color: #ffffff;
  background:transparent url(carnot.jpg) no-repeat; 
  line-height: 10em;
}

.content {
  z-index: 1;
  padding-top: 3em;
}


.content {
  background:transparent url(pi.gif) repeat;
  width: 65%;
  border: 1px solid #000000;
  padding: 1em 1%;
}
.menu {
  position: absolute;
  background:transparent url(pi.gif) repeat; 
  top: 1em;
  right: 1%;
  border: 1px solid #000000;
  padding: 1em;
  width: 20%;
}
html>body .menufixe {
  position: fixed;
}
