

div#coin {
	float:left;
	width:160px;
	height:105px;
	background-color:#999999;
	clear:both;
	}
div#bandeau {
	width:1100px;
	height:105px;
	background-color:#999999;
	margin: 0px 0px 4px 1px;
	}
div#contenu {
        background: #FFE3AA;
		width:1098px;
		height: auto  !important;
		margin: 0px 5px 4px 1px;

	}
div#piedpage {
	clear:both;
	width:1100px;
	height:50px;
	background-color:#999999;
		}
div#menu {
	background-color:#999999;
	float:left;
	width:160px;
	height: auto  !important;
	margin: 0px 5px 1px 1px;
	}
#WhiteBox{
     background-color:#ffffff;
     height: auto  !important;
	 width: 1100px;
     height: 800px;
     margin: 0px auto 0px;	
    }
	
	body 	{								
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EFEFEF;          
	text-align: center;					/*für die richtige zentrierte Darstellung im IE nötig*/
}

