﻿body {
}

.titre
{
	color: #1d64ad; 
	font-family: Arial; 
	font-size: x-large; 
	font-weight: bold;
}

.SousTitre
{
	color: #1d64ad; 
	font-family: Arial; 
	font-size: large; 
	font-weight: bold;
}

.titre_bordure
{
	position: relative; 
	top: -18px; 
	background-color: white; 
	color: #0000cc; 
	font-family: Arial; 
	font-size: medium; 
	font-weight:bold;
}

.table_bordure
{
	border-right: #0000cc 1px solid; 
	border-top: #0000cc 1px solid; 
	border-left: #0000cc 1px solid; 
	border-bottom: #0000cc 1px solid;
}

.lien
{
	color: #0000cc;
	font-family: Arial;
	text-decoration: none;
	font-size: 14px;
}

.lien_gros
{
	color: #0000cc;
	font-family: Arial;
	text-decoration: none;
	font-size: 18px;
}

.groupe_menu
{
	border-style: None;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
	color: White;
	width: 197px;  
	Height: 25px;
}

.groupe_sous_menu
{
	border-style: None;
	font-family: Verdana;
	font-weight: bold;
	text-decoration: none;
	color: White;
	width: 197px;
	height: 25px;
	text-align: left;
}

.groupe_menu_hover
{
	border-style: None;
	font-family: Verdana;
	font-weight:bold;
	text-decoration: none;
	color: Black;
	width: 197px;  
	Height: 25px;
}

.tableau
{
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
}

.CellTitre
{
	font-weight: bold;
	color: Black;
	font-family: Arial;
	font-size: 14px;
	vertical-align: top;
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
	width: 200px;
	white-space: nowrap;
}

.CellValue
{
	color: Black;
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	vertical-align: top;
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
}

.CellImage
{
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
}

.CellEntete
{
	text-align: center;
	vertical-align: middle;
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
	color: black;
	font-size: large;
	background-color: #ffce00;
}

.TextBloc
{

	color: #555555;
	text-align: left;
	font-size: 16px;
}

.TitreBlocGris
{
	color: Black;
	font-weight: bold;
	white-space: nowrap;
	color: #000000;
}

.HeaderDatagrid
{
	font-weight: bold;
	color: Black;
	font-family: Arial;
	font-size: 14px;
	vertical-align: top;
	border-style: solid;
	border-color: #1d64ad;
	border-width: 1px;
	width: 200px;
	white-space: nowrap;
	text-decoration: none;
	text-align: center;
}