@import url(reset.css);
	body{
		background-color:#fdb561;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		letter-spacing:1px;
	}
	h1 {
		height:119px;
		width:515px;
		background:transparent url('../images/titre1.png') top left no-repeat;
		color:#fdb561;
		float:left;
	}
	h1 a {
		display:block;
		height:119px;
		width:515px;
	}
	h1 a span {
		display:none;
	}
		
	#top {
		width:900px;
		margin:auto;
	}
	#flash {
		clear:both;
		position:relative;
		z-index:0;
		width:100%;
		height:300px;
		background:#000;
		text-align:center;
	}
	#pied {
		margin:auto;
		text-align:center;
		font-size:0.8em;
		width:800px;
		clear:both;
	}
	#pied .gauche {
		float:left;
	}
	#pied .droite {
		float:right;
	}
	#texteintro {
		padding:30px 20px;
		margin:20px auto 0px auto;
		font-size:0.7em;
		width:210px;
		height:239px;
		text-align:center;
		color:#000;
		background:transparent url('transpW.png') center top repeat;
		border:1px solid #FFF;
	}
	#aEntrer{
		color:#FFF;
	}
	#aEntrer:hover {
		text-decoration:none;
	}
	
	#texteintro p {
		margin:10px auto;
	}
	.lang{
		border-bottom:1px solid #888;
		background:#000;
		width:100%;
		text-align:center;
		margin:0px auto;
		padding:0px auto;
	}
	.lang img {
		height:30px;
		margin-top:10px;
		border:1px solid #888;
	}
	.logosExt {
		margin-top:1em;
	}