/*
VisuTMD.css
---------

Par JMPoux pour le site VisuTMD3
Fichier cree le 22/03/2008
*/

form, h1
	{ 
		text-align:center;
	}
body
	{ 
		font-family:Verdana;
		font-size:0.8em;
	}
bulle
	{ 
		font-family:Verdana;
		font-size:0.5em;
	}
legend
	{
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: solid;
		border-right-style: solid;
		border-bottom-style: solid;
		border-left-style: solid;
		border-top-color: -moz-use-text-color;
		border-right-color: -moz-use-text-color;
		border-bottom-color: -moz-use-text-color;
		border-left-color: -moz-use-text-color;
	}