/* redéfinition des balises génériques */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #0000a0;
	font-family: "trebuchet ms", verdana, arial, sans-serif;
	font-size: 90%;
}

h1, h2, h3, h4 {
	font-family: "lucida grande", verdana, arial, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0.1em;
}
h1, h2 {
	border: solid #66ccff;
	border-width: 1px 0;
	margin: 1em 0 0.5em 0;
}
h3, h4 {
	border-bottom: 1px dotted #66ccff;
}
h1 { font-size:1.3em; }
h2 { font-size:1.2em; }
h3 { font-size:1.1em; }
h4 { font-size:1em; }

a {
	color: #0000a0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
