html{
	margin: 0;
	padding: 0;
width: 100%;
height: 100%;
}
body{
  /*background-color: #4a463c;*/
  background-color: rgb(74,70,60);
  color: #ffffff;
  font-family: arial;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
/*
  background-image: url("fondef.jpg"); // 1280 x 600
  background-repeat: no-repeat;
  background-position: center center;
*/
/*
  background: #4a463c url(fondef_copie.jpg) no-repeat fixed center center;
*/
}



a{
	color: #666666;
}

h3{
//font-size: small;
}
