/* Général */

BODY {
	margin: 0px;
	background-color: #FFFFFF;
	/*font-size: 8pt; /* Ajout */
	/*font-weight: normal; /* Ajout */
	/*font-family: Verdana, Arial, Sans-Serif;  Ajout */
}
/*p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
	margin-right: 15px;
}*/
hr {
	color: #D4D4D4;
	width:625px;
	height:1px;
}

/* Fin Général */
/* ------------------------------------------------------------------------------ */
/* Background */

.bgGauche {
	/*background-image:url(../images/Bg_Gauche.jpg);*/
	background-color:#C5D9E4;
}
.bgBlanc {
	background-color:#FFFFFF;
}
.bgBleuPale {
	background-color:#0088D6;
}
.bgDroit {
	/*background-image:url(../images/Bg_Droit.jpg);*/
	background-color:#C5D9E4;
	/*#0076AE;*/
}
.BgSousMenu {
	/*background-image:  url(../PG%20Mensys/images/Bg_SousMenu.jpg);*/
	background-image:  url(../images/entete/Bg_SousMenu.jpg);
}
.BgTdContenu {
	background-image:  url(../PG%20Mensys/images/Bg_TdContenu.gif);
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C5D9E4;
	border-left-color: #C5D9E4;
}
/* Fin Background */

/* ------------------------------------------------------------------------------ */
/* Ajouts par JED (Styles.css) */
span
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}

th
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
}

td /* Cause un problème avec l'entête du masterpage PG
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}*/

a
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: navy;
	/*text-decoration: none;*/
}

input
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}

select
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}

h1
{
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}

.menuBody
{
	background-color:#003399;
}

.menuLink
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: white;
	text-decoration: none;
}

.menuLink:hover
{
	font-weight: bold;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: yellow;
	text-decoration: none;
}

.multilineTextBox
{
	font-weight: normal;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
	color: black;
	text-decoration: none;
}

.groupTable
{
	width: 100%;
	border-collapse: collapse;
}

.groupTitleCell
{
	height: 25;
	font-weight: bold;
	font-size: 8pt;
	vertical-align: bottom;/*vertical-align: top;*/
	font-family: Verdana, Arial, Sans-Serif;
}

.requiredField
{
	font-weight: bold;
	font-size: 8pt;
	color: red;
}

.fieldLabelCell
{
	/*vertical-align:top;*/
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

.noSuivi
{
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
}

.pageTitle
{
	font-weight: bold;
	font-size: 10pt;
	text-align: center;
}

.gridHeader
{
	font-weight: bold;
	font-size: 8pt;
	color: black;
	font-family: Verdana, Arial, Sans-Serif;
	text-decoration: none;
	background-color:#C7E4FA;
}
/* Fin Ajouts par JED (Styles.css) */
/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------ */
/* Cadre pour le ContentPlaceHolder */
.PaddingContenu
{
	padding-top: 15px;
	padding-left: 17px;
	padding-right: 17px;
	text-align: left;
	padding-bottom: 17px;
	/*background-color: #E8EFF6;*/
}

.PaddingContenu2 
{
	padding-left: 5px;
	padding-right: 5px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #C5D9E4;
	border-left-color: #C5D9E4;
	border-top-color: #C5D9E4;
	border-bottom-color: #C5D9E4;
}
/* ------------------------------------------------------------------------------ */

/* ------------------------------------------------------------------------------ */
/* Pages web utilisant le MasterPage par JED */
/* Ce bloc doit être dans toutes les CSS peu importe le MasterPage */
.Titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #1C5093;
	margin-bottom: 6px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	background-repeat: no-repeat;
}

.bgTable
{
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-color: #1C5093;
	border-left-color: #1C5093;
	border-top-color: #1C5093;
	border-bottom-color: #1C5093;
	background-color:#EEEFF1;
}

.fieldTextBox
{
	border-style: solid;
	border-width: 1px;
	font-size: 8pt;
	font-family: Verdana, Arial, Sans-Serif;
}

a.lienGauche:link, a.lienGauche:active, a.lienGauche:visited {
	color: #9F904E;
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration:none;
}

a.lienGauche:hover, a.lienGauche:active:hover, a.lienGauche:visited:hover {
	text-decoration:underline;
}

/* Fin Pages web utilisant le MasterPage par JED */
/* ------------------------------------------------------------------------------ */