body {
	margin: 0px;
	padding: 0px;
	background-color: black;
	color: #bbbbbb;
}

h1 {
	font-size: 1.2em;
	letter-spacing: 0.15em;
	text-align: center;
}

.Erreur {
	color: red;
	font-weight: bold;
	font-size: 1em;
}

.Information {
	color: blue;
	font-weight: bold;
	font-size: 1em;
}
fieldset {
	background-color:transparent;
	border-style: none;
	padding: 0px;
	width: auto;
}

p, ul, li, td, th {
	font-size:11px;
	font-family:tahoma, serif;
	color:#dddddd;
	background-color: transparent;
	text-align: justify;
}

td {
	color: #bbbbbb;
}

th {
	font-size:11px;
	font-family:tahoma, serif;
	color:#dddddd;
	background-color: inherit;
	text-align: center;
}

input, textarea, select {
	border: 1px solid #003843;
	font-Family: tahoma, serif;
	font-Size: 10px;
	color:#dddddd;
	background-color: transparent;
}

input.bonus {
	color : #33FF33;
    font-weight: bolder;
}

input.erreur {
	/*color : #FF3333;*/
	background-color: red;
}

input.gain {
	/*color : #FF3333;*/
	background-color: green;
}

a {
	color: #bbbbbb;
	background-color: inherit;
	text-decoration: inherit;
	font-size: 10px;
	font-family: tahoma,serif;
	border: 0px none;
	margin: 0px;
}

a:hover {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma,serif;
}

a.rollopaque img, img.rollopaque {
	opacity: 0.5;
	filter:alpha(opacity=50);
	cursor: pointer;
}

a.rollopaque:hover img, img.rollopaque:hover {
	opacity: 1.0;
	filter:alpha(opacity=100);
	cursor: pointer;
}

.hidden {
	visibility: hidden;
	display: none;
}


table {
	border: 0px none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	empty-cells: show;
}

hr {
	width:50%;
	background-color: #454545;
	height: 1px;
	padding: 0px;
	border: 0px;
}

.Bonus, .bonus {
	color: green;
}

.Malus, .malus {
	color: red;
}

.Alerte, div#Gauche a.Alerte {
	text-decoration: blink;
	color: #44FF44;
	font-weight: bold;
}

.nb {
	text-align: right;
}


img {
	border-style: none;
	margin:0px;
	padding: 0px;
	border: 0px none;
}

#dhtmltooltip {
	font-size:10px;
	text-align: justify;
	font-family:tahoma, serif;
	color:#dddddd;
	text-align:left;
	position: absolute;
	border: 1px double #003843;
	padding: 2px;
	background-image: url(bg.png);
	z-index: 100;
	max-width: 400px;
	visibility: hidden;
}

#dhtmlerrortip {
	font-size:10px;
	font-weight: bold;
	font-family:tahoma, serif;
	background-color: red;
	color:#dddddd;
	text-align:left;
	position: absolute;
	border: 1px double #003843;
	padding: 2px;
	visibility: hidden;
	z-index: 100;
	max-width: 400px;
}

input.Commande {
	padding: 0px;
}


/* ****************************************************************************
/*                        STYLE POUR LE MENU SUPERIEUR                        *
/* *****************************************************************************/
div#Menu {
	clear: both;
	height:32px;
	width: 100%;
	text-align: center;
}

div#Menu div {
	position: relative;
	z-index:200;
	margin-left:auto;
	margin-right:auto;
	width: 607px;
	text-align: center;
}

div#Menu dl, dt, dd, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#Menu dl {
	width: 112px;
	float: left;
	height: 27px;
}

div#Menu dt {
	width: 112px;
	height: 27px;
}

div#Menu dt {
	text-align: center;
	font-weight: bold;
	height: 27px;
	border: 0px;
	margin: 0px;
}

div#Menu dd {
	display: none;
	border: 0px;
}

div#Menu dl.Left {
	width : 131px;
}


div#Menu dl.Left dt {
	background-image: url('h_menu01.png');
	width : 131px;
	padding-left: 9px;
}

div#Menu dl.Menu2 dt {
	background-image: url('h_menu2.png');
}

div#Menu dl.Menu3 dt {
	background-image: url('h_menu3.png');
}

div#Menu dl.Menu4 dt {
	background-image: url('h_menu4.png');
}

div#Menu dl.Right dt {
	background-image: url('h_menu56.png');
	width : 112px;
	padding-right: 9px
}

div#Menu dl.Right {
	width : 131px;
}


div#Menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

div#Menu dl.Left ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left: 19px;
}

div#Menu dl.Right ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding-right: 19px;
}

div#Menu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 18px;
	background-image: url('h_menubg.png');
	background-position:center;
	background-repeat:repeat-y;
	vertical-align: middle;
	text-align: center;
}

div#Menu li a, #Menu dt a {
	background-color: inherit;
	color:#bbbbbb;
	text-decoration:none;
	font-size:10px;
	font-family:tahoma, serif;
	font-weight:normal;
	letter-spacing:1px;
}

div#Menu li a:hover, #Menu li a:focus, #Menu dt a:hover, #Menu dt a:focus {
	color:#ffffff;
	background-color: inherit;
	text-decoration:none;
	font-size:10px;
	font-family:tahoma, serif;
	font-weight:normal;
	letter-spacing:1px;
}

/* ****************************************************************************
/*                        STYLE POUR LE MENU SUPERIEUR                        *
/* *****************************************************************************/
#Squel {
	position: absolute;
	top:30px;
	left:0px;
	width:100%;
}

#Squel td {
	vertical-align: top;
}

#Squel td#Col1 {
	width: 230px;
}

#Squel td#Col2 {
	text-align: center;
}

#Squel td#Col3 {
	width: 177px;
}

/* ****************************************************************************
/*                        STYLE POUR LES MENUS GAUCHES                        *
/* *****************************************************************************/

div#Gauche {
	float: left;
	width: 230px;
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
	text-align: left;
}


div#Gauche table.Menu thead th {
	background-color: inherit;
	width: 102px;
	color:#bbbbbb;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	height:36px;
	font-family:tahoma, serif;
	background-image: url(gauche_01.png);
	background-repeat:no-repeat;
	text-align:center;
/*	text-indent: 50px;*/
	padding: 0px 40px 0px 25px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

div#Gauche table.Menu tfoot th {
	background-color: inherit;
	color:#bbbbbb;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1px;
	height:22px;
	width: 177px;
	font-family:tahoma, serif;
	background-image: url(gauche_03.png);
	background-repeat:no-repeat;
	text-align:left;
	text-indent: 50px;
	padding: 0px;
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

div#Gauche a {
	background-color: inherit;
	color: #bbbbbb;
	text-decoration: inherit;
	font-size: 10px;
	font-family: tahoma,serif;
}

div#Gauche a:hover {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma,serif;
}

div#Gauche th, div#Gauche td {
	border: 1px solid #003843;
	font-size: 10px;
	font-family: tahoma,serif;
	vertical-align: middle;
	color: #bbbbbb;
	text-indent: 4px;
}

/* ****************************************************************************
/*                        STYLE POUR LES MENUS GAUCHES                        *
/* *****************************************************************************/

div#Droite {
	float:right;
	color:#bbbbbb;
	width: 230px;
	text-align: center;
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
}

div#Droite table {
	float: right;
}

div#Droite table.Menu thead th {
	background-color: transparent;
	text-decoration:none;
	color: inherit;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	height:36px;
	width: 100px;
	font-family:tahoma, serif;
	background-image: url(droite_01.png);
	background-repeat:no-repeat;
	text-align:center;
	/*text-indent: 70px;*/
	padding: 0px 15px 0px 40px;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

div#Droite table.Menu tfoot th {
	background-color: inherit;
	color:inherit;
	text-decoration:none;
	font-weight:normal;
	letter-spacing:1px;
	height:22px;
	width: 177px;
	font-family:tahoma, serif;
	background-image: url(droite_03.png);
	background-repeat:no-repeat;
	text-align:left;
	text-indent: 50px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
}

div#Droite a {
	background-color: inherit;
	color:inherit;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma,serif;
}

div#Droite a:hover {
	background-color: inherit;
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
	font-family: tahoma,serif;
}

div#Droite table.Menu tbody table.Arme {
	color:#bbbbbb;
}

div#Droite table.Menu tbody table.Arme tbody th {
	color:inherit;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
}


/* ****************************************************************************
/*                        STYLE POUR LA PAGE PRINCIPALE D AFFICHAGE           *
/* ****************************************************************************/

div.Main {
	position: relative;
	padding-top: 40px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	margin: 0px auto 0px auto;
	min-width: 600px;
	text-align: center;
}

div.Main table {
	background-color: #003843;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

div.Main table.Main {
	width: 600px;
}


div.Main thead th {
	background-color: black;
	color:#bbbbbb;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	height:36px;
	font-family:tahoma, serif;
	background-image: url(news_01.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	vertical-align: middle;
}

div.Main thead td, div.Main tfoot td {
	background-color: #003843;
	padding: 6px;
	color:#bbbbbb;
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	letter-spacing:1px;
	border: 1px solid #003843;
	font-family:tahoma, serif;
	text-align:center;
	vertical-align: middle;
}

div.Main tbody tr.Titre th, div.Main tbody tr.Titre td {
	text-align: center;
}

div.Main tbody th {
	background-color: black;
	padding: 2px;
	color:#bbbbbb;
	text-decoration:none;
	padding: 5px;
	font-size:10px;
	font-weight:normal;
	font-family:tahoma, serif;
	border: 1px solid #003843;
	text-align:left;
	vertical-align: middle;
}

div.Main tbody td {
	background-color: black;
/*	color:#dddddd;*/
	text-decoration:none;
	font-size:10px;
	font-weight:normal;
	font-family:tahoma, serif;
	text-align: right;
	border: 1px solid #003843;
	padding:5px;
	vertical-align: middle;
	text-align: center;
}

div.Main form td {
	/*text-align: left;*/
}

div.Main form td input{
	width: 100%;
}

div.Main ul, div#Gauche ul {
	background-color: transparent;
	color:#dddddd;
	text-align:left;
	list-style-image:url(puce.png);
}

div.Main .Signature {
	background-color: inherit;
	color:#dddddd;
	text-align:right;
	font-size:9px;
}


/* ****************************************************************************
/*                        STYLE POUR LE FORMULAIRE DE CONNEXION               *
/* ****************************************************************************/

table#Connexion td, table#Donnees td, table#Caract td {
	border-style: none;
	padding: 0px;
	margin: 0px;
}


table#Connexion tbody table, table#Donnees tbody table, table#Caract tbody table {
	width: 150px;
	border-width: 10px 7px 10px 7px;
	border-style: solid;
	border-color: #003843;
	padding: 2px;
	margin: 0px;
}

table#Connexion tbody table td {
	text-align: center;
	border: 1px solid #003843;
	margin: 0px;
	padding: 2px;
}

table#Donnees tbody table th, table#Caract tbody table th {
	border: 1px solid #003843;
	margin: 0px;
	padding: 2px;
	font-weight: normal;
}

table#Donnees tbody table td, table#Caract tbody table td {
	text-align: right;
	border: 1px solid #003843;
	margin: 0px;
	padding: 2px;
}


/* ****************************************************************************
/*                        STYLE POUR LE TITRE CENTRAL                         *
/* ****************************************************************************/

#Titre {
	position: absolute;
	top: 120px;
	left: 200px;
	width: 600px;
	z-index:0;
	text-align: center;
}


/* ****************************************************************************
/*                        STYLE POUR LA LISTE DE LIENS A GAUCHE               *
/* ****************************************************************************/

table#Navigation, #Donnees {
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
}

table#Navigation tr, table#Navigation td {
	text-indent: 20px;
	background-image: url(gauche_02.png);
	border-style: none;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	border-width: 0px;
	margin: 0px;
}

/* ****************************************************************************
/*                        STYLE POUR LA PAGE DES STATS DU JEU                 *
/* ****************************************************************************
*/
#Stats tbody table, #Inventaire tbody table {
	width: 174px;
	border-width: 6px 4px 6px 4px;
	border-style: solid;
	border-color: #003843;
	padding: 2px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

#Stats tbody table th, #Inventaire tbody table th {
	text-align: left;
	font-family:tahoma, serif;
	background-color: inherit;
	color: #bbbbbb;
	font-weight: normal;
	font-size: 9px;
	border: 1px solid #003843;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: center;
}

#Stats tbody table th.Titre, #Inventaire tbody table th.Titre {
	text-align: center;
}

#Stats tbody table td, #Inventaire tbody table td {
	text-align: right;
	font-family:tahoma, serif;
	background-color: inherit;
	color: #bbbbbb;
	font-size: 9px;
	border: 1px solid #003843;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: center;
}

#Stats tbody table tr.BasArme, #Inventaire tbody table tr.BasArme {
	height:10px;
	font-size: 1px;
	background-repeat: no-repeat;
	background-position: center;
}

#Stats tbody table tr.BasArme th, #Inventaire tbody table tr.BasArme th {
	width: 100px;
	padding: 0px;
	font-size: 1px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
}

#Stats tbody table tr.BasArme th.Barre, #Inventaire tbody table tr.BasArme th.Barre {
	width: 100px;
	padding: 0px;
	border: 0px;
	margin: 0px;
	height: 8px;
	background-repeat: no-repeat;
	background-position: top right;
	vertical-align: middle;
}

#Stats tbody table tr.BasArme th.Barre div, #Inventaire tbody table tr.BasArme th.Barre div {
	padding: 0px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	height: 100%;
}

#Stats tbody table tr.BasArme img, #Inventaire tbody table tr.BasArme img {
	padding: 0px;
	border-width: 0px;
	border-style: none;
	margin: 0px;
	height: 9px;
}

/* ****************************************************************************
/*                        STYLE POUR LA PAGE DE CHARGEMENT                    *
/* ****************************************************************************/
#fondbarreG {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30px;
	height:20px;
	margin-top: -10px; /* moitié de la hauteur*/
	margin-left: -205px;
	z-index:0;
	background-image: url(fondcalqueG.png);
}

#fondbarreD {
	position:absolute;
	top: 50%;
	left: 50%;
	width:30px;
	height:20px;
	margin-top: -10px; /* moitié de la hauteur*/
	margin-left: 174px;
	z-index:0;
	background-image: url(fondcalqueD.png);
}

#barre {
	position:absolute;
	left: 50%;
	top: 50%;
	width:350px;
	height:20px;
	margin-top: -10px; /* moitié de la hauteur*/
	margin-left: -175px; /* moitié de la largeur*/
	z-index:2;
	clip:rect(0,0,0,0);
	background-image: url(fondcalque.png);
}

#fondbarre {
  position:absolute;
     left: 50%;
     top: 50%;
  width:352px;
  height:20px;
     margin-top: -10px; /* moitié de la hauteur*/
     margin-left: -176px; /* moitié de la largeur*/
  z-index:1;
  clip:rect(0px,352px,22px,0px);
}

/* ****************************************************************************
/*                        STYLE POUR LA PAGE D'INSCRIPTION                    *
/* ****************************************************************************/

#DescPerso {
	width:150px;
}

img.Camp {
	border-width: 0px;
	opacity:0.3;
	-moz-opacity: .3;
	filter:alpha(opacity=30);
}

/* ****************************************************************************
/*                        STYLE POUR LA PAGE DE PRINCIPALE DU JEU             *
/* ****************************************************************************/
#Personnage {
	background-image: url(perso_test.png);
	background-repeat: no-repeat;
	width: 230px;
}

#Personnage tbody th, #Personnage tbody td {
	border-style: none;
	padding-left:0px;
	padding-right:0px;
	padding-top:60px;
	padding-bottom: 23px;
	background-repeat: no-repeat;
	background-position: 0px 60px;
	vertical-align:middle;
	text-align: center;
	text-indent: 0px;
	/*border-style:solid;border-width:1px;*/
}

#Personnage tbody td#ListePerso {
	padding: 0px;
	text-align: center;
	height: 20px;
}

#Personnage tbody td#ListePerso img {
	padding: 0px;
	border: 0px;
	border-style: none;
}

#Personnage tbody th.Nom {
	width: 96px;
}

#Personnage tbody td.Image {
	text-align: center;
	width: 40px;
}

#Personnage tbody td.Image div {
	position: relative;
	clear: both;
	float:none;
	border-style: none;
	border: 0px;
	padding: 0px;
}

#Personnage tbody td.Image div.Vide {
	background-image: url(statut/s_vide.png);
	height:42px;
	width: 40px;
}

#Personnage tbody td.Image div.Acide {
	background-image: url(statut/s_acide.png);
}

#Personnage tbody td.Image div.Brule {
	background-image: url(statut/s_feu.png);
}

#Personnage tbody td.Image div.Assomme {
	background-image: url(statut/s_assomme.png);
}

#Personnage tbody td.Image img {
	filter: alpha(opacity=35);
}


#Personnage tbody th.Evo {
	width: 98px;
	font-weight:normal;
	font-size:10px;
	color: #bbbbbb;
}


#Personnage tfoot td {
	font-size: 8px;
	height:8px;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	border-width:0px;
	/*border-style:solid;border-width:1px;*/
}

#Personnage tfoot td.G {
	width: 100px;
	padding-left: 9px;
	padding-right: 5px;
	text-align: right;
}

#Personnage tfoot td.G div{
	float: right;
}


#Personnage tfoot td.D {
	width: 100px;
	padding-left: 7px;
	padding-right: 9px;
	text-align: left;
}

#Personnage tfoot td div {
	height: 100%;
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px;
	background-repeat: repeat-x;
	background-position: center;
	filter: alpha(opacity=35);
}

#Personnage tfoot td div.V {
	background-image: url(ve_V.png);
}

#Personnage tfoot td div.D {
	background-image: url(ve_D.png);
}
#Personnage tfoot td div.A {
	background-image: url(ve_A.png);
}
#Personnage tfoot td div.E {
	background-image: url(ve_E.png);
}

/* ****************************************************************************
/*                        STYLE POUR LA GRILLE DE VISION                      *
/* ****************************************************************************/

table#Vision {
	width: auto;
	/*margin-left: auto;
	margin-right: auto;*/
	float: none;
	position: relative;
	text-align: center;
}

table#Vision thead tr {
	background-image: url(visions/humains/v_FN.png);
	background-color: transparent;
	border-style: none;
	height: 12px;
	padding: 0px;
}

table#Vision tfoot tr {
	background-image: url(visions/humains/v_FS.png);
	background-color: transparent;
	border-style: none;
	height: 12px;
	padding: 0px;
}

table#Vision thead td {
	background-color: transparent;
	border-style: none;
	padding: 0px;
}

table#Vision thead td.O {
	width:10px;
	background-image: url(visions/humains/v_NO.png);
}

table#Vision thead td.E {
	width:10px;
	background-image: url(visions/humains/v_NE.png);
}

table#Vision thead td.Fleche {
	background-image: url(visions/humains/v_N.png);
	background-position: center;
	background-repeat: no-repeat;
}

table#Vision tfoot td.O {
	width:10px;
	background-image: url(visions/humains/v_SO.png);
}

table#Vision tfoot td.E {
	width:10px;
	background-image: url(visions/humains/v_SE.png);
}

table#Vision tfoot td.Fleche {
	background-image: url(visions/humains/v_S.png);
	background-position: center;
	background-repeat: no-repeat;
}

table#Vision tfoot td {
	background-color: transparent;
	border-style: none;
	padding: 0px;
}


table#Vision tbody td {
	width: 40px;
	height: 40px;
	padding: 0px;
	border-style: none;
	background-image: url(visions/humains/case.png);
	background-repeat: no-repeat;
}

table#Vision tbody td div {
	width: 40px;
	height: 40px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: center;
	border-style: none;
}

table#Vision tbody th {
	padding: 0px;
}


table#Vision tbody th.O {
	background-color: transparent;
	border-style: none;
	width: 10px;
}

table#Vision tbody th.E {
	background-color: transparent;
	border-style: none;
	width: 10px;
}

table#Vision tbody th.FlecheO {
	background-image: url(visions/humains/v_O.png);
	background-position: center left;
	background-repeat: no-repeat;
}

table#Vision tbody th.FlecheE {
	background-image: url(visions/humains/v_E.png);
	background-position: center left;
	background-repeat: no-repeat;
}

table#Vision col.O {
	background-image: url(visions/humains/v_FO.png);
}

table#Vision col.E {
	background-image: url(visions/humains/v_FE.png);
}

table#Vision tbody div.NO {
	background-image: url(visions/humains/d_NO.png);
	cursor: pointer;
}
table#Vision tbody div.N {
	background-image: url(visions/humains/d_N.png);
	cursor: pointer;
}
table#Vision tbody div.NE {
	background-image: url(visions/humains/d_NE.png);
	cursor: pointer;
}
table#Vision tbody div.O {
	background-image: url(visions/humains/d_O.png);
	cursor: pointer;
}
table#Vision tbody div.E {
	background-image: url(visions/humains/d_E.png);
	cursor: pointer;
}
table#Vision tbody div.SO {
	background-image: url(visions/humains/d_SO.png);
	cursor: pointer;
}
table#Vision tbody div.S {
	background-image: url(visions/humains/d_S.png);
	cursor: pointer;
}
table#Vision tbody div.SE {
	background-image: url(visions/humains/d_SE.png);
	cursor: pointer;
}

/* ****************************************************************************
/*                        STYLE POUR LE MENU CONTEXTUEL                       *
/* ****************************************************************************/
.menuclickdroit {
	z-index:80;
	position:absolute;
	visibility:hidden;
	width:150px;
	font-size:10px;
	font-family:tahoma, serif;
	color:#dddddd;
	text-align:left;
	border: 1px double #003843;
	padding: 2px;
	padding-left: 20px;
	background-image: url('bg.png');
}

.MenuBis {
	background-image:url(icones/puce.gif);
	background-position:135px 3px;
	background-repeat:no-repeat;
	padding:0 2px;
	cursor:pointer;
}

.menuitems {
	padding:0 2px;
	cursor:pointer;
	background : transparent;
}


/* ****************************************************************************
/*                        STYLE POUR LA PAGE PARAMETRAGE                      *
/* ****************************************************************************/

table.Liste tbody tr:hover {
	background-color: #111111;
}

table.Liste tbody tr:focus {
	background-color: #111111;
}

table col.Alternate {
	background-color: #222222;
}

/* ****************************************************************************
/*                        STYLE POUR LA PAGE INFORMATION ARMEMENT             *
/* ****************************************************************************/
div.Main fieldset.InfoArme, div#Gauche fieldset.InfoArme {
	padding: 10px;
	border-style: double;
	border-width: 1px;
	border-color: #003843;"
}

div.Main fieldset.InfoArme p.Titre, div#Gauche fieldset.InfoArme p.Titre {
	font-size: 11px;
	font-weight: normal;
	text-decoration: underline;
}

div.Main fieldset.InfoArme legend, div#Gauche fieldset.InfoArme legend {
	padding-left: 15px;
	padding-right: 15px;
}

div.Main fieldset.InfoArme table, div#Gauche fieldset.InfoArme table {
	width: 100%;
	border-style: none;
	border-width: 0px;
	border-color: none;
}

div.Main fieldset.InfoArme table td, div#Gauche fieldset.InfoArme table td {
	border-style: none;
	border-width: 0px;
	border-color: none;
}

div.Main fieldset.InfoArme table td.Texte, div#Gauche fieldset.InfoArme table td.Texte, .Texte {
	text-align: justify;
}

div.Main fieldset.InfoArme table td.FicheTechnique ,div#Gauche fieldset.InfoArme table td.FicheTechnique {
	width: 250px;
	border-style: solid;
	border-width: 1px;
	background-image: url(bg_fiche_technique.png);
	vertical-align: top;
}

/* ****************************************************************************
/*                        STYLE POUR RECAPTCHA                                *
/* ****************************************************************************/


#recaptcha_area {
	margin-left: auto;
	margin-right: auto;
}

#recaptcha_area * {
	border-style: none;
	background-color: transparent;
	padding: 0px;
	text-align: left;
}

/* ****************************************************************************
/*                        STYLE POUR LA POPUP D'EVENEMENTS                    *
/* ****************************************************************************/
div#popupHost {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	z-index: 50;
}

div#popupHost p.Close {
	margin: 0px;
	text-align: right;
}

div#popupHost p.Close img {
	cursor: pointer;
}

div#eventPopup {
	width: 300px;
	min-width: 300px;
	background-color: #003843;
	margin-top: 40px;
	padding: 10px;
}

div#eventPopup table {
	z-index: 50;
	width: 300px;
}