@charset "utf-8";
/* CSS Document */
html, body {
	height:100%;
	}
body {
	background-color: #FFF7E8;
	color: #000000;
	}
#banniere {
	background: #FFF7E8 url("img/banniere.jpg") no-repeat;
	background-position: center;
	width: 100%;
	height: 200px;
	padding-top: 10px;
	}
#liste {
  text-align: center;
  list-style-type: none;
  }
#liste li {
  padding: 26px 0px;
  background: #FFF7E8 url("img/fond_vignettes.jpg") no-repeat scroll 0%;
	background-position: center;
  width: 100%;
  }
#liste img {
  vertical-align: middle;
  }
a:link {color: #8EB1CC;}
a:visited {color: #145483;}
a:active {text-decoration: none;}
a:hover {text-decoration: underline ; color: #FFF;}
* {
	margin: 0px;
	padding: 0px;
	border: 0px;
	}