/* Attributs par défaut */

body, select, textarea, input
{
	font-family:verdana,geneva,helvetica,arial;
	font-size:12px;
	color:#333399;
	font-weight:normal;
}

A:link
{
	color: #333399;
	text-decoration: none;
}
A:visited
{
	color: #333399;
	text-decoration: none;
}
A:active
{
	color: #333399;
	text-decoration: none;
}
A:hover
{
	text-decoration: underline;
}

ul
{
	list-style-type:square;
}

pre
{
	font-family:verdana,geneva,helvetica,arial;
	font-size:11px;
	color:#5E5E29;
}

h1
{
	font-size:16px;
	color:#333399;
	font-weight:bold;
}

tr
{
	font-family:verdana,geneva,helvetica,arial;
	font-size:12px;
}

select, textarea, input
{ 
	color: #888888;
	border-style: solid;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	background-color: #FFFFFF;
	border-color : #888888;
}

input.checkbox
{ 
	color: #5E5E29;
	border-top-width: 1px; 
	border-right-width: 1px; 
	border-bottom-width: 1px; 
	border-left-width: 1px;
	border-style: none;
	/*background-color: transparent;*/
}

/* Spéciaux */

span.colore
{
	color:#CC0000;
	font-weight:bold;
}

p.titre
{
	color:#FFCC99;
	font-weight:bold;
	font-size:14px;
}

input.checkbox
{ 
	color: #000000;
	border-style: none;
}

tr.titre
{
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	background:#333399;
}

td.colore
{
	font-size:12px;
	color:#333399;
	font-weight:bold;
	background:#CCCCE6;
	align:right;
}