/*
	Feuille de style, jeu AN Pendu
	http://roffet.com/jeux/pendu/
*/


/*	Styles généraux */
body.pendu-body {
	background-color: #FFCC66;
	margin: 0px 0px 0px 0px;
	color: black;
}
body.pendu-body a {
	color: black;
	text-decoration: none;
}
body.pendu-body a:hover {
	text-decoration: underline;
}
body.pendu-body img {
	border-width: 0px;
	vertical-align: bottom;
}



/*	Table principale */

table.pendu-tableprincipale {
	border: none;
	width: 100%;
}
td.pendu-logo {
	width: 66px;
}
td.pendu-titre {
	text-align: center; 
	font-size: 250%;
	font-weight: bold;
}
td.pendu-stats {
	width: 385px;
	text-align: left;
	font-size: 115%;
}
td.pendu-about {
	width: 180px;
	text-align: right;
	font-size: 10px;
	font-style: italic;
}
p.pendu-bienvenue {
	text-align: center;
	font-size: 180%;
	font-style: italic;
}



/*	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: lightgreen;
	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;
}
*/



/*	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;
}
*/

