/* Styles généraux
-----------------------------------------------*/
html
{
	background-color: #111111;
	background-image: url("img/bodyBack.jpg");
	background-repeat: no-repeat;
	background-position: right top;
	color: #bbb;
	}
body {
	color: 777;
	font-family: Verdana, sans-serif;
	font-size: 80%;
	line-height: 1.2em;
	margin: 0;
	padding: 0;
	text-align: left;
	}
strong {
	font-size: 1.2em;
	color: #fff;
	font-weight: normal;
	font-style: normal;
	}
p:first-letter {
	font-size: 1.3em;
	}
em {
	font-size: 1.1em;
	color: #fff;
	font-style: normal;
	}
p {
	width: 90%;
	}
h4 {
	color: #fff;
	}
sup {
	font-size: 0.6em;
	}
.unit {
	padding-left: 0.4em;
	}

/* Liens
-----------------------------------------------*/
a {
	color: #999;
	text-decoration: underline;
	}
a:visited {
	color: #666;
	}
a:hover,
a:active {
	text-decoration: none;
	color: #fff;
	}
/* Conteneur de l'annimation Flash */	
#planetus {
	background: #000000 url("img/planetusBack.jpg") no-repeat 50% 40%;
	width: 800px;
	height: 600px;
	margin: 0 auto;
	border: 2px solid #444;
	}

#planetus p {
	color: #777;
	text-align: center;
	padding-top: 250px;
	margin: 0 auto;
	width: 450px;
	}
ul.menu {
	list-style: square;
	}
ul.menu li {
	padding: 0.2em 0;
	}
a.anchor {
	visibility: hidden;
	}

/* Entete
-----------------------------------------------*/
#top {
	margin: 0 auto;
	padding: 0;
	width: 800px;
	}
#top h1 {
	text-align: left;
	font-size: 1.6em;
	font-weight: normal;
	padding: 1.6em 0 .6em 0;
	}
#top h1 a {
	color: inherit;
	margin: 0;
	padding: 0;
	text-decoration: none;
	}
h1 img {
	margin: 0 2em 0 0;
	vertical-align: text-bottom;
	}
img,
a img {
	border: none;
	}
p.note {
	background: #eeee99 url("img/note_error.png") no-repeat 5px 5px;
	border-top: 1px solid #997744;
	border-left: 1px solid #997744;
	border-bottom: 1px solid #664411;
	border-right: 1px solid #664411;
	color: #222222;
	font-size: 0.9em;
	font-style: italic;
	font-family: cursive;
	margin: 1.5em auto 1em auto;
	padding: .5em;
	text-indent: 25px;
	width: 420px;
	}

/* Table
-----------------------------------------------*/
#main {
	width: 800px;
	margin: 0 auto;
	}
table {
	background: transparent;
	color: #999;
	width: 800px;
	border: 1px solid #111;
	margin: 0 auto 0 auto;
	border-collapse: collapse;
	}
table caption,
h3 {
	background: transparent url("img/planetus_mini.gif") no-repeat 0 75%;
	color: #ddd;
	font-size: 1.2em;
	font-weight: normal;
	padding: 3em 0 .8em 180px;
	text-align: left;
	}
table th {
	background: #252525;
	color: #fff;
	padding: 0.5em;
	border: 1px solid #111;
	}
table td {
	white-space: nowrap;
	text-align: left;
	margin: 0;
	padding: 0.5em;
	border: 1px solid #111;
	background: #1d1d1d;
	color: #bbb;
	vertical-align: top;
	}
.numeric {
	text-align: right;
	}
.rightHeader {
	text-align: right;
	}
tr.block td,
tr.block th {
	border-top: 1em solid #111;
	}
tr.alt1 td {
	background: #181818;
	}
td.empty {
	background: transparent;
	}
fieldset {
	text-align: left;
	border: none;
	margin: 0 auto 2em 0;
	padding: 0 0.5em 1em 0.5em;
	background: #333;
	width: 90%;
	}
fieldset legend {
	background: #000;
	color: #fff;
	padding: 0.5em 1em;
	margin: 0 0 1em -1em;
	border-bottom: 1px solid #111;
	}
.win {
	color: #970;
	font-weight: bold;
	}

/* Footer
-----------------------------------------------*/
#footer {
	background: #111111 url("img/copyBack2.jpg") repeat-x 0 0;
	margin: 50px 0 0 0;
	padding: 80px 0 4em 0;
	}
#copyright {
	background: #111;
	font-size: .9em;
	margin: 0 auto;
	padding: 0;
	width: 800px;
	overflow: hidden;
	}
#copyright a {
	padding: 0;
	}
#copyright a img {
	border: none;
	margin: 0;
	vertical-align: middle;
	}
#copyright span.left {
	float: left;
	line-height: 35px;
	}
#copyright span.right {
	float: right;
	padding: 12px 12px 0 0;
	}
#copyright span.left a img {
	padding-right: 22px;
	}


/* TopLinks
-----------------------------------------------*/
#topLinks {
	border-bottom: 1px solid #2C2C2C;
	overflow: auto;
	padding: .5em 0 1.5em 0;
	margin: 0 auto;
	width: 800px;
	}
#topLinks .column {
	float: left;
	margin: 0 2%;
	width: 29%;
	}
#topLinks ul li.langLink img {
	padding-right: .4em;
	}
#topLinks ul {
	list-style: none;
	padding: 1em 0 0 0;
	margin: 0;
	}
#topLinks li {
	padding: .4em .5em;
	border-bottom: 1px dotted #333;
	color: #666;
	}
#topLinks li a {
	color: #bbb;
	text-decoration: none;
	/*display: block;*/
	}
#topLinks li.alt {
	background: #181818;
	}
