/*
Description: Site des amis de l'orgue de Marchiennes
Version: 0.1
Author: JJ
*/

/* Body */

html
{
   background-image: url("img/fond.bmp");
   background-repeat: repeat;
}

body
{
	width: 990px;
	height:100%;
	margin: auto;
	margin-top: 0px;
	margin-bottom: 0px;    
	font-family: "Lucida Grande", Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	color: #3C6954;
	vertical-align:bottom;
	box-shadow: 6px 6px 100px #000000;
	/*border: 5px #FFFFFF solid;*/
}

/* Header */
#header {
width: 100%;
font-family: "Lucida Grande", Arial, Helvetica, Georgia, Sans-serif;
color:#069;
height:590px;
display: block ;

}
#corps
{
	height:100%;
}

#fond
{
	width: 970px;
	background-image: url("img/fond.png");
   	background-repeat: repeat;
	margin-top: 5px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
}

#fond_media
{
	width: 990px;
	background-image: url("img/fond.png");
   	background-repeat: repeat;
	margin-top: 5px;
	padding-top:10px;
	padding-bottom:10px;
}


#bas_page {
width: 990px;
height:50px;
font-size: 1em;
color: #666;
padding: 10px 10px 0 0;
	clear: both;
}

