h3 {
	font-size: 13px;
	color: #FFFFFF;

}

h4
{
	font-size: 11px;
	line-height: 18px;
	color: #333333;	
}

h5{
	margin: 20px 0 0 0;
	font-size: 11px;
	font-weight: bold;
}

p {
	font-size: 11px;
	color: #333333;
	line-height: 18px;
	text-align: justify;
}



a:link {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}


a:visited {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}


a:hover {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	/*color: #005288;*/
	/*background-color: #424f15;*/
        background-color: #005288;
	text-decoration: none;
	padding: 3px;
}



a:active {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
	padding: 3px;
}

a.link-acc:link {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}
a.link-acc:visited {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}

a.link-acc:hover {
	text-decoration: none;
	padding: 0px;
	color: #005288;
}

a.link-acc:active {
	text-decoration: none;
	color: #000000;
	background-color: transparent;
	padding: 0px;
	text-transform: none;
}


.micetype {
	font-size: 9px;
	font-weight: normal;	
}
.blue {
	color: #005288;
}
.big-blue {
	text-transform: uppercase;
	color: #005288;
}

.notbold {
	font-weight: normal;
}

.li-liste {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	list-style-type: square;
	list-style-position: inside;
	
}

.li-liste p{
        display: inline;
}

.li-numero {
	font-size: 11px;
	color: #333333;
	line-height: 16px;
	list-style-type: decimal;
	list-style-position: outside;
}


.ligne {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	height: 40px;
	margin-top: 20px;
}

.dyn-box1 {
	font-size: 11px;
	color: #cbcbcb;
	background-color: #000000;
	border: 2px solid #5d5c3d;
	padding: 6px;
	width: 177px;
}
.news-copy {
	font-size: 11px;
	color: #999;	
}



/* TABLE */

.table_jay{
	margin: 25px 0 0 0;
	padding: 0;
	font-size: 11px;
	color: #333333;
}

.table_jay thead th{
	text-align: center;
	background-color: #005288;
	color: #FFF;
	padding: 5px;
}

.table_jay tbody th{
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

.table_jay tbody th.label_table{
	background-color: #2F2F2F;
	color: #FFF;
}

.table_jay tbody td{
	text-align: right;
	padding: 5px;
	border-bottom: 1px solid #CCC;
}

	
