/* CSS Document */

a {color: #000000; text-decoration:none ;}

a:hover {color:#C70202; text-decoration:none;}

h1 { color:#000000; font-size:15px; font-family:verdana; font-weight:bold; }
h2 { color:#000000; font-size:13px; font-family:verdana; font-weight:normal; }
BIG { color:#111111; font-size:13px; font-family:verdana; font-weight:normal; }

.REDLINK {color: #ff0000; text-decoration:none ;}
.TITRE { color:#000000; font-size:10px; font-family:verdana; font-weight:bold; text-decoration:none;}
.TITREBLANC { color:#ffffff; font-size:10px; font-family:verdana; font-weight:bold; }
.SOUSTITRE { color:#000000; font-size:11px; font-family:verdana; font-weight:normal; }
.TEXT { color:#000000; font-size:10px; font-family:verdana; font-weight:normal; }
.TEXTPT { color:#000000; font-size:8px; font-family:verdana; font-weight:normal; }
.BIGTEXT { color:#000000; font-size:12px; font-family:verdana; font-weight:normal; }
.TEXTBLANC { color:#ffffff; font-size:10px; font-family:verdana; font-weight:normal; }

#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 2px;
	width: 360;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #b9c9fe url('images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}