/* CSS Document*/
body  {
	background-color : White;
	margin : 0 0 0 0;
	font-family : Verdana;
	font-size : small;
}

#main  {
	margin : 30px 30px 0 30px;
	font-family : Verdana;
	font-size : small;
}

#hautgauche {
	position: relative;
	left:10px;
	width:495px;

	font-family : Verdana;
	font-size : small;
}

 #hautdroit {
	position: absolute;
	left:515px;
	width:495px;

	font-family : Verdana;
	font-size : small;
}

#joueur {
	font-family : Verdana;
	font-size : small;
	text-align: left;
	background-color: #efE7E6;
} 

#backcell {
	background-color: #efE7E6;
} 

#footer {
	position: fixed;
	font-family : Verdana;
	font-size : xx-small;
	text-align: center;

} 

#description {
	font-family : Verdana;
	font-size : xx-small;
	text-align: left;
	background-color: #ffffff;

} 

#marge {
	padding-left: 1em;
} 

p  {
	font-size : x-small;
	font-family : Verdana;
}

table  {
	font-size : x-small;
	font-family : Verdana;
}

.entete  {
	font-size : x-small;
	font-family : Verdana;
	font-weight : bold;
	margin-top : 15;
	margin-bottom : 0;
}


h5  {
	font-size : x-small;
	font-family : Verdana;
	font-weight: bold;
}

h4  {
	font-size : small;
	font-family : Verdana;
	font-weight: bold;
	background-color: #DEd6e3;
}

h3  {
	font-family : Verdana;
	font-size : medium;
	width : 50%;
	margin : 0 0 -5px 0;
	padding : 0 0 0 0;
	color : black;
	font-weight: bold;
}





