@charset "utf-8";
/* CSS Document */

@import url("menus.css");

@media screen {
	body, html {
		margin: 0;
		padding: 0;
		background: #5e3013 url(../images/f-body.png) repeat-x left center;
		font-size: 10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: black;
	}
	#global {
		position:absolute;
		top: 50%;
		left: 50%;
		width: 980px;
		height: 560px;
		margin: -280px 0 0 -490px;
		background: white;
		font-size: 1em;
	}
	
	/*--------------------------*/
	/*			ENTETE			*/
	/*--------------------------*/
	#entete { position: absolute; top: 10px; left: 30px; margin: 0; height: 80px; }
	#entete h1 { position:absolute; top: 0; left: 0; margin:0; }
	#entete h1 a { position: relative; display: block; width: 158px; height: 80px; background:url(../images/logo.png) no-repeat; }
	#entete h2 { position: absolute; margin: 0; bottom: 0; left: 185px; width: 735px; height: 50px; }
	#entete h2 span { position:absolute; top: 0; left: -999em; }
	#entete #annonce { position: absolute; top: 0; left: 188px; }
	#entete #annonce p { margin: 0; }
	#entete #annonce a { display: block; width: 652px; height: 80px; background: #c4c6da url(../images/annonce.jpg);  }
	#entete #annonce.gb a { background: #c4c6da url(../images/annonce-gb.jpg);  }
	#entete #annonce a span { position: absolute; top: 0; left: -999em; }
	
	/*--------------------------*/
	/*			AUTRES			*/
	/*--------------------------*/
	#contenu { position:absolute; top: 130px; left: 30px; width: 920px; height: 411px; background: #eee8c6; }
	#contenu h1#libelle { position: absolute; top: 0; left: -999em; }
	
	.invisible { position:absolute; top: 0; left: -999em; }
}

@media print {
}