body {
	margin: 0px;
	padding: 0px;
	color: White;
	font-family: Arial, Helvetica, sans-serif;
}

img {
	border: 0px;
}

img.puce {
	vertical-align: middle;
}

a {
	color: White;
	text-decoration: none;
}
a:hover {
	color: White;
	text-decoration: underline;
}

div#master {
	position: absolute;
	width: 800px;
	margin-left: -400px;
	left: 50%;
}

div#top {
	height: 300px;
	width: 800px;
	background-repeat: no-repeat;
}

div#top div#navlangue {
	color: Black;
	text-align: right;
	font-size: 14px;
	padding-right: 15px;
	padding-top: 6px;
	line-height: 20px;
}
div#top div#navlangue a {
	color: Black;
	text-decoration: none;
}
div#top div#navlangue a:hover {
	color: Black;
	text-decoration: underline;
}

div#nav {
	height: 40px;
	width: 800px;
	background-color: Black;
	margin-bottom: 1px;
}


div#data {
	background-color: #2e2c2c;
	font-size: 12px;
	height: 370px;
	width: 800px;
	overflow: auto;
}

div#data h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}

div#data div.text {
	margin-top:25px;
	margin-left: 15px;
	padding-right: 5px;
	height: 320px;
	overflow: auto;
}

div#data div.motif {
	margin-top:10px;
	margin-left: 15px;

	overflow: auto;
}

div#data div.livre {
	margin-top:20px;
	margin-left: 15px;

	overflow: auto;
}


td.tdpan {
	padding-right: 25px;
}


div#foot {
	width: 800px;
	font-size: 12px;
	color: Black;
	padding-top: 5px;
	padding-bottom: 20px;
}

div#foot a {
	color: Black;
	text-decoration: none;
}

div#foot a:hover {
	color: Black;
	text-decoration: underline;
}

div#foot a.credits {
	color: #6d6d6d;
	
}
div#foot a.credits:hover {
	color: #6d6d6d;	
}

.lv {
	text-align: right;
	color: #aba2a2;
	font-size: 10px;
}
.lv a {
	color: #aba2a2;
	text-decoration: underline;
}
.lv a:hover {
	color: White;
	text-decoration: underline;
}



table.plansite {
	font-size: 12px;
	line-height: 18px;
}
table.plansite .lvl2 {
	font-size: 11px;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 8px;
	line-height: normal;
}