/* En-têtes, pieds de pages, titres */

html 
{
    overflow-y: scroll;
    overflow: -moz-scrollbars-vertical;
}

body
{
	background-color: white;

}
header
{
	width: 760px;
	height: 120px;
	margin: auto;
	border-top: 2px groove lightgray; 
	background:black url(banner.png);
}

footer
{
	width: 730px;
	margin:auto;	
	border-top: 2px groove lightgray;
	text-align: center;
	padding : 10px;
	padding-right: 30px;
	color: gray;
	font-style: italic;
	font-size: small;
}

h1
{
	font-family: Verdana;
	margin: auto;
		margin-bottom: 20px;

	font-size: 2.6em;
	color: #FF9000;
	text-shadow: 3px 3px 3px black;
	display: block;	
		/*border: 1px solid red;
*/

}

h2
{

	display: block;	
	font-family: Verdana;
	font-size: 1.7em;
	text-align: center;
	color: #4b3f26;
	text-shadow: 2px 2px 4px gray;
	margin:auto;
	margin-top: 12px;

}


section
{
	width: 728px;
	background-color: white;
	margin: auto;
	margin-bottom: 10px;
	border-top: 2px groove #FF9000;
	padding:16px;
	overflow: auto;
}

article
{
	display: inline-block;
	margin-left: 20px;
	margin-right: 10px;

}

article img
{
	margin: auto;
	display: block;
}


.spacer {
  clear: both;
}
