body { 
	background-color: #ededed; 
	font-family:      mmgFont;
	font-size:        16pt;
  overflow-x:       hidden;
  overflow-y:       auto;
}
td { 
  font-family: mmgFont; 
	font-size:   16pt;
}
input { 
  font-family: mmgFont; 
	font-size:   16pt;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
/*
  -ms-transform: scale(1.3); 
  -moz-transform: scale(1.3); 
  -webkit-transform: scale(1.3); 
  -o-transform: scale(1.3); 
*/
/*
  padding: 20px;
*/
}
/*
input[type="radio"]{
  -webkit-transform:scale(1.3, 1.3);
     -moz-transform:scale(1.3, 1.3);
      -ms-transform:scale(1.3, 1.3);
       -o-transform:scale(1.3, 1.3);
          transform:scale(1.3, 1.3)!important;
}
*/
a {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold; 
  text-decoration: none;
}
a:active {
  color: #C0C0C0;
}
a:visited {
  color: #808080;
}
/*
.classMenu {
  position: absolute; 
  color: #4d4d4d; 
  cursor: pointer;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}
.classPetitMenu {
  position: absolute; 
  width: 516px;
  height: 166px; 
  color: #4d4d4d; 
  background-color: #ededed; 
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  border-radius: 32px;
}
.classPetitMenuInside {
  position: absolute;
  left: 8px;
  top: 8px;
  width: 500px;
  height: 150px;
  background-color: #ffffff;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  border-radius: 24px;
}
*/
.classTitre {
  position: absolute; 
  left: 4%; 
  width: 96%; 
  top: 60px; 
}
.classContrat {
  position: absolute; 
  left: 99%; 
  top: 6px; 
  height: 44px; 
	font-size: 24pt;
  background-color: #ffffff; 
	border-width: 1px; 
	border-style: solid; 
	border-color: black;
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border-radius: 22px;
}
.classTitreDeSection {
  font-family: mmgFont; 
  color: #ffffff; 
  font-style: italic;
	font-size: 20pt; 
}
.classTitreDeSectionNew {
  font-family: mmgFont; 
  color: #7b725d; 
  font-style: italic;
	font-size: 26pt; 
}
.classGrandLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 22pt;
	cursor: pointer; 
  text-decoration: none;
}
.classMoyenLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 24pt;
	cursor: pointer; 
  text-decoration: none;
}
.classPetitLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 20pt;
	cursor: pointer; 
  text-decoration: none;
}
.classToutPetitLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 16pt;
	cursor: pointer; 
  text-decoration: none;
}
.classMinusculeLien {
  font-family: mmgFont; 
  color: #222222; 
  font-weight: normal;
	font-size: 14pt;
	cursor: pointer; 
  text-decoration: none;
}
.classMoyenneInfo {
  font-family: mmgFont; 
	font-weight:  normal;
	color: #000000;
	font-size: 16pt; 
}
.classPetiteInfo {
  font-family: mmgFont; 
	font-size: 12pt; 
}
.classLienCache {
}
.classLienShadow {
  -moz-box-shadow: 0 0 5px #555; 
	-webkit-box-shadow: 0 0 5px #555; 
	box-shadow: 0 0 5px #555;
}

