/*================================================================
Structure de base d'une table de formulaire ou d'affichage
<table cellpadding="0" cellspacing="0" class="TableBleu" >
	<tr>
		<td class="TableBleu-Head-Titre" >Nom du tableu</td>
		<td class="TableBleu-Head-Label" >Sujet du tableau</td>
		<td class="TableBleu-Head" ><A href="#" >Lien</A></td>
	</tr>
	<tr>
		<td colspan="3" class="TableBleu-Separator" ><img src="~/-Img/dot-white.gif" runat="server" ></td>
	</tr>
	<tr>
		<td colspan="3" class="TableBleu-Bg" >
			<!-- Emplacement du contenu du tableau -->
		
		</td>
	</tr>
	
</table>

==================================================================*/
.TableBleu {
	margin-top:5px;
	margin-bottom:5px;
}

/* Fonte de base */
.TableBleu TD 
{
	font-family : arial ;
	color:#333333;
	padding-left:2px;
	padding-right:1px;	
	padding-top:1px;	
}

/* Fonte de base */
.TableBleu TH 
{
	padding-left:2px;
	padding-right:1px;
}


/* Ligne de separation */
.TableBleu-Separator {
	background-image:url(/Saur/_Img/dot_blue.gif);
	background-position:0 3px;
	background-repeat:repeat-x ;
	height:5px;
}

.TableBleu-Separator-Epais {
	background-image:url(/Saur/_Img/dot_blue_epais.gif);
	background-position:0 3px;
	background-repeat:repeat-x ;
	height:5px;
}


/* Couleur de fond */
.TableBleu-Bg {
	background-color : #F4F8FB
}

.TableBleu-Head-Titre {
	color : #638DD0 ;
	font-weight : bold ;
	text-align: left;
}

.TableBleu-Head-Column {
	color : #638DD0 ;
	font-weight : bold ;
	border-bottom:solid 1px #638DD0;
}

.TableBleu-Head-Label {
	color : #000000 ;
	font-weight : bold ;
	
}

.TableBleu-Head A {
	color: #0000FF ;
}

.TableBleu-Label {
	padding-right:2px;
	text-align:right ;
	color:Black;

}

.TableBleu-Bg-Label {
	background-color : #F4F8FB;
	padding-right:2px;
	text-align:right ;
	color:Black;
}

.TableBleu-Input {
	padding:1px;
	padding-left : 2px;
	text-align:left;
}

