/*
Bleu nuit : #003061
Bleu fort : #527CB9
Bleu moyen : #81A5D2
Bleu clair : #A8C4E3
Bleu pâle : #D7E6F4
Brun : #990000
*/



/*
*******************************************************************************
Informations générales
*******************************************************************************
*/	



A:link 
	{
	text-decoration: none;
	color : #990000;
	}   
	 
A:visited 
	{
	text-decoration: none;
	color : #81A5D2;	
	}   
	
A:active 
	{
	text-decoration : underline;
	color : #990000;	
	}

A:hover 
	{
	text-decoration : underline;
	color : #990000;	
	} 

BODY,TD
	{
	font-size : 11px;
	font-family : Verdana, Arial, helvetica;
	color : #003061;
	}	
	
BODY
	{
	scrollbar-arrow-color: #A8C4E3;
	scrollbar-highlight-color: #A8C4E3;
	scrollbar-face-color: #003061;
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/fond_blanc.gif);
	}
	
.ErrorColor
	{
	color : #990000;
	font-weight: bold;
	}
	
.SmallText
	{
	font-size : 10px;
	}

.BigText
	{
	font-weight: bold;
	font-size : 13px;	
	color: #527CB9;
	}
	
dd {
	margin-bottom:6px;
}	

li {
	margin-bottom:6px;
}	
	
	
/*
*******************************************************************************
Formulaires
*******************************************************************************
*/	
	
	
.SubmitButton
	{
	font-size : 11px;
	font-family : Verdana, Arial, helvetica;
	background-color: #D7E6F4;
	color: #003061;
	cursor: hand;	
	}		


	

/*
*******************************************************************************
Affichage des données dans un tableau horizontal
*******************************************************************************
*/	
	
.ViewTable
	{
	border: 1px solid #A8C4E3;
	}
	
.ViewTdHeader
	{
	vertical-align:top;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003061;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003061;
	}
	
.ViewTdHeaderEnd
	{
	vertical-align:top;	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003061;	
	}	
	
.ViewTr
	{
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003061;
	}		
	
.ViewTd
	{
	vertical-align:top;	
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003061;
	}
	
.ViewTdEnd
	{
	vertical-align:top;	
	}	
	
	
	
	
	
	
	
/*
*******************************************************************************
Affichage des données dans un tableau vertical
*******************************************************************************
*/	
	
.ViewFiche table
	{
	width : 98%;
	padding: 0;
	margin: 0;
	border-color: #A8C4E3;
	border-style: solid;
	border-width: 1px;
	}	

.ViewFiche .label
	{
	background-color: #A8C4E3;
	}	

.ViewFiche td
	{
	vertical-align:top;
	padding: 4px;
	}	





/*
*******************************************************************************
Mise en page - actuel.php
*******************************************************************************
*/	

.BlocInfo
	{
	padding-bottom: 7px;
	}	
	
	
.BlocActuel hr
	{
	color: #003061;
	margin-bottom:10px;
	}	
	

/*
*******************************************************************************
Mise en page - archives.php
*******************************************************************************
*/	
	
.BlocArchives td
	{
	padding-bottom: 10px;
	}