@charset "utf-8";
/* CSS Document */
html, body{
	height: 100%;
	margin:0;
	background:url(../images/enLigne/fond.png);
}
/**/
div#tout{
	min-height: 100%;
	margin:auto;
	width:900px;

}
/**/
div#tete{
	background:url(../images/pandaman/tete.png) no-repeat;
	height: 100px;
	top:0;
}
	div#tete img{
		float:right;
		padding-top:1px;
	}	
	div#tete a {
		padding-top:1px;
		float:left;
	}
	div#tete h1, h2{
		margin-left:auto;
		margin-right:auto;
		padding-top:32px;
		text-align:center;
		background: url(../images/pandaman/titre_affiche.png) no-repeat;
		width:460px;
		height:80px;
		color:#362F07;
		letter-spacing: 1px;
		font-variant: small-caps;
		font-size:1.6em;
	}
a#retour{
	background: url(../images/pandaman/bouton_tete.png) top left no-repeat;
	width:200px;
	height:94px;
	text-align:center;
	text-decoration: none;
}
a#retour b{
	display:block;
    font-variant: small-caps;
    font-size: 0.85em;
	margin-top:40px;
    letter-spacing: 1px;
	color: #FFCC66;
}
a#retour:hover{
	background: url(../images/pandaman/bouton_tete.png) top right no-repeat;
}
a#retour:active{
	background: url(../images/pandaman/bouton_tete.png) bottom left no-repeat;
}
table{
	margin:0;
	margin-top:50px;
}
th{
	background-color: #009900;
	padding: 2px 2px 2px 2px;
	border:1px solid #003300;

}
th#titreAvatar{
	width:40px;
}
td{
	background-color: #FBFEFA;
	text-align:center;
	padding-bottom:0px;
}
td img{
	border:2px solid black;
}
.titre{
	background-color: #D358FC;
}
hr{
	clear:both;
}
.rouge{color:#990000;}
