﻿.TableauRecherche
{
    border-width:1px; 
    Border-Color:red;
    background-color:White; 
    font-family:Arial;
    Font-Size:Smaller;
    }

/*==========================================*/

.FondEnteteTableau
{
	height: 18px;
	border-color:#43485A; 
	background-color:#43485A;
	text-transform: none;
	text-decoration:none;
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	text-align:center;
	Vertical-Align:Middle;
}

.FondEnteteTableau A
{
	text-transform: none;
	text-decoration:none;
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	text-align:center;
	Vertical-Align:Middle;
}

/*==========================================*/

.LigneTableau
{
    background-color: #F5F5F5;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneTableau A
{
    text-decoration:none;
    background-color: #EEEEEE;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneTableau A:hover
{
    text-decoration: underline;
    background-color: #EEEEEE;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

/*==========================================*/

.LigneTableauAlternative
{
    background-color: #FAFAFA;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneTableauAlternative A
{
    text-decoration:none;
    background-color: #F5F5F5;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneTableauAlternative A:hover
{
    text-decoration: underline;
    background-color: #F5F5F5;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

/*==========================================*/

.LigneSelectionneeTableau
{
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
	outline-color: #074194;	
}

.LigneSelectionneeTableau A
{
    text-decoration:none;
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight:normal;
}

.LigneSelectionneeTableau A:hover
{
    text-decoration: underline;
    background-color: #aeaeae;
	font-size: 8pt;
	text-transform: none;
	color: black;
	font-family: Arial;
	font-weight: bold;
}

/*==========================================*/

.FondPiedTableau
{
	background-color:#DBDFEE;
	color: black;
}

/*==========================================*/

.TableauStylePage
{
    text-decoration: underline;
    text-align:center;
	text-transform: none;
    color:white;
	background-color:#adb7da;
	font-family: Arial;
	font-weight:bold;
	font-size: 11pt;
}

/*==========================================*/

.TexteEnteteTableauBleue
{
	text-transform: none;
	color: White;
	font-family: Arial;
	font-weight: bold;
	font-size: 8pt;
	background-color: transparent;
	height: 18px;
}