body 				{
	background-color: black;
}
table				{
	background: url(img/sfondo1.gif);
}
td.soustitre		{
	font-family:Comic Sans MS, arial;
	font-size:15px;
	color: White;
	font-weight : bold;
}
td.texte 			{
	font-family: Comic Sans MS, arial;
	font-size: 14px;
	color: yellow;
}
a:hover.texte		{
	font-family:Comic Sans MS, arial;
	font-size:15px;
	color: orange;
	text-decoration:none;
	font-weight : bold;
}
a.bouton 			{
	font-family:Comic Sans MS, arial;
	font-size:14px;
	color: orange;
	padding:0px;
	spacing:0px;
	text-decoration:none;
	position:relative;
	font-weight : bold;
}
a:hover.bouton 		{
	font-family:Comic Sans MS, arial;
	font-size:14px;
	color: #FF7214;
	
	border:0px outset black;
	text-decoration:none;
	font-weight : bold;
}
a.mail 				{font-family:Comic Sans MS, arial; font-size:10px; color:#FAA218;  text-decoration:none}
a:hover.mail 		{font-family:Comic Sans MS, arial; font-size:10px; color:red; text-decoration:underline}
#showimage			{font-family: Comic Sans MS, arial; font-size: 13px; color: orange; position: absolute; visibility: hidden; border: 1px solid black}
#dragbar			{cursor: hand; cursor: pointer; background-color: #4D5699; min-width: 100px}
#dragbar #closetext {margin-left: 0px}

fieldset{
	border : 1px solid #40FFFF;
	padding-bottom : 10px;
	padding-left : 10px;
}
legend  {font-family: Comic Sans MS, arial; 
		font-size: 14px; 
		color: #ffffff; 
		font-weight: bold; }
		
img.rest {
	vertical-align : middle;
	border : 3px groove yellow;
	margin-bottom : 10px;
}