* {
	font-size:10pt;
}

body {
	background-color:white;
	background-image:url(../img/fond.jpeg);
	background-repeat:no-repeat;
	background-position:top left;
	padding:0;
	margin:0 0 100px 0;
}

kbd {
	color:#4a4;
	font-family:monospace;
}

code {
	font-family:monospace;
	color:#44a;
}

pre {
	font-family:monospace;
	color:#a44;
	font-size:1em;
	margin-left:3em;
}

.titre {
	text-align:right;
	background-color:transparent;
	background-image:url(../img/fond_gris.png);
	background-repeat:repeat;
}

.titre h1 {
	font-size:1.5em;
	color:#111;
	line-height:2em;
	font-family:serif;
	margin:0 10px 0 10px;
}

.titre h1 span {
	font-size:inherit;
	color:#744315;
}

.titre h1:first-line {
	font-size:2em;
	color:#154374;
}

.menu {
	width:100%;
	text-align:center;
	margin-bottom:30px;
	border-top:0.09em solid gray;
	border-bottom:0.09em solid gray;
	background-color:transparent;
	background-image:url(../img/fond.png);
	background-repeat:repeat;
}

.menu  ul {
	list-style:none;
	margin:0;
	font-size:1.2em;
}
.menu  ul  li {
	display:inline;
	margin:0;
	padding:0;
	color:#000;
}

.menu  ul  li:hover
{
	display:inline;
	margin:0;
	color:#fff;
}

.menu  ul  li  a
{
	color:#555;
	padding:0.3em 1ex 0.3em 1ex;
	font-weight:bold;
	line-height:3ex;
	font-family:arial, sans-serif;
	text-decoration:none;
}

.menu  ul  li  a:hover
{
	color:navy;
	background-color:silver;
	text-decoration:none;
}

.theme {
	margin:0 auto 30px auto;
	max-width:45em;
	border:0.09em solid silver;
	padding:1em;
	background-color:transparent;
	background-image:url(../img/fond.png);
	background-repeat:repeat;
}

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

.theme form > * {
	font-size:0.8em;
}

.theme h2
{
	color:#154374;
	border-bottom:0.1em dashed #444;
	font-family:arial;
	font-size:1.3em;
	padding:0.3em;
	margin:0 0 2ex 0;
}

.theme h2 a {
	color:#154374;
	font-family:arial;
	font-size:inherit;
}

.theme h3 {
	font-size:1.2em;
	font-weight:bold;
	text-decoration:underline;
	color:#444;
	margin-top:3.5ex;
}

.theme p a, .theme li a {
	color:navy;
	font-size:inherit;
	text-decoration:none;
}

.theme p {
	text-indent:1.5em;
}

.theme p a:hover, .theme li a:hover {
	color:#44a;
	text-decoration:underline;
}

.theme p, .theme dt, .theme dd {
	font-family:verdana, sans-serif;
	font-size:1em;
	text-align:justify;
}

.theme dt {
	font-weight:bold;
}

.theme dd {
	margin-bottom:2ex;
}

.theme ul {
	margin-left:2em;
}

.theme li {
	font-family:verdana, sans-serif;
	font-size:1em;
	list-style-image:url(../img/puce.png);
}

.screenshot {
	margin:2ex auto 2ex auto;
	text-align:center;
	width:100%;
}

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

th {
	font-family:sans-serif;
	color:#154374;
	font-weight:bold;
	text-decoration:underline;
}

.screenshot td a object {
	border:none;
}

.haut a {
	font-size:0.9em;
	font-family:serif;
	color:gray;
	text-transform:uppercase;
}

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