html, body{
	margin: 0;
	padding: 0;
}

body{
	font-family: Verdana, Geneva, sans-serif;
	font-size:80%;
}

a:link, a:visited{
	color: #000;
	background: transparent;
}

a:hover{
	color: #333;
	background: transparent;
}

/* Titre
************************************/
h1{
	margin: 0;
	padding: 1em;
	background: #CDCDCD url(/images/h1.png) no-repeat center left;
	text-indent: -1000em;
	color: inherit;
}

h1 a{
	display: block;
	text-decoration: none;
	overflow: hidden;
	width: 100%;
	height: 100%:
}

/* Menu
************************************/
#menu{
	margin: 0;
	background: #DDD;
	color: inherit;
	height: 2em;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu ul li{
	display: inline;
}

#menu ul li a{
	display: block;
	float: left;
	height: 2em;
	line-height: 2em;
	width: 10em;
	text-align: center;
	text-decoration: none;
}

#menu ul li a:hover{
	background: #EEE;
	color: inherit;
}

/* Contenu
************************************/
#content{
	padding: 1em;
}

#content h2{
	font-family: 'Trebuchet MS', sans-serif;
}

/* Footer
************************************/
#footer-copyright{
	border-top: 1px dotted #333;
	padding: 0.5ex;
	margin: 1em;
}