* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4C5157;
}

a {
	color: #163D88;
	text-decoration: none;
/*	text-decoration: blink;
	background-color: Fuchsia;*/
}

a.link_a {
	color: #163D88;
/*	background-color: Fuchsia;*/
	font-weight: bold;
	font-style: italic;
}

a.link_a:hover {
	text-decoration: underline;
	color: #007CC2;
}

a.link_m {
	color: #007CC2; /*	background-color: Fuchsia;*/
	font-style: italic;
}

a.link_m:hover {
	text-decoration: underline;
	color: #007CC2;
}

a.link_p {
	color: #007CC2; /*	background-color: Fuchsia;*/
/*	font-style: italic;*/
	font-size: 11px;
}

a.link_p:hover {
	text-decoration: underline;
	color: #007CC2;
}

a.menu {
	margin-left: 15px; 
	text-align: left; 
	font-size: 13px; 
	color: #FFFFFF; 
	text-decoration: none; 
	font-weight: bold; 
}

a.menu:hover {
	color: #A6BFE2;
}

a.first {
	text-align: center;
	font-size: 17px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bolder;
}

a.first:hover {
	color: #A6BFE2;
}

select {
	width: 100px; 
	color: #FFFFFF; 
	font-size: 10px; 
	background-color: #163D88;
}

option {
	width: 100px; 
	color: #FFFFFF; 
	font-size: 10px; 
	background-color: #163D88;
}

.main
{
	color: #4C5157;
	text-align: left;
	margin-top: 36px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}

img {
	border:none;
}

ul
{
	list-style-image: url('../img/trg.png');
	margin-left:10px;
	marker-offset: 5px;
	list-style-position: outside;
	padding-left: 10px;
}

ul.ul2
{
	list-style-image: url('../img/dot.png');
	margin-left: 10px;
	marker-offset: 5px;
	list-style-position: outside;
	padding-left: 10px;
}

.header
{
	left:130px; 
	top:70px; 
	position:absolute;
	color: #FFFFFF;
	font-size: 17px;
	text-align: left;
	font-weight: bolder;
	width: 480px;
}

.footer
{
	left: 190px;
	top: 30px;
	width: 500px;
	color: #163D88;
	font-size: 9px;
	text-align: left;
	vertical-align: middle;
	font-weight: bolder;
	position: absolute;
}

table.spip {
       background-color: #D7E2F4;
}

table.spip tr.row_first {
        background-color: #163D88;
}

table.spip tr.row_first strong {
        color: #FFFFFF;
}

table.spip tr.row_odd {
        background-color: #A7BFE3;
}

table.spip tr.row_even {
        background-color: #A7BFE3;
}

table.spip td {
	margin: 1px;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}

table.spip td a {
	color: #163D88;
	text-decoration: none;
}

table.spip td a:hover {
	color: #163D88;
	text-decoration: underline;
}

.titlepage {
	color: #163D88;
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}

strong {
	color: #163D88;
}

table.tbl {
	border: 1px;
	text-align: center;
}

tr.tbl_1 {
	font-weight: bold;
	vertical-align: middle;
	background-color: #163D88;
	color: #FFFFFF;
	padding: 5px;
	height: 30px;
}

tr.tbl_out {
	background-color: #A7BFE3;
	padding: 5px;
}

tr.tbl_in {
	background-color: #FFFFFF;
	padding: 10px 10px 10px 10px;
	padding-bottom: 20px;
	padding: 5px;
}

td.title
{
	text-align: left;
	padding: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

td.tit
{
	color: #FFFFFF;
}