BODY{
  background-color : #fce187;
  background : url(NatureBackground.jpg);
  text-decoration : none;
  font-family : Verdana,Arial,sans-serif;
  font-weight : normal;
  font-size : 12px;
  margin: 0 0 0 0;
  text-align : center;
}

div#container {
  width: 770px ;
  margin: 0 auto ;
  text-align: left ;
}

div#masthead {
  background: url(JournalAlternatifMasthead.jpg) no-repeat left top;
  background-color : #9ad;
  width: 770px ;
  height: 270px;
}

div#menu {
	clear: both;
}

div#menu ul {
	padding-left: 0;
	padding-bottom: 35px;
}

div#menu ul li {
	list-style: none;
	font-size :1.2em;
	border: 1px solid #363821;
        line-height : 30px;
	float: left;
	display : block;
	margin-right: 5px;
}

div#menu ul li a {
	text-decoration: none;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 6px;
	padding-bottom: 6px;
}

div#menu ul li a:hover {
	text-decoration: none;
	background-color: #e9a3ce;
}

div#menu ul li a:active {
	text-decoration: none;
}

div#menu ul li a:visited {
	text-decoration: none;
}

.clear {
	clear: both;
	/* display: none;	*/
}

div#content {
  color : #213;
  background-color : #fff;
  padding: 10px 10px 10px 10px;
  text-align: justify;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
}

A{
  text-decoration : underline;
  color : #313;
}
A:HOVER{
  text-decoration : underline;
  color : #413;
}
A:ACTIVE{
  text-decoration : underline;
  color : #213;
}
A:VISITED{
  text-decoration : underline;
  color : #313;
}
CODE{
  font-size : large;
}
Q{
  font-size : 12px;
  font-family : Verdana,Arial,sans-serif;
  font-style : italic;
  color : silver;
}

#copyright{
  font-size : 12px;
  font-style : italic;
  color : silver;
}
#caption{
  font-size : 12px;
  font-style : italic;
}
#newspaper{
  font-family : serif,"Times New Roman";
}
