@charset "UTF-8";
/* CSS Document */





.bottom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #666;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
	text-align: center;
}


.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
	text-align: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
}

.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #000;
	text-decoration: none;
	font-style: bold;
	font-weight: lighter;
}

a.title-s:link
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#000000;
	text-decoration:none;
}

a.title-s:visited
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	color:#333333;
	text-decoration:none;
}

.title-s,
a.title-s:hover
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	/*color:#423A33;*/
   color:#FF0000;
	text-decoration:none;
}

a.title-s:active
{
	font-family:"Swiss 721 Extended BT";
	font-size:small;
	color:#000000;
	text-decoration:none;
}

#hor-minimalist-b
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: small;
	background: #fff;
	width: 730px;
	border-collapse: collapse;
	text-align: left;
}
#hor-minimalist-b th
{
	font-size: small;
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 1px solid #000;
}
#hor-minimalist-b td
{
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td
{
	color: #000;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

