body {
	margin: 0;
	padding: 0;
	/* background-image: url(/_images/Man21/Bg_Page.jpg); */
}

/* Liens */
a:link, a:visited, a:active {color: #1269B8}     
a:hover, a:visited:hover, a:active:hover {color: #0000FF}

a.Exit:link, a.Exit:visited, a.Exit:active {
	color: #E8EDF2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5;
	text-decoration: none;
}     
a.Exit:hover, a.Exit:visited:hover, a.Exit:active:hover {
	color: #FFFFFF;
	text-decoration: underline;	
} 

/* Barre de Logo */
tr.BarreDateGabarit {
	background-color: #1269B8;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-width: 0px;
}

/* MENU */
table.TableMenu {
	width: 155px;
}

td.ImgTopMenu {
	background: url(/_images/haut_menu2.gif) no-repeat;
	height: 17px;
}

table.ContourMenuGauche {
	width: 135px;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	vertical-align: middle;
	border-width: 0px;
}

.TexteMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.TextMenuBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
}

td.Menu {
	background-color: #E8E8E8;
	vertical-align: middle;
	font-weight: bold;
	padding-left: 10px;
	border-top-color: #F5F5F5;
	border-right-color: #CCCCCC;
	border-left-color: #F5F5F5;
	border-bottom-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}
	
td.MenuOver {
	background-color: #1269B8;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-left: 10px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-style: solid;
	border-width: 1px;
	height: 25px;
	cursor: hand;
	cursor: pointer;
	padding-top: 2px;
	padding-bottom: 2px;
}

a.LienMenu:link, a.LienMenu:active, a.LienMenu:visited {
	text-decoration: none;
	color: #333333; 
	cursor: hand;
	cursor: pointer;
	background-color: #E8E8E8;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a.LienMenu:hover, a.LienMenu:active:hover, a.LienMenu:visited:hover {
	background-color: #1269B8;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
	color: white;
	cursor: hand;
	cursor: pointer;
}

a.LienMenuOver:link, a.LienMenuOver:visited, a.LienMenuOver:active {
	background-color: #1269B8;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
	color: white;
	cursor: hand;
	cursor: pointer;
}
a.LienMenuOver:hover, a.LienMenuOver:visited:hover, a.LienMenuOver:active:hover {
	background-color: #1269B8;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
	color: white;
	cursor: hand;
	cursor: pointer;
}

/* Candy Trail du site */
a.LienTrace:active, a.LienTrace:link, a.LienTrace:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;		
	color: #1269B8;
	cursor: hand;
	cursor: pointer;
}
a.LienTrace:hover, a.LienTrace:active:hover, a.LienTrace:visited:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-decoration: underline;		
	color: #0000FF;
	cursor: hand;
	cursor: pointer;
}
.TextTrace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1269B7;
	cursor: default;
	border-width: 0px 1px 1px 0px;
	border-color: #999999;
	border-style: dashed;
	padding-left: 5px;
	padding-right: 5px;
}

/* TABLEU DE DROITE */
tr.TitreTableauDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: #1269B8;
}

.ContenuTableauDeDroite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	vertical-align: middle;
	text-align: left;
	background-color: #E8EDF2;;
}

/* TABLEAU */
.ContourTableau {
	border-color: #1269B8;
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
}

tr.GridNormal {
	background-color: #FFFFFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
tr.GridAltern {
	background-color: #F0FAFF;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

td.borderTop, td.borderTopLeft {
	border-top: 1px solid #1269B8;
}
td.borderLeft, td.borderTopLeft {
	border-left: 1px solid #1269B8;
}

.TitreTableau {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: #1269B8;
}

/* TABLEAU FORMULAIRE */
.ContourTableauForm {
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 12px;	
	color: #000000;	
	border-color: #1269B8;
	border-width: 1px;
	border-style: solid;
	background-color: #F3F3F3;	
}
td.TitreTableauForm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	background-color: #1269B8;	
}

/* TEXT */
.TextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.TextHighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: yellow;
}
.Texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.fail {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}

tr.OptionAdmin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	background-color: #EEEEEE;
}

.TitreDeColone {
	background-color: #EEEEEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

a.LienAdmin:link, a.LienAdmin:active, a.LienAdmin:visited {	
	color: #1269B8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
a.LienAdmin:hover, a.LienAdmin:active:hover, a.LienAdmin:visited:hover  {	
	/* color: #4a6f9b; */
	color: #FF0000;
}

/* PROGRESS BAR */
.ProgressBar {
	background-color: #66FF00;
	border-color: #1269B8;
	border-style: solid;
	border-width: 1;
	height: 15px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	text-align: center;
}

.TexteProgressBar {
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: Normal;
	text-align: center;
}
.explicatif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	font-weight: bold;
}