* {
	font-family:sans-serif;
	font-size:10pt;
}

pre, code, kbd {
	font-family:monospace;
}

pre {
	color:gray;
	margin-left:3em;
}

code {
	color:navy;
}

kbd {
	color:maroon;
}

body {
	max-width:50em;
	background-color:white;
	background-image:url(../img/degrade_gris_2.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0 auto 0 auto;
	padding:0;
}

h1 {
	color:gray;
	font-style:italic;
	background-color:transparent;
	font-size:1.5em;
	font-weight:normal;
	text-align:right;
}

h1:first-line {
	font-weight:bold;
	font-style:normal;
	color:navy;
	font-size:2em;
}

h1 span {
	color:white;
	background-color:silver;
	font-size:inherit;
}

h2 {
	color:navy;
	font-size:2em;
	margin-top:0;
}

h2:first-letter {
	color:purple;
}

h2 a {
	color:inherit;
}

h3 {
	color:gray;
	font-size:1.5em;
}

a {
	font-size:inherit;
	color:teal;
}

dt {
	font-weight:bold;
}

.menu {
	float:left;
	width:12em;
	text-align:right;
}

.menu ul {
	padding:0;
}

.menu ul li {
	list-style:none;
	margin:0 0 2ex 0;
	border-bottom:0.09em solid silver;
}

.menu a {
	margin:0 1ex 0 0;
	display:block;
	text-decoration:none;
}

.menu a:hover {
	color:navy;
}

.titre {
	border-bottom:0.13em solid silver;
	background-color:transparent;
}

.theme {
	margin:0 0 0 12em;
	padding:1em 1em 4em 1em;
	line-height:2.3ex;
	color:#345;
	background-color:white;
	border-left:0.09em solid silver;
}

.theme form {
	margin:1em auto 1em auto;
	padding:1em;
	text-align:center;
	width:70%;
	background-color:transparent;
}

.theme form input[type="submit"] {
	border:0.09em solid gray;
}

.theme ul li {
	list-style:square;
}

table.screenshot {
	width:100%;
}

.screenshot td, .screenshot th {
	text-align:center;
	vertical-align:top;
}

th {
	color:gray;
}

.haut {
	text-align:center;
	margin-top:3ex;
}

.haut a {
	color:gray;
	font-size:0.9em;
	padding:0.3em;
	border-top:0.09em solid silver;
	text-decoration:none;
}

.haut a em {
	font-style:normal;
	text-decoration:underline;
	font-size:inherit;
}

