/*
	Feuille de style, jeu AN Bataille Navale
	http://roffet.com/jeux/bataille-navale/
*/


/*	Styles généraux */
body.bn-body {
	background-color: #5511ff;
	margin: 0px 0px 0px 0px;
	color: white;
}
body.bn-body a {
	color: white;
	text-decoration: none;
}
body.bn-body a:hover {
	text-decoration: underline;
}



/*	Table principale */

table.bn-tableprincipale {
	border-width: 0px;
	width: 100%;
}
td.bn-logo {
	width: 66px;
}
td.bn-titre {
	text-align: center; 
	font-size: 250%;
	font-weight: bold;
}
td.bn-about {
	width: 180px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
p.bn-bienvenue {
	text-align: center;
	font-size: 180%;
	font-style: italic;
}
div.bn-logo-and-about {
	position: absolute;
	text-align: right;
	font-size: 10px;
	font-style: italic;
	right: 35px;
	top: 35px;
	background-color: white;
	padding: 5px;
	border: 4px groove blue;
}



/*	Boîtes de dialogue */

div.bn-dlg {
	float: right;
	width: 50%;
}

td.bn-dlg-titre {
	color: white;
	background-color: #221199;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td.bn-dlg-titre-err {
	background-color: #991122;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

td.bn-dlg-message {
	background-color: white;
	color: #221199;
}

p.bn-dlg-bouton {
	text-align: right;
}



/*	Plateau de jeu */

td.bn-pdj {
	width: 50%;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

td.bn-pdj-fond-white {
	background-color: white;
	color: #221199;
}
td.bn-pdj-fond-white a {
	color: #221199;
}

td.bn-pdj-fond-blue {
	background-color: blue;
	color: white;
}
td.bn-pdj-fond-blue a {
	color: white;
}

td.bn-pdj-fond-lightgreen {
	background-color: #90ee90;
	color: black;
}
td.bn-pdj-fond-lightgreen a {
	color: black;
}

td.bn-pdj-fond-red {
	background-color: red;
	color: white;
}
td.bn-pdj-fond-red a {
	color: white;
}



/* 	Grille de jeu */

table.bn-grille {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border-collapse: collapse;
}

table.bn-grille th, table.bn-grille td {
	text-align: center;
	border: thin solid;
	vertical-align: middle;
	height: 24px;
	width: 24px;
	padding: 0;
	margin: 0;
}

table.bn-grille img {
	border-width: 0px;
	vertical-align: bottom;
}



/*	Divers styles de messages */

p.bn-petit-msg {
	font-size: 75%;
	text-align: left;
	padding-bottom: 10px;
}

ul.bn-petit-msg li {
	font-size: 72%;
	text-align: left;
}

p.bn-gros-msg-lightgreen {
	font-size: 270%;
	font-weight: bold;
	color: red;
}

p.bn-gros-msg-red {
	font-size: 270%;
	font-weight: bold;
	color: white;
}
