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

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

kbd {
	color:#977;
}

code {
	color:#777;
}

pre {
	color:#797;
	margin:20px;
}

html {
	background-color:#eee;
}

body {
	margin:0;
	padding:0 0 40px 0;
	background-image:url(../img/XFce_bg.png);
	background-repeat:repeat-y;
	background-position:right;
}

h1 {
	font-size:1.4em;
	text-align:right;
	margin:0 1em 0 1em;
	line-height:45pt;
	color:#ccc;
	font-weight:normal;
	background-image:url(../img/xfce-edit/xfce-edit-3.64.png);
	background-repeat:no-repeat;
	background-position:middle left;
}

h1:first-line {
	font-size:2em;
	color:#fff;
}

h1 span {
	color:#fa3;
	font-size:inherit;
}

h2, .theme h2 a {
	font-size:1.3em;
	color:#77a;
}

.theme h2 a:hover {
	color:#77a;
	text-decoration:none;
}

h2 {
	border-bottom:1px solid #aaa;
	padding:5px;
	margin-top:0;
	background-color:#fff;
	background-image:url(../img/h_fond.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

h3 {
	font-size:1.2em;
	color:#a7a;
	text-decoration:underline;
	margin-left:1em;
}

.theme {
	margin:1em auto 7ex auto;
	max-width:50em;
	background-image:url(../img/fond_gris.png);
	border:1px solid #aaa;
}

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

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

.theme p, .theme li {
	line-height:2.5ex;
	font-size:1em;
}

.theme p {
	margin:1em;
}

.theme dd {
	margin-bottom:2ex;
	line-height:2.5ex;
	font-size:1em;
	margin:1em;
}

.theme dt {
	text-decoration:underline;
	line-height:2.5ex;
	font-size:1em;
	margin:1em;
}

.theme a {
	color:#e83;
	text-decoration:none;
}

.theme a:hover {
	color:#38e;
	text-decoration:underline;
}

.theme ul li {
	list-style-image:url(../img/puce.png);
}

.screenshot {
	width:100%;
}

.screenshot a {
	text-decoration:none;
}

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

.screenshot th {
	color:#779;
}

.titre {
	width:100%;
	border-bottom:1px solid #555;
	padding:1ex 0 0 0;
	margin:0;
	background-color:#777;
	background-image:url(../img/fond_titre.png);
	background-repeat:repeat-x;
	background-position:top;
}

.menu {
	margin:0 0 2em 0;
	padding:0;
	border:none;
	background-color:white;
	background-image:url(../img/h_fond.png);
	background-repeat:repeat-x;
	background-position:bottom;
	border:1px solid #aaa;
}

.menu ul {
	list-style:none;
	margin:0;
	padding:0 1em 0 1em;
	text-align:center;
}

.menu li {
	display:inline;
	margin:0;
	padding:0;
}

.menu a {
	font-size:1.0em;
	font-weight:bold;
	text-decoration:none;
	color:purple;
	padding:0 1ex 0.1em 1ex;
}

.menu a:hover {
	color:#000;
}

.haut {
	text-align:right;
	margin-top:20px;
	padding:1ex;
}

.haut a {
	font-size:1em;
	color:gray;
}

.haut a:hover {
	text-decoration:none;
	color:navy;
}

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

