body {
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-family: "DejaVu Sans Condensed", "Verdana";
	background: #A6B4CF;
	color: #222255;
}
a {
	text-decoration: underline;
	color: inherit;
}
#top {
	display: block;
	border-top: 1px solid #222255;
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
}
#right {
	width: 30%;
	position: fixed;
	top: 0;
	right: 0;
}
#left {
	width: 70%;
}
.ui-widget {
	font-size: 12px;
	font-family: "DejaVu Sans Condensed", "Verdana";
}
#accordion {
	margin: 5px;
}
#accordion h2 {
	margin: 0;
	font-weight: bold;
	font-size: 100%;
}
#accordion ul {
	padding-left: 15px;
	margin: 0;
	margin-bottom: 10px;
}
.ui-state-default {
	background: #4e69a0 url("images/bg_highlight-hard_1x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-state-default .ui-icon {
        background-image: url("jquery_accordion_1.12.1/images/ui-icons_ffffff_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("jquery_accordion_1.12.1/images/ui-icons_fed54c_256x240.png");
}
.ui-state-active {
        color: #fed54c;
}
.ui-accordion .ui-accordion-header {
    	padding-top: 0.2em;
	padding-left: 0.5em;
	padding-bottom: 0.2em;
}
li {
	vertical-align: bottom;
}
li.starred_selected     { list-style-image: url('images/Star1.svg'); }
li.starred_unselected   { list-style-image: url('images/Star0.svg'); }
li.unstarred_selected   { list-style-image: url('images/Disc1.svg'); }
li.unstarred_unselected { list-style-image: url('images/Disc0.svg'); }

.ui-accordion-content {
	padding: 0;
}
#bandeau {
	height: 100px;
	width: 85%;
	min-width: 670px;
	margin: 0px;
	background-image: url("images/bandeau.png");
	background-position: right;
	background-repeat: no-repeat;
	background-color: #4e69a0;
	font-family: "DejaVu Sans", "Verdana";
	color: white;
}
#links {
	position: relative;
	top: 70px;
	text-align: right;
	padding-right: 210px;
}
#links a img {
	border: 1px solid #A6B4CF;
	border-radius: 5px;
	padding: 2px 10px 10px 10px;
	cursor: pointer;
	opacity: 0.8;
}
#links a img:hover {
	background: #A6B4CF;
	opacity: 1;
}
#logo {
	float: left;
}
#websiteTitle {
	position: absolute;
	top: 0px;
	left: 110px;
}
#main {
	font-size: 200%;
	padding-top: 5px;
}
#sub {
	font-size: 125%;
	margin-bottom: 18px;
	margin-left: 80px;
}
#article {
	padding: 25px;
	text-align: justify;
}
#bulleTitre {
	font-size: 150%;
	font-weight: bold;
}
#meta {
	float: left;
	margin-right: 25px;
	margin-bottom: 10px;
	background: #FFFFFF;
	border-radius: 20px;
	padding: 10px 15px;
}
#versions {
	margin-top: 15px;
}
#versions ul {
	padding-top: 5px;
	padding-left: 15px;
	margin: 0;
	list-style-type: circle;
}
.t1 {
	color: #fed54c;
	font-weight: bold;
	font-size: 120%;
	text-shadow: 0 0 5px #000000;
}
.t2 {
	color: #FFFFFF;
}
.good, .confirmation {
	color: #004400;
	font-weight: bold;
}
.evil, .erreur {
	color: #440000;
	font-weight: bold;
}
.source {
	margin-bottom: 0;
	color: #000000;
}
.texte {
	width: 450px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}
.code, .file {
	font-family: monospace;
	font-size: 13px;
}
.code {
	color: #661111;
}
.file {
	color: #116611;
}
.drapeau {
	margin-right: 3px;
	vertical-align: middle;
}
span.t2 span.code, span.t2 span.file {
	color: #FFFFFF;
	text-shadow: 0 0 5px #000000;
}
hr {
	margin: 20px 0;
}
