body
{
	background-color:#4b3012;
	font-family:Verdana, "Trebuchet MS", "Comic sans MS", serif;
	font-size:0.7em;
	text-align:justify;
	margin:auto;
	min-width:800px;
	width:auto;
}

#entete
{
	background-color:white;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:2px solid black;
	color:black;
	margin-left:165px;
	margin-right:165px;
	margin-top:65px;
	padding:15px;
	width:auto;
}

#page
{
	background-color:white;
	border-bottom:2px solid black;
	border-left:1px solid black;
	border-top:1px solid black;
	border-right:2px solid black;
	color:black;
	margin-bottom:10px;
	margin-left:165px;
	margin-right:165px;
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	width:auto;
}

#page .right
{
	text-align:right;
}

#analyseXiti
{
	text-align:center;
	margin-bottom:15px;
}

code
{
	display:block;
	border:1px dashed black;
	padding:5px;

	font-size:1.2em;
	width:80%;
	background-color:#eeeeee;
	
	margin-top:5px;
	margin-bottom:5px;
}

a img
{
	border:none;
}

td, th
{
	border:1px solid black;
	text-align:center;
}

table
{
	border-collapse:collapse;
}

.tbl_desc
{
	width:300px;
	text-align:left;
}

.tbl_classe, .tbl_noeud, .tbl_var
{
	width:100px;
}

a 
{
	color:black;
	text-decoration:underline;
}

a:hover
{
	color:red;
	text-decoration:underline;
}