/*-------------------------------
-----------GENERAL-----------
--------------------------------*/
a:link
{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
a:active
{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}
img.avatar
{
	border: 1px black solid;
	height: 100px;
	width: 100px;
	-moz-box-shadow: 0 0 4px #000000;
	box-shadow:0 0 4px #000000;
	-webkit-box-shadow: 0 0 4px #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
img.petitavatar
{
	border: 1px black solid;
	width:50px;
	height:50px;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow:0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
img.miniavatar
{
	width:40px;
	height:40px;
	-moz-box-shadow: 0 0 3px #000000;
	box-shadow:0 0 3px #000000;
	-webkit-box-shadow: 0 0 3px #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
body
{
	background-color: #004080;
	font-size: 10px;
	color: #FFFFFF;
	font-family: "Georgia", serif;
	margin : auto;
	text-align: center;
}
img
{
	border : 0px;
}
q
{
	font-size:13px;
	font-family: "Verdana", serif;
}

td
{
	font-size:13px;
	font-family: "Georgia", serif;
}
p
{
	color: #FFFFFF;
	font-family: "Georgia", serif;
	font-size: 15px;
	margin: 5px;
	text-align: center;
}
h3
{
	color: #FFFFFF;
	font-family: "Georgia", serif;
	font-size: 15px;
	font-weight: bold;
	margin: 2px;
}
h2
{
	color: #FFFFFF;
	font-family: "Georgia", serif;
	font-size: 20px;
	font-weight: bold;
	margin: 3px;
}
/*Formulaires : */
input
{
	font-size: 13px;
	font-family: "Georgia",serif;
}

textarea
{
	font-size: 13px;
	font-family: "Georgia",serif;
}

select
{
	font-size: 13px;
	font-family: "Georgia",serif;
}
fieldset
{
	font-size: 13px;
	font-family: "Georgia",serif;
	text-align: left;
	margin: 1px;
	padding: 3px;
}
legend
{
	font-size: 13px;
	font-variant: small-caps;
	font-family: "Georgia",serif;
	background-color: #FFFFFF;
	color: #000000;
}
label
{
	font-size: 12px;
	font-variant: small-caps;
	font-family: "Georgia",serif;
}
ul
{
	text-align: left;
	list-style-type : circle;
}
li
{
	color: #FFFFFF;
	font-family: "Georgia", serif;
	font-size: 13px;
	margin: 5px;
}
table
{
	margin: auto;
	text-align: center;
	background-color: #97B4FC;
	width: 550px;
	overflow:scroll;
}
.commentaire
{
	overflow: auto;
	width: 600px;
}

/*--------------------------------
----------FORMATS-----------
--------------------------------*/
.textfield
{
	background-color: #97B4FC;
}
td.bordure_haut
{
	background-color: #CCDDF9;
}
tr.separateur
{
	background-color: #004080;
}
ul.themes
{
	text-align: left;
	list-style-type: none;
	list-style-image: url("../images/coeur.gif");
}
p.question
{
	text-align: center;
	background-color: #000000;
}
p.reponse
{
	text-align: left;
}
.action /*Actions des personnages - italique*/
{
	font-style: italic;
	font-family: "Verdana", serif;
}
.interlocuteur
{
	font-weight: bold;
}

table.tab_magie td
{
	border: 1px black solid;
	margin: 0px;
	padding: 0px;
	width: auto;
}

