/*  1024*768  */

.bandeau {
	bottom: 0;
    display: block;
    left: 0;
    margin: auto;
   /* min-height: 50%; */
    /* min-width: 50%; */
    right: 0;
    top: 0;
    background-color: #34261f;
}

.menu {
	background-color: #34261f;	
	}
	
.menu a {
	padding-right: 50px;
	background-color: #34261f;
	color: #82d0f5;
	font-size: 2em;	
}	
	
.logo {
	background-color: #34261f;
	height: 45px;
	width: 130px;
	padding-right: 30%;
	}
	
.images {
	background-color: #34261f;	
	padding-bottom: 40px;
	padding-top: 40px;
	}
	
.livre {
	height: 500px;
	width: 325px;	
	}	
	
body {
/*  background-image: url('img/Plumes_Rebelles_1.png'); */
  background-repeat:no-repeat;
/* background-position:center top; */
/*  background-color: #34261f; */
/*  background-color: #82d0f5; */
  background-color: #b1b1ab;
  margin: 10px 50px; /* Donner plus de marge à gauche et à droite, et moins en haut et en bas */
  font-family: sans-serif; /* Police moderne, sans empattements, du type Times New Roman */
  font-size: 1em;
}

h1 {
text-align: center;	
	}


h2 {
text-align: center;	
	}


