/* --- Recherche Natinf MC */
.natinfBloc
{
	width: 100%;
	border-spacing: 2px;
	border-collapse:separate;
}
.natinfExplicationDiv
{
	height: 90px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
    border:1px solid black;
}
.natinfPvDiv
{
	height: 100px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#EEEEEE;
    border:1px solid black;
}
.natinfDiv
{
	height: 150px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	background-color:#EEEEEE;
    border:1px solid black;
}
.natinfTable
{
	width: 100%;
	border-spacing: 2px;
	border-collapse: separate;
	font-size: 11px;
}
.natinfTable tr:hover
{
	background-color: #CBE4F5;
}
.natinfTable th 
{
	background-color: #FFFFFF;
	border-bottom: 1px solid #000000;
	white-space: nowrap;
	font-weight: bold;
}
.natinfTable th :hover
{
	background-color: #FFFFFF;
	font-style: italic;
}
.natinfTableTdIcon
{
    width:17px;
	vertical-align:top;
} 
.natinfTableTdCode 
{
 	width:120px;
	text-align:center;
	vertical-align:top;
}
.natinfTableTdTexte
{
 	width:100%;
	text-align:left;
	vertical-align:top;
}

.natinfBtEnvoieContainer
{
	clear:both;
	width:100%;
}
.natinfBtEnvoie
{
    float:left;
}
.natinfResumeListe
{
	font-size:9px;
	text-align:right;
	padding-top:5px;
}

.natinfTitre
{
	font-weight: bold;
}

.natinfTitrePrincipal
{
	font-weight: bold;
	background: #FFFFFF;
	margin-left: 35px;
	padding-right: 10px;
	padding-left: 10px;
}