html, body, div, h1, p {
	margin:0;
	padding:0;
	color:white;
	font-family: arial, helvetica, sans-serif ;	

}

body {
	background-color: #2A2A2A;
font-size:80%;		

}

h1#header {
	float:right;
	width: 322px;
	height: 162px;
	margin-right:20px;
	background-image: url("images/qwankido-beaune.gif");
	}
h1#header span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}

div#contener {
	width:760px;
	margin: 3em auto;

}

div#fond_entete {
	height:171px;
	background : url("images/fond_header.gif") no-repeat 185px;	
}

#fond_entete img {float:left}

a:link {text-decoration: none ; color : orange}
a:visited {text-decoration: none; color : orange}
a:active {text-decoration: none}
a:hover {text-decoration: underline; color: red;}
#fond_entete a img {border:none}
