/* CSS Document */
body {
	margin: 0;
	padding: 0;
	background-image: url(bande grise.gif);
} 
h1 { 
	font-size: 1.6em; 
	margin: 0; 
	text-align:center; 
	border-bottom: 3px #663300  solid;
		background-image: url(../bande blanche.gif);
}
h2 { 
	font-size: 1.1em; 
	margin: 0; 
	text-align:left; 
} 
h3 { 
	font-size: 1.6em; 
text-align:center;
border: 2px solid #000;
margin-right: 80px;
	
} 

h4 { 
	font-size: 0.7em; 
	margin: 0; 
	text-align:center; 
	border-top: 1px #91BD6E solid; 
	background-image: url(../bande blancheB.gif);
} 
h5 {font-size: 0.8em;
	margin: 0;
	text-align:center;
	}

.container { 
  margin:15px ; padding:0;
  border: 3px #663300 solid;
  background-color:#FFFFFF;

} 
  
.droite { /*gauche*/
	position: absolute;
	left: 25px;
	width: 25%;
	text-align:left;
	background-color:#FFFFFF;


 }

.centre { 
	margin-left: 30%;
		width: 35%;
		overflow: auto;
		float:inherit; 
	padding: 10px; /* marge intérieure - indispensable */
	text-align: center;	
	background-color:#FFFFFF;


  } 
.gauche {
	position: absolute;
	right: 21px;
	width: 25%;
	text-align:left;
	background-color:#FFFFFF;

  }
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
