td
{
	font-family: Arial;
	color: white;
	font-size: 11pt;
}

body
{
	background: #9E9E9E;
	font-family: Arial;
	font-size: 11pt;
	color: white;
}

a
{	
	text-decoration: none;
	font-family: Arial;
	color: white;
	font-size: 11pt;
}

a:link
{
	text-decoration: none;
	font-family: Arial;
	color: white;
	font-size: 11pt;
}

a:visited
{
	text-decoration: none;
	font-family: Arial;
	color: none;
	font-size: 11pt;
}

a:active
{
	text-decoration: none;
	font-family: Arial;
	color: white;
	font-size: 11pt;
}

form:submit
{
	background: #9E9E9E;
	font-family: Arial;
	color: white;
	font-size: 11pt;
}

a:hover 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #F9BAE7;
}

input:submit 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #F9BAE7;
}

onsubmit 
{
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #F9BAE7;
}

div#bandeau 
{
	background-color:#9E9E9E;
	font-size: 16pt;
	overflow:auto;
}

div#contenu 
{
	width:600px;
	height:400px;
	background-color:#FFCC00;
}

div#marron {
	background-color:#68510d;
}

div#resultat {
	background-color:#FFFFFF;
	font-size: 16pt;
	font-family: Arial;
	color: #000000;
	overflow:auto;
}

div#rose {
	background-color:#FFFFFF;
	font-size: 16pt;
	font-family: Arial;
	color: #555555;
}

div#scroll {background-color:#ccc;
		padding:2px; /* ˇquivalent cellpadding */
		width:200px;
		overflow:auto; /* si ¨a dˇpasse on affiche la scrollbar */ 
}

