@charset "UTF-8";
/* CSS Document */
 body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
}
 body,td,th {
	color: #CFC;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}
a:link {
	color: #9FC;
	text-decoration: none;
}
a:visited {
	color: #9FC;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
a:visited {
	color: #063;
}
#entete {
	position: relative;
	top: 80px;
}
#header {
	position: fixed;
	right: 0px;
	left: 0px;
	top: 0px;
	background-color: #000000;
}
#LJNimg {
      max-width: 100%;	
}
#pinit {
	position: fixed;
	left: 160px;
	top: 20px;
	background-color: #000000;
	z-index:+1;
}
#raquette {
	width:70px;
	height:91px;
	position:fixed;
	right:-70px;
	top:91px;
    -webkit-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	-moz-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	-o-transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
	transition: top 300ms ease-in 100ms, right 200ms ease-in 50ms;
}
#selection1 {
	display: block;
	width: 80%;
	position: relative;
	left: 10%;
}
#SstotalDiv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-align: right;
	color: #99CC99;
	padding-right: 10px;
}
.arrondi {
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.itembox {
	background-color: #033;
	height: auto;
	font-size: 20px;
}
.ligne {
	background-color: #003333;
}
.navig {
	background-color: #FEEDBC;
}
.pieddepage {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #9C6;
}
.tablebox {
	background-color: #003333;
	z-index: -1;
}
.Titre {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	color: #CFC;
}
.top5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	color: #CFC;
}