html, body {
	margin: 0;
	background-color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #efefef;
	background-image: url(bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
a {
	color: #ea8d38;
	font-weight: bold;
	font-size: 11px;
}
/* conteneur principal*/
#bg {
	width: 1230px;
	height: 100%;
	margin: 0 auto;
	position: relative;
  background-image: url(bgmain.png);
  background-position: top;
  background-repeat: repeat-y;
}
#main {
width: 100%;

}
.clear {
	clear: both;
}
#footer {
height: 160px;
width: 100%;
background-image: url(footer.jpg);
background-repeat: no-repeat;
padding-top: 10px;
}
#footer p{
display: block;
width: 650px;
margin-left: 100px;
padding: 5px;
border: 1px solid;
border-color: #d4d4d4;
}
#footer span{
font-weight: bold;
}


/* ***** Conteneur MENU général***** */
#topmenu {
	background: url(top.jpg);
	height: 204px;
	margin: 0;
	padding: 0;
}
/* ***** MENU général***** */
#topmenu ul {
	z-index: 99;
	overflow: hidden;
	background: transparent;
	padding: 145px 0 0 122px;
	margin: 0  0 0 0;
}

#topmenu li {
	display: inline;
}

#topmenu li a {
	display: block;
	width: 90px;
	float: left;
	margin: 8px 0px 0px 2px;
	padding: 10px 0px 0px 0px;
	text-decoration: none;
	color: #ffffff;
	white-space: nowrap;
	outline: none;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#topmenu li a.on,
#topmenu li a:hover {
	color: #e8872d;
	background: url(bgbtn.png) no-repeat;
}
#topmenu .first a.on,
#topmenu .first a:hover {
	color: #0d54bd;
	background: url(bgfirst.png) no-repeat;
}
#title {
	background: url(titre.jpg) no-repeat;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;	
}
#title h1 {
display: inline;
width: 100px;
color: #e8872d;
height: 29px;
line-height: 29px;
font-size: 18px;
background-color: black;
margin-left: 220px;
margin-right: 400px;
padding-left: 5px;
padding-right: 10px;
}
/* ***** Conteneur MENU de gauche ***** */
#leftmenu {
	float: left;
	width: 180px;
	margin: 0 15px 0 15px;
	z-index: 1;
}
#leftmenu ul {
	padding: 0;
	width: 180px;
	margin:0px;
	font-size: 10px;
}
#leftmenu ul li {
position:relative;
list-style: none;
}
#leftmenu ul li.entete {
margin-top: 10px;
margin-bottom: 3px;
background-image: url(emenu.png);
padding-left: 5px;
font-size: 12px;
font-weight: bold;
height: 36px;
line-height: 36px;
color: #FFFFFF;
}
#leftmenu ul li.entete2 {
margin-top: 10px;
margin-bottom: 3px;
background-image: url(emenu.png);
padding-left: 4px;
font-size: 10px;
font-weight: bold;
height: 36px;
line-height: 36px;
color: #FFFFFF;
}
#leftmenu ul li.text {
padding-top: 3px;
padding-left: 10px;
padding-bottom: 10px;
background-color: #2a2929;
border: #b5b5b5 1px solid;
}
#leftmenu ul ul {
position: absolute;
top: 0;
left: 180px;
display:none;
}  

#leftmenu li a, a.on{
display: block;
border: #b5b5b5 1px solid;
color: #efefef;
height: 25px;
line-height: 25px;
text-decoration: none;
padding-left: 5px;
background-color: #212121;
}
#leftmenu li a:hover {
background-color: #d8781f;
}
#leftmenu li.sousmenu {
background: transparent;
}
#leftmenu li.sousmenu img{
float: right;
border: none;
margin-top: 7px;
margin-right: 5px;
}
#leftmenu ul.niv1 li.sousmenu:hover ul.niv2,
#leftmenu ul.niv2 li.sousmenu:hover ul.niv3 {
display:block;
}
#leftmenu span {
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	line-height: 20px;
}
/* ***** Conteneur etat serveurs ***** */

#serv table {
	padding: 0;
	width: 180px;
	margin-top: 10px;	
	border-collapse : collapse ;
}
#serv table th {
	text-align: center;
	background-image: url(eserveurs.jpg);
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 33px;
	padding-bottom: 7px;
	margin: 0 0 0 0;
}
#serv table td {
	margin: 0 0 0 0;
	border:0;
	
}
#serv table tr.snum td {
text-indent: 10px;
padding-top: 10px;
background-image: url(fserveurs.jpg);
font-weight: bold;
font-size: 12px;
}
#serv table tr.snum td img{
float: left;
margin-left: 15px;
}
#serv table tr.snom td {
padding-left: 80px;
background-image: url(fserveurs.jpg);
}

#serv table tr.bserv td {
background-image: url(bserveurs.jpg);
padding-top: 19px;
}
/* ***** Conteneur page ***** */
#content {
float: left;
width: 930px;
margin: 5px 15px 0px 0px;
}
/* ***** titre de la page ***** */

/* ***** sous-titre de la page ***** */
#content h2 {
	font-size: 16px;
}
#content h3 {
	font-size: 14px;
}
/* ***** sous-titre de la page ***** */
#content .intro{
	display: block;
	width: 772px;
	border: 2px #d4d4d4 solid;
	padding: 10px 10px 10px;
	margin-bottom: 15px;
}
/* ***** page d'accueil - tableau ***** */
#content table.tbnews {
border: 0px;
padding: 0px;
}
#content table.tbnews td {
border: 0px;
background: transparent;
color: #efefef;
padding: 3px 2px 3px 2px;
}

#flashnews {
background: #212121;
border: 2px solid;
border-color: #d4d4d4;
padding: 5px;
margin: 0 10px 10px 0;
float: left;
}

#lastopens {
background: #212121;
border: 2px solid;
border-color: #d4d4d4;
width: 389px;
margin: 0px 5px 10px 5px;
overflow: hidden;
min-height: 290px;
}
#lastopens h2 {
	background-image: url(fl2.png);
	background-position: left;
	background-repeat: no-repeat;
	margin: 0px 5px 0px 5px;
	line-height: 37px;
	border-bottom: 1px #d4d4d4 solid;
}
#lastopens img{
	float: left;
	margin: 50px 10px 5px 5px;
	border: 1px #FFFFFF solid;
}
#lastopens ul {
	margin: 1px 5px 3px 30px;
	line-height: 15px;
	list-style: none;
	font-size: 10px;
}
#lastopens span {
text-decoration: underline;
} 
#lastopens a, a.on {
	color: #ea8d38;
}
.news {
background: #212121;
border: 2px solid;
border-color: #d4d4d4;
width: 298px;
margin: 0px 5px 0 0;
overflow: hidden;
float: left;
min-height: 120px;
}
.news h3 {
	margin: 0px 5px 0px 5px;
	padding-left: 34px;
	background-image: url(fl2.png);
	background-position: left;
	background-repeat: no-repeat;
	font-style: normal;
	line-height: 25px;
	border-bottom: 1px #d4d4d4 solid;
}

.news ul {
	margin: 1px 5px 3px 5px;
	padding: 5px;
	line-height: 15px;
	list-style: none;
	font-size: 10px;
}
.news span {
text-decoration: underline;
font-weight: bold;
}
.news a, a.on {
	color: #ea8d38;
}

/* ***** Bloc calendrier et presentation ***** */
.bloc {
background: #1f1f1f;
border: 2px solid;
border-color: #d4d4d4;
margin-bottom: 15px;
width: 90%;
}
.bloc h2 {
	float: right;
	margin: 10px 40px 0 0;
	font-size: 10px;
}
.bloc img{
	float: left;
	margin: 5px 30px 5px 10px;
	border: 1px #FFFFFF solid;
}

.bloc ul {
	margin: 20px 10px 20px 0;
	line-height: 15px;
	list-style: none;
}
.bloc a, a.on {
	font-weight: bold;
	text-decoration: underline;
	font-size: 11px;
	color: #ea8d38;
}
/* ***** Tableaux ***** */
#content table {
	background: transparent;
	width: 100%;
	border: 1px solid #acaaaa;
	margin-bottom: 20px;
	padding: 1px;
}
#content table th {
	text-align: center;
	border: 1px solid #555;
	border-width: 0 1px 1px 0;
	margin: 0 3px;
	padding: .2em .5em;
	background: #6d6e6e;
	color: #ffffff;
	white-space: nowrap;
	font-weight: normal;
	font-size: 12px;
	letter-spacing: 1px;
}
#content table th a, a.on {
	color: #ea8d38;
}

#content table a, a.on {
	text-decoration: none;
}
#content table td {
	white-space: nowrap;
	background: #1f1f1f;
	color: #ffffff;
	padding: 3px 2px 3px 2px;
	font-size: 11px;
	margin: 0;
	border:0;
}

#content table tr.altrow td {
	background: #2f2f2f;
}

#content table td.position {
	text-align: center;
}
#content table td.graph {
	text-align: left;
}
#content table td.driver {
	text-align: left;
	margin: 0;
}
/* ***** overview, presentation ***** */
#content dt {
	float: left;
	clear: left;
	width: 200px;
	text-align: right;
	margin: 2px 0 0 10px;
	padding: 4px 10px 4px 0;
	color: #FFFFFF;
	line-height: 11px;
	font-size: 11px;
	letter-spacing: .5px;
}

#content dd {
	width: 585px;
	border: 1px solid #999;
	background: #2f2f2f;
	margin: 2px 0 2px 215px;
	padding: 4px 0 4px 10px;
	line-height: 11px;
	color: #e1e1e1;
	letter-spacing: 1px;
	font-size: 11px;
}

#detail {
	width: 300px;
	margin-top: 10px;
	margin-left: 20px;
	margin-right: 20px;
}
#content .lightgreen {
	color: #2DFF10;
	font-weight: bold;
}

#content .green {
	color: #1EA70A;
	font-weight: bold;
}

#content .orange {
	color: #E7AD00;
}

#content .red {
	color: #FF3030;
}

#content .darkred {
	color: #CB0000;
}
#content .yellow {
	color: #f9e506;
}
/* ***** logo jeux ***** */
#content .gtr2{
background: url(gtr2.png) no-repeat left;
}
#content .gtl{
background: url(gtl.png) no-repeat left;
}
#content .rfactor{
background: url(rfactor.png) no-repeat left;
}
#content .race{
background: url(gtrevo.png) no-repeat left;
}
#content .nkp{
background: url(nkp.png) no-repeat left;
}
/* **** formulaires */
#content input, textarea, select {
	font-size: 11px;
	background-color: #212121;
	color: #efefef;
	border: #cdcdcd 1px solid;
}

/* **** Div series si elles existent */
#content .AffSerie {
	display: block;
}
#content .HidSerie {
	display: none;
}
