﻿/* ------------------- */
/* Page			       */
/* ------------------- */
.mcoContentPage /* Contenu global de la page, essentiellement pour la résultion d'écran */
{
	text-align:left;
	width:760px; /* Résolution 800 */
	/*width:984px; *//* Résolution 1024 */
}
/* ------------------- */
/* MainMenu       */
/* ------------------- */
.mcoMainMenu 
{	
	width: 100%;
	height: 22px;
	background-image:url(../Images/TopGroupBackground.gif);
} 
/* ------------------- */
/* Sections            */
/* ------------------- */
.mcoSectionTitre
{
	color:White;
	font-size:9pt;
	font-weight:bold;
	background-color:#335C9A;
	background-image:url(../Images/TitreSection.gif);
	background-position:right top;
	background-repeat:repeat-y;
	padding-bottom:1px;
	height: 20px;
}
.mcoSectionBouton
{
	cursor:pointer;
}
.mcoSectionTitreCoin
{
	vertical-align: top;
	text-align: left;
	background-color:#335C9A;
}
.mcoSectionMessage { 
	color: black; 
	background-color: #ecebf0;
	border-bottom: solid 1px darkgray;
	border-left:solid 1px #C8D4E4;
	text-indent:3px;
	text-align:left;
	font-size: x-small; 
	font-family: Verdana;
	height: 16px;
}
.mcoSectionContenu
{
	font-size:9pt;
	padding-left:5px;
	padding-top: 2px;
	border-left:solid 1px #C8D4E4;
}
.mcoChampOblig
{
	color: Red;
}
/* ------------------- */
/* Barre de boutons    */
/* ------------------- */
.mcoBarreBouton {
	border: 0px;
	border-top: solid 1px #B0B0B0;
	border-bottom: solid 1px #B0B0B0;
	background-color: #ecebf0;
	padding-right: 0px;
	height: 28px;
	padding-top: 2px;
	text-align: right;
}

/*    -------------------
      Pagination
      ------------------- */
.mcoPagination {
      color: Black;
      font-size: 10pt;
      text-align: left;
}

.mcoPagination a:link {text-decoration: underline; color: Black;}
.mcoPagination a:visited {text-decoration: underline; color: Black;}
.mcoPagination a:active {text-decoration: underline; color: Black;}
.mcoPagination a:hover {text-decoration: underline; cursor: hand; color: Black;}

