body {
  background: white
}
	
#head2 {
  border-bottom: 1px solid black;
  margin-bottom: 10px;
  background: #f0eae2 url(head2bg.png);
  background-repeat: repeat-y;
  padding: 4px
}

#head2 a {
  color: #282fb8;
  margin-bottom: 4px;
  font-size: 1em;
  margin-right: 10px;
  text-decoration: none;
  font-variant: SMALL-CAPS
}

#head2 a:hover {
  text-decoration: underline
}

#head2 span {
  color: #d12728;
  font-size: 2em;
  padding-right: 50px;
  background: url(javaLogo.gif);
  background-repeat: no-repeat;
  padding-left: 34px
}


#intro {
  margin: 20px 20px 40px 20px;
  border: 1px solid #3c3ea2;
  padding-left: 2px;
  background: #f0f0f0;
  text-align: justify
}
	
#titre {
  background: #c00000;
  color: white;
  font-weight: bold;
  padding: 2px;
  padding-right: 50px;
  margin-left: 20px
}

.progtitre {
  list-style-type: square;
  font-weight: bold
}
	
#progcontent {
  border: #c00000 2px solid;
  font-size: 12px;
  color: #303030;
  font-family: Verdana, sans-serif;
  text-align: justify;
  padding: 2px;
  background: #f6f6f6;
  min-height: 130px;
  width: 80%;
  margin-left: 20px
}

#progcontent a {
  color: black
}
	
.contenu {    /* A cause d'IE */
  font-weight: normal;
  list-style-type: none
}