body {
	background-color: 	#000000;
	font-family:		Calibri, Arial;
}

#pngimg {
     behavior: url(iepngfix.htc);
}

#dock{
  margin-left: -230px;
  margin-top:   -139px;
}
/*background-color:   #f7e7cc;*/

.content-center{ 
	width:	800px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border-color: #CC4949;
	background-color: #f7ecd9;
	border-style: solid;
	/*box-shadow: 0.2em 0.2em #000;*/
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.25, #f7ecd9),
		color-stop(0.63, #FDEDD1)
	);
	background-image: -moz-linear-gradient(
		center bottom,
		#f7ecd9 25%,
		#FDEDD1 63%
	);
  /*
  background: url(img/content-center.png) top left repeat-y; 
  margin-top: -22px;
	*/
}

#content-txt{
  /*margin-left: 20px;
  margin-right: 20px;*/
  background: url(img/tache.png) no-repeat bottom right;
}

h2{
  color : #000000;
  font-weight: normal;
   margin-left:20px;
}
h3{
  color : #C80000;
  font-weight: normal;
  margin-left:20px;
  text-decoration: underline;
}
h4{
  color : #C80000;
  font-weight: normal;
  margin-left:30px;
  margin-right:30px;
}
a{
  text-decoration : none;
  color:  #000000; /*FDEDD1*/
}
a:hover{
  text-decoration: underline
}
.page-container-1 {
  width: 820px;
  margin: 0px auto; padding:  0px;
}
