body { 
	background-color: #ededed; 
	font-family:      mmgFont;
	font-size:        36pt;
  overflow-x:       hidden;
  overflow-y:       auto;
}
td { 
  font-family: mmgFont; 
	font-size:   36pt;
}
input { 
  font-family: mmgFont; 
	font-size:   36pt;
}
input[type=checkbox]
{
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.8); /* IE */
  -moz-transform: scale(1.8); /* FF */
  -webkit-transform: scale(1.8); /* Safari and Chrome */
  -o-transform: scale(1.8); /* Opera */
  transform: scale(1.8); /* Opera */
/*
  padding: 10px;
*/
}
input[type="radio"]{
  -webkit-transform:scale(3, 3);
     -moz-transform:scale(3, 3);
      -ms-transform:scale(3, 3);
       -o-transform:scale(3, 3);
          transform:scale(3, 3)!important;
}
a {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold; 
  text-decoration: none;
}
a:active {
  color: #C0C0C0;
}
a:visited {
  color: #8D4747;
}
/*
.classMenu {
  position: absolute; 
  left: 0%; 
  width: 100%; 
  height: 140px; 
  color: #9d9d9d; 
  background-color: #ededed; 
}
.classPetitMenu {
  position: absolute; 
  left: 50%;
  margin-left: -245px;
  width: 490px;
  top: 250px;
  height: 180px; 
  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: 474px;
  height: 164px;
  background-color: #ffffff;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  -khtml-border-radius: 24px;
  border-radius: 24px;
}
*/
.classTitre {
  position: absolute; 
  left: 12px; 
  top: 210px; 
}
.classContrat {
  position: absolute; 
  left: 12px;
	width: 440px; 
  top: 6px; 
	font-size: 34pt;
}
.classContratL {
  position: absolute; 
  left: 0%;
	width: 100%; 
  top: 150px; 
	font-size: 46pt;
}
.classTitreDeSection {
  font-family: mmgFont; 
  color: #ffffff; 
  font-style: italic;
	font-size: 40pt; 
}
.classTitreDeSectionNew {
  font-family: mmgFont; 
  color: #7b725d; 
  font-style: italic;
	font-size: 50pt; 
}
.classGrandLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 42pt;
	cursor: pointer; 
  text-decoration: none;
}
.classMoyenLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 60pt;
	cursor: pointer; 
  text-decoration: none;
}
.classPetitLien {
  font-family: mmgFont; 
  color: #808080; 
  font-weight: bold;
	font-size: 40pt;
	cursor: pointer; 
  text-decoration: none;
}
.classMoyenneInfo {
  font-family: mmgFont; 
	font-weight:  normal;
	color: #000000;
	font-size: 36pt; 
}
.classPetiteInfo {
  font-family: mmgFont; 
	font-size: 20pt; 
}
.classLienCache {
}
.classLienShadow {
  -moz-box-shadow: 0 0 5px #555; 
	-webkit-box-shadow: 0 0 5px #555; 
	box-shadow: 0 0 5px #555;
}

