/**********************************************************
	Style appliqué à l'ensemble du site
	Contient essentiellement de styles s'appliquant directement
	sur des balises HTML.
**********************************************************/
body
{
	font-size:11px;
	font-family:Tahoma,Arial;
	color:#000000;
	background-color:#ffffff;
	padding:0px;
	margin:0px;
}

a:active, a:link, a:visited
{
	font-family:Tahoma,Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}

a:hover
{
	font-family:Tahoma,Arial;
	font-size:11px;
	color:#000000;
	text-decoration:underline;
}

table
{
	font-family:Tahoma,Arial;
	font-size:11px;
	color:#000000;
}

/**********************************************************
	Style appliqué aux images.
	La Classe trans correspond à Transparence, c'est un hack 
	appliqué à Ie 5 et > pour gérer la transparence des png.
	Celle ci est géré en "natif" par IE7
**********************************************************/
img
{
	border:0px;
}

img.trans
{
	behavior: url(css/iepngfix.htc);
}
