/****************/
/* STYLE COMMUN */
/****************/

* 			{box-sizing:border-box; margin:0; padding:0; outline:none}
html	 	{font-size:10px}
body	 	{font-family:Arial, sans-serif; background-color:white; line-height:1.5rem}

/* header en px pour taille fixe */
.header 	{background:#161616; width:100%; padding:10px 10px 10px 10px}
.header h1	{font-family:Helvetica, Arial, sans-serif; font-size:48px; line-height:48px; font-weight:bold; color:white}
.header h1 a:link, h1 a:visited, h1 a:hover {text-decoration:none; color:#fff}

hr	 		{display:block; clear:both; border:0}

button		{background-color:#B80000; color:#FFF; padding:15px 20px; border:0px solid #B80000; border-radius:4px}

.center		{text-align:center}
.gras		{font-weight:bold}
.red		{color:#B80000}

/* Smarphone */
@media only screen and (max-width:1099px) {
	.header 	{padding:20px 10px 10px 10px}
	.header h1	{font-size:32px; line-height:32px}
}

/********/
/* MENU */
/********/

.header .menu {clear:none; float:right}

.header ul {position:relative; right:10px; top:-20px; list-style:none; overflow:visible}
.header li {float:left; padding:6px 12px;
			white-space:nowrap; font-size:15px; font-weight:bold}
.header li a, .header li {text-decoration:none; color:#AAA}
.header li a:hover, .header li:hover, .header li a.current, .header li.current {color:white}

ul.menu li {cursor:pointer}	/* liens javascript */

/**********/
/* ROMMEL */
/**********/

a:link, a:visited, a:hover {text-decoration:none; font-weight:bold; color:#B80000}

div#tab1, div#tab2	{font-size:1.4rem; line-height:3.2rem; padding:10px}
div#tab2 		{text-align:center}

table#artillerie  {border-collapse:collapse}
table#artillerie tr td	{width:20%; height:70px; text-align:center; margin:0px; padding:0px}
table#combat tr td		{width:33%; text-align:center}

img			{width:60px; height:60px}
.selected	{background-color:#B80000}
.dis		{padding:8px 19px 8px 19px; font-size:3.8rem; font-weight:bold}

div#tab2 input	{padding:5px 0; margin:5px; font-size:3rem; font-weight:bold; text-align:center}
div#tab2 i	{font-size:2.6rem}

#dice1, #dice2 	{font-size:2rem; line-height:3rem}
#result1, #result2 {color:#B80000; font-size:4rem;  line-height:6rem; font-weight:bold}

