/*** ELEMENTS DE BASE HTML ***/

BODY	{
	font-family: verdana;
	color: #333333;
	font-weight: normal;
	font-size: 10px;
	background: #FFFFFF;
	/*background-image: url('../pics/background.gif');*/
	}

ul {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	margin-right: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
}

li {
	font-family: verdana;
	line-height: 12px;

	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;

	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;

	list-style-image : url(../pics/icns_fl1.gif);
	list-style-position: outside;
}


.news {
	font-family: verdana;
	font-size: 10px;
	color: #FFFFFF;
}

div.showHTML {border-style:solid; border-width:1px; border-color:#D3E7F4; background-color:#FFFFFF; color:#000000; padding:6px;}

div.news {border-style:solid; border-width:1px; border-color:#D3E7F4; background-color:#FFFFFF; color:#000000; padding:6px;}
a:hover.news {font-family: verdana; font-size: 10px; color: #ffffff; text-decoration: underline;}
a:link.news {font-family: verdana; font-size: 10px; color: #ffffff; text-decoration: none;}
a:visited.news {font-family: verdana; font-size: 10px; color: #ffffff; text-decoration: none;}


a.type1					{font-family: verdana; line-height: 12px;	font-size: 10px; color: #333333; text-decoration: none; }
a:hover.type1		{font-family: verdana; line-height: 12px;	font-size: 10px; color: #444444; text-decoration: underline; }

a.type2					{font-family: verdana; line-height: 12px;	font-size: 10px; color: #999999; text-decoration: none; }
a:hover.type2		{font-family: verdana; line-height: 12px;	font-size: 10px; color: #444444; text-decoration: underline; }

a.news_link				{font-family: verdana; line-height: 12px;	font-size: 10px; color: #666666; font-weight: bold; text-decoration: underline; }
a:hover.news_link	{font-family: verdana; line-height: 12px;	font-size: 10px; color: #444444; font-weight: bold; text-decoration: underline; }

.type2					{font-family: verdana; line-height: 12px;	font-size: 10px; color: #999999; text-decoration: none; }

INPUT, TEXTAREA, SELECT	{
	font-family: verdana;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	border: 1px solid #666666;
	background: #e9e9e9;
	padding: 1px;
	margin-bottom: 3px;
	}


/*** TABLES ***/

TABLE	{
	font-family: verdana;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	}

TD	{
	font-family: verdana;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	}

.table_home {
	height: 100%;
	font-family: verdana;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	}

.table_fit {
	height: 100%;
	font-family: verdana;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	font-weight: normal;
	}

/*** TEXTES ***/

.text_barre {
	font-family: verdana;
	line-height: 12px;
	font-size: 10px;
	color: #333333;
	padding-top: 2px;
	}

.star { color: #FF0000;}

.error {  text-decoration: blink; font-weight: bold; color: #FF0000; background-color:#EFEFEF; border-width:2; border-style:solid; border-color:#FF0000; padding:5;}

fieldset	{ border: 1px solid #aaccff; margin-bottom: 1em; background-color: #ffffff; padding: 0.5em; }
legend			{ font-weight: bold; color: #000080; }

.ok		{ border: 2px solid #00ff00; background-color: #eeeeee; padding: 1em; }
.no		{ border: 2px solid #ff0000; background-color: #eeeeee; padding: 1em; }
