
#sep1 {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	margin-top: 0px;
}

#sep2 {
	color: #eee;
	background-color: #eee;
	height: 1px;
	border: 0;
	margin-top: 20px;
}

#main {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 10px;
	position: relative;
	width: 660px;
	float: right;
	padding: 0;
}

#main #maincoinhautgauche,#maincoinhautdroite,#maincoinbasgauche,#maincoinbasdroite
	{
	width: 11px;
	height: 10px;
	background-repeat: no-repeat;
	font-size: 1px; /* Thanks IE */
}

#main #maincoinhautgauche {
	background-image: url(images/coin-hautgauche-blancgris.png);
}

#main  #maincoinhautdroite {
	float: right;
	background-image: url(images/coin-hautdroite-blancgris.png);
}

#main #maincoinbasgauche {
	background-image: url(images/coin-basgauche-blancgris.png);
}

#main #maincoinbasdroite {
	float: right;
	background-image: url(images/coin-basdroite-blancgris.png);
}

#main #maincontent {
	padding: 5px 12px; /*top/bottom, left/right */
	position: relative;
	overflow: auto;
}

#maincontent h2 {
	margin: 0;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
	font-weight: bold;
	color: #20659E;
}

#maincontent p {
	margin-bottom: 0;
}

#maincontent h3 {
	color: #20659E;
	font-size: 1.1em;
}

#menuleft {
	position: relative;
	background-color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	float: left;
	padding: 0;
	width: 210px;
}

#menuleft #menuleftcoinhautgauche,#menuleftcoinbasdroite {
	width: 11px;
	height: 10px;
	background-repeat: no-repeat;
	font-size: 1px; /* Thanks IE */
}

#menuleft #menuleftcoinbasgauche,#menuleftcoinbasdroite,#menuleftcoinhautgauche,#menuleftcoinhautdroite
	{
	width: 11px;
	height: 10px;
	background-repeat: no-repeat;
	font-size: 1px; /* Thanks IE */
}

#menuleft #menuleftcoinbasgauche {
	background-image: url(images/coin-basgauche-blancgris.png);
}

#menuleft #menuleftcoinbasdroite {
	float: right;
	background-image: url(images/coin-basdroite-blancgris.png);
}

#menuleft #menuleftcoinhautdroite {
	float: right;
	background-image: url(images/coin-hautdroite-blancgris.png);
}

#menuleft #menuleftcoinhautgauche {
	float: left;
	background-image: url(images/coin-hautgauche-blancgris.png);
}

#menuleft #menuleftcontent {
	padding: 5px 5px; /*top/bottom, left/right */
	position: relative;
	overflow: hidden;
}

.titre {
	font-size: 1.1em;
	padding: 0;
	margin: 0;
	margin-top: 5px;
	font-weight: bold;
	padding-left: 19px;
	color: #20659E;
	background-image: url(images/fleche-home.png);
	background-repeat: no-repeat;
}

.maj {
	font-size: 0.8em;
	padding-left: 19px;
	margin: 0;
	margin-bottom: 10px;
}

.menu {
	padding-top: 10px;
	list-style-type: none;
	margin: 0;
	padding-left: 10px;
}

.menu li {
	margin-bottom: 6px;
}

.red {
	color: red;
}

.console {
	font-family: "Courier New";
	font-size: 0.8em;
	color: #222;
	margin: 0;
}

/** Download */
#releasetbl {
	width: 100%;
	margin-top: 15px;
}

#releasetbl table {
	width: 100%;
}

#releasetbl thead {
	text-align: left;
}

#releasetbl tbody tr td {
	background: #bbb;
}

#releasetbl .package td {
	font-weight: bold;
	padding-left: 5px;
	border-bottom: 1px solid #ddd;
}

#releasetbl tr.current td {
	background: #cbf5df;
}

#releasetbl tr.even td {
	background: white;
}

#releasetbl tr.odd td {
	background: #eee;
}

#releasetbl tr.end td {
	border-bottom: 1px solid #ddd;
}

#releasetbl img.imgexp {
	border: none;
	text-decoration: none;
}

#releasetbl a.aexp {
	border: none;
	text-decoration: none;
}

#releasetbl .expand {

}

#releasetbl .hide {
	display: none;
}

