#infocontainer {
 width: 100%;
 margin: 0 0 0 20px; /* top right bottom left */
 padding: 0;
 }

#titel {
    float: left;
    background-color: black;
    padding: 70px 30px;
    text-decoration: none;
    border-radius: 1px;
    font-size: 42px;
    font-family: "Courier";
    color: #4ce800;
    margin-left: 20px;
  }	

#button{
    background-color: black;
    border: 1px solid #9C1010;
    text-align: center;
    text-decoration: none;
    display: block;
    outline: none;
    overflow: hidden;
    font-size: 2em;
    line-height: 1em;
    padding: .4em .2em .4em 1em;
    text-decoration: none;
    color: black;
}

body{
	background-color: white;
	/* background: -moz-linear-gradient(white, #A0A0A0); */
	
}

#pblock{
	/*background-color: white; */
	border-bottum: 1px solid black;
	padding: 35px 40px;
	border-radius: 2px;
 }

#artblock{
  /* background-color: white; */
  width: 60%;
  float: left;
}


#backtomenu{
    position: fixed;
    bottom: 0px;
    right: 0px;
    font-size: 15px;
    font-family: "Verdana";
    color: white;
    background-color: #A0A0A0;
    padding: 1em;
    color: white;
    clear: right;
    text-align: right;
    border-radius: 2px;
}
   


article {
    margin-left: 50px;
    border-bottom: 1px solid black;
    padding: 1em;
    overflow: hidden;
    width: 100%;
    font-family: "Courier";
    text-align: justify;
    text-justify: inter-word;
}



h3 {
  font-family: "Courier";
}

#extrablock{
 width: 350px;
 float: right;
 margin-right: 35px;
}

#pr {
 color: black;
 font-family: "Courier";
 font-size: 12px;
 /*font-weight: bold;*/
 border-bottom: 1px solid #4ce800;		
 }

#date { color: grey;
 font-family: "Courier";
 font-size: 12px;		
 }

#h3extrablock {
 color: black;
 font-family: "Courier";
 padding-top: 30px;
 }

#picto {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}

#navlist {
 display: inline;
 width: 100%;
 float: right;
 display: block;
 padding: 10px;
 background-color: black;
 list-style-type: none;
 margin: 0;
 padding: 0;
 overflow: hidden;
 border-bottom: 5px solid #4ce800;
}

.inlineli {
  display: inline;
  float: right;
}

ul.a {
    list-style: none;
    padding: 0;
    margin: 0;
}


ul.b {
 list-style-type: square;
  }

