
/*

main.css

*/

body, p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	}

body {
	margin: 0px;
}



.container {
	position: absolute;
	width: 100%;
	background-color: #FFF;
	margin: 0px;
}

.top { 
	text-align: center;
}

.subtop { 
	background: #9A5A5B; 
	border: 1px solid #9A5A5B; 
	color: #FFF;  
	text-align: center;  
}

.left {
	position: absolute;
	left: 0px;
	width: 150px;
	padding-top: 4px;
}

.middle {
	margin-left: 150px;
	margin-right: 150px;
	text-align: justify;
}

.right {
	position: absolute;
	right: 0px;
	width: 150px;
	padding-top: 4px;
}

.menu, .menu2 {
	width: 150px; 
	padding-top: 9px; 
	/*background: url("http://xxlplan.ovh.net/~kramages/tmp/blocmenu.gif") no-repeat top left;*/
	background: url("../images/tmp/blocmenu.png") no-repeat top left;*/
	margin-bottom: 0px;
	font-size: 11px; 
	margin: 0px
}

.menu h3, .menu2 h3 {
	border-bottom: 1px solid #000;
	margin: 0 10px 3px 10px; 
	color:#000000;
	font-size: 10px; 
	font-weight: bold; 
	text-align: center;
}

.menu ul, .menu2 ul {
	/*background: url("http://xxlplan.ovh.net/~kramages/tmp/endmenu.gif") no-repeat bottom right;*/
	background: url("../images/tmp/endmenu.gif") no-repeat bottom right;
	padding: 0;
	margin: 0;
	list-style: none;
	padding-bottom: 14px; 
}

.menu li {
	margin-left: 15px;
	padding-left: 10px;
	padding-right: 10px; /* Rajouté */
	/*background: url("http://xxlplan.ovh.net/~kramages/tmp/fleche.gif") no-repeat 0 4px;*/
	background: url("../images/tmp/fleche.gif") no-repeat 0 4px;
}

/* Rajouté */
.menu li ul {
	background: none;
	padding: 0;
}

/* Rajouté */
.menu li ul li {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 0;
	/*background: url("http://xxlplan.ovh.net/~kramages/tmp/fleche.gif") no-repeat 0 4px;*/
	background: url("../images/tmp/fleche.gif") no-repeat 0 4px;
}
/*
.menu2 li {
	text-align: center;
	padding-right: 5px;
}
*/
.menu a, .menu2 a {
	color: #000000; text-decoration:none;
}

.menu a:visited, .menu2 a:visited {
	color: #000000; text-decoration:none;
}

.menu a:link, .menu2 a:link {
	color: #000000; text-decoration:none;
}

.menu a:hover, .menu2 a:hover {
	color:#C70202; text-decoration:none;font-weight:normal;
}

.menu #menuactive { 
	/*background: url("http://xxlplan.ovh.net/~kramages/tmp/fleche2.gif") no-repeat 0 4px; */
	background: url("../images/tmp/fleche2.gif") no-repeat 0 4px;
}

/*

.navlist {
	margin-top: 2px;
	margin-bottom: 2px;
}

.navlist li {
	padding-right: 1px;
	display: inline;
}

.navlist ul {
	margin: 0px;
	padding: 0px;
}

.navlist a, .navlist a:link, .navlist a:visited
{
	border: 1px solid #9A5A5B;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	color: #FFF;
}

.navlist a:hover, .navlist a:active, .navlist a:focus
{
	border: 1px solid #FFF;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
	color: #FFF;
}

.navlist #navlistactive a { 
	background-color: #AA6A6B; 
}
*/
.bottom {
	background: #9A5A5B;  
	color: White;  
	font-size: 10px; 
	height: 20px; 
	text-align: center; 
	margin-top: 40px; /* rajouté */
	padding-top: 3px; 
	clear: left;
}

.bottom a {
	color: #FFF;
}
/*
.bottom a:visited {
	color: #FFF;
}

.bottom a:link {
	color: #FFF;
}

.bottom a:hover {
	color:#FFF;
}

.bottom a:active {
	color: #FFF;
}
*/
.subleft {
	margin: 0;
	display: block;
	width: 100%;
}

.subright {
	width: 50%;
	float: right;
	display: block;
}

a:link {
	color: #9A5A5B;
	text-decoration: none;
}

a:visited {
	color: #9A5A5B;
	text-decoration: none;
}

a:active {
	color: #8B0000;
	text-decoration: none;
}

a:hover {
	color: #8B0000;
	text-decoration:overline underline; 
}

h1,h2,h3 {
	color: #9A5A5B;
	font-weight: lighter;
}

/* Rajouté */
h3 b
{
	font-weight: bold;
}

h4 {
	font-size: 11px;
}

.imageleft {
	float: left;
	clear: left;
	margin-right: 10px;
	margin-bottom: 10px;  
}

.imageright {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 10px;  
}

.cadresup {
    margin: 0px;
	text-align: center;
}

.cadre {
    border: 1px solid #999;
	text-align: center;
	width: 300px;
	padding: 5px;
	margin-right: auto;  
    margin-left: auto; 
    background: #FFFACC;
}

.bigcadre {
    border: 1px solid #999;
	text-align: justify;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
	margin-right: 2px;
}

.cadre p {
    background: #FFFACC;
    margin: 5px;
}
/*
.error {
	background: #FFDFA0;
	border: 1px solid #333; 
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10%;
	width: 80%;
	margin-top: 70px;
	margin-bottom: 160px;
}

.display {
	background: #FFB;
	border: 1px solid #333; 
	padding-bottom: 15px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 10%;
	width: 80%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.error h3, .display h3 {
	border-bottom: 1px solid #333;
	margin: 5px 0px 0px 0px; 
	color:#222;
	font-size: 12px; 
	font-weight: bold; 
	text-align: center;
	padding-bottom: 5px;
}

.error p, .display p {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #222;
	background-color: transparent;
	font-size: 11px;
}

.error a:link, .display a:link {
	color: #744;
}

.error a:visited, .display a:visited {
	color: #744;
}

.error a:active, .display a:active {
	color: #8B0000;
}

.error a:hover, .display a:hover {
	color: #8B0000;
}

.mchat { 
	font-size:9px;
}

.mchat a:link, .display a:link {
	color: #333;
}

.mchat a:visited, .display a:visited {
	color: #333;
}

.mchat a:active, .display a:active {
	color: #C70202;
}

.mchat a:hover, .display a:hover {
	color: #C70202;
}
*/
.profile {
	font-size: 11px;
}

.bg { 
	background: #FFFACC;
}
/*
.percframe {
	margin: 2px;
}

.percframe2 {
	float:right;
	padding:2px 0px 2px 0px;
}

.percbox {
	border: 1px solid #333;
	font-size:3px;
	padding:1px;
}

.fill {
	background-color: #700;
}

.empty {
	background-color: #FFF;
}
*/
form {
	margin: 0px;
} 

INPUT {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

SELECT {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

TEXTAREA {
	background: #fff;
	border: 1px solid #1f5a96;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px
}

INPUT.radio {
	background: #fff;
	border: none;
	height: 14px;
	width: 14px
}

INPUT.checkbox {
	background: #fff;
	border: none;
	height: 14px;
	width: 14px
}

.compact{
	margin:0px;
}
/*

.c1 {
	background-color: #FF8080;
}

.c2 {
	background-color: #AA7000;
}

.c3 {
	background-color: #FFFF80;
}

.c4 {
	background-color: #8080FF;
}

.c5 {
	background-color: #80FF80;
}

.c6 {
	background-color: #CC80FF;
}

.c7 {
	background-color: #AAAAAA;
}

.c8 {
	background-color: #AAAA44;
}

*/

img {
	border: none;
}

img[align="middle"] { 
	vertical-align:middle !important; 
}


/*

steps.css

*/

.steplist {
    border-top: 1px solid #999;
	margin-top: 18px;
	margin-bottom: 2px;
	padding-bottom: 4px;
	text-align: center;
    height: 1px;
    z-index: 1;
}

.steplist li {
	padding-right: 1px;
	display: inline;
}

.steplist ul {
	padding: 0px;
    margin-top: -8px;
    margin-bottom: 0px;
    position: relative;
    z-index: 2;
}

/*.steplist a, .steplist a:link, .steplist a:visited*/
.steplist a
{
	border: 1px solid #9A5A5B;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #FFF; 
}

/*.steplist a:hover, .steplist a:active, .steplist a:active2, .steplist a:focus*/
.steplist a:hover
{
	border: 1px solid #8B0000;
	padding: 1px;
	padding-left: 1em;
	padding-right: 1em;
	text-decoration: none;
}

/* .steplist #active a, #active2 a { */
.steplist .active a, .steplist #active a
{
	background-color: #BA7A7B; 
	color: #FFF;
}


/*

game.css

*/


.content {
	width: 99%;
	margin:1em auto;
	text-align:left;
	max-width: 1024px;
}

.left-frame {
	float: left;
	width: 50%;
	margin:0; 
	padding:0;
}

.left-content {
	margin:0; 
	padding: 0.5em 1em;
}

.right-frame {
	margin:0 0 0 200px; 
	padding:0;
}

.right-content {
	margin:0; 
	padding: 0.5em 1em;
}

hr.cleaner {
	clear:both;
	height:1px;
	margin: -1px 0 0 0; 
	padding:0;
	border:none;
	visibility: hidden;
}

.cartouche {
}

.cartouche-left {
	float: left;
	text-align: center;
	margin-right:5px;
}

.cartouche-right {
}

.switchOff {
	color:#ffffff;
	background-color: #700000;
	font-size:10px;
	font-weight:bold;
}
	
.switchOn {
	color:#ffffff;
	background-color: #CC0000;
	font-size:10px;
	font-weight:bold;
}

.box {
	position:absolute;
	width:140px;
	z-index:2;
	border: 1px none #000;
	overflow: hidden;
	visibility:hidden;
	background-color: #FDD;
	font-size: 10px;
}

.upper {
	position:absolute;
	width:32px;
	height:32px;
	z-index:1;
	border: 1px none #000;
	overflow: hidden;
	visibility:visible;
}

.boxtitle {
	font-size: 12px;
	color: #FCC;
	font-weight:bold;
	background-color: #A00000;
	padding: 2px;
}

.boxbottom {
	font-size: 9px;
	color: #000;
	margin-top: 4px;
	background-color: #ECC;
	text-align:right;
}

.boxtitle a, .boxtitle a:link, .boxtitle a:visited
{
	color: #FCC
}

.boxtitle a:hover, .boxtitle a:active, .boxtitle a:focus
{
	color: #FEE
}

.gametable {
	border-collapse:collapse;
}

.gametableinv {
	visibility:hidden;
	position:absolute;
}

.gameth, .gamethsub {
	margin: 1px; 
	padding: 1px;
	border:1px solid #444;
	font-size: 11px;	
	font-weight:bold;
}

.gameth {
	background-color:#444;		
	color:#FFF;	
}

.gamethsub {
	background-color:#EEE;	
	font-weight:normal;
}

.gametd, .gametdimg, .gametdcar, .gametdcomp, .npc1, .npc2, .npc3, .npc4, .npc5 {
	margin: 1px;
	padding: 1px;
	border:1px solid #444;	
	color:#000;	
	font-size: 11px;
}

.gametd, .npc1, .npc2, .npc3, .npc4, .npc5 {
	vertical-align: top;
}

.gametd {
	background-color:#FFF;	
}

.gametdimg {
	width: 34px;
}

.gametdcar {
	text-align: center;
	font-weight:bold;
}

.gametdcomp {
	text-align: center;
}

.bonus a, .bonus a:link, .bonus a:visited
{
	color: #080;
}

.bonus a:hover, .bonus a:active, .bonus a:focus
{
	color: #080;
}

.malus a, .malus a:link, .malus a:visited
{
	color: #B00;
}

.malus a:hover, .malus a:active, .malus a:focus
{
	color: #B00;
}

.normal a, .normal a:link, .normal a:visited
{
	color: #000;
}

.normal a:hover, .normal a:active, .normal a:focus
{
	color: #000;
}

.ev_normal {
	vertical-align: top;
}

.ev_maj {
	vertical-align: top;
	color: #E00;
}

.ev_anim {
	vertical-align: top;
	color: #00E;
}

.ev_hour {
	text-align: center;
	vertical-align: top;
}

#framecountry {
    margin-top: 5px;
    text-align: center
}

#framecountry ul {
    margin: 0px
}

#framecountry li {
    display: inline;
    list-style: none;
    padding: 0;
    margin: 0
}

#framecountry li a {
    text-decoration: none;
    border: 3px solid white;
    padding: 0px;
    display: table-cell
}

#framecountry #countryactive a {
    border: 3px solid #333
}

.countryactive  {
    border: 3px solid #333!important
}

#levelcontainer {
	padding: 10px 0 0 20px;
	margin: 0;
	text-align: center;
}

#levellist {
	padding: 0 0 0 20px;
	margin: 0;
	text-align: center;
}

#levellist li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}

#levellist li a {
	text-decoration: none;
	border: 2px solid #9A5A5B;
	padding: 0px;
	margin: 0 2px;
	display:table-cell;
}

#levellist li a:hover {
	border: 2px solid #B00;
}

#levellist #active a { 
	border: 2px solid #333;
}

.price {
	margin:0px;
	font-size:10px;
}

.priceind {
	margin:0px;
	font-size:10px;
	color:#777;
}

.npc1 { 
	background-color: #AAAAAA;
}

.npc2 { 
	background-color: #FFBB99;
}

.npc3 { 
	background-color: #FFFF80;
}

.npc4 { 
	background-color: #80FF80;
}

.npc5 { 
	background-color: #8080FF;
}

.charge {
	color: #AAA;
}

.m1, .m2 { 
	color:#000; 
	font-size:10px; 
	text-align: center;
	margin: 1px;
	padding: 1px;
	border:1px solid #444;	
}

.m1 { 
	background-color: #FFF; 
}

.m2 { 
	background-color: #EEE; 
}


/*

rule.css

*/

.rule table {
	font-size: 11px;
}

.rule ul {
	list-style: none;
}

.square li {
	list-style: square inside;
}

.aere li{ 
	margin-bottom: 2em;
}

.rulebox {
	background-color: #FC9;
	width: 99%;
	border: 1px solid #C96;
	padding: 2px;
}

.rulenextbox {
	background-color: #EDB;
	width: 99%;
}

.ruletitle {
	font-weight: bold;
	margin: 0px;
	color:#A00;
}

.ruleexpl {
	font-style: italic;
	margin: 0px;
}

.rulefoot {
	margin: 0px;
}

.rulecrit {
	margin: 0px;
	background-color: #FFE5BA;
}

.beta {
	color: #FFF;
	font-weight: bold;
	background-color: #C44;
	border: 1px solid #9A5A5B;
	padding: 2px;
}

.illegal {
	color: #A00;
}


