/* CSS Document */

#pageNav,#sectionLinks,#sectionLinks a:link, #sectionLinks a:visited ,#sectionLinks a:hover,#advert,#globalLink,#utility,.relatedLinks,.relatedLinks a,#advert img,#advert,#breadCrumb,#siteInfo,#globalNav,#rubrique,#masthead,.skipLinks {
  display: none;  
}
glblnav_selected,gblnav_left,glbnav_right,tl_curve_white,tr_curve_white,iframe {
  display: none;  
}

body {
  background: white;
  font-size: 12pt;
  margin:0;
  }
#pageName
{
  width: auto;
  margin: 0 ;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }
#content { /* Modifications : suppression de la bordure - marges */
	margin:0 0 0 0;
	border:none;
}


#menu {
  display: none;
  }
#wrapper, #content {
  width: auto;
  margin-top: 0%
  margin: 0 5%;
  padding: 0;
  border: 0;
  float: none !important;
  color: black;
  background: transparent none;
  }
div#content {
  margin-left: 5%;
  padding-top: 1em;
  border-top: 1px solid #930;
  margin-bottom: 10%
  }

div#mast img {
  vertical-align: bottom;
  }
  
p { /* Modifications : alignement du texte - marges - unité des marges, police et taille de la police */
  text-align:justify;
  margin:2pt 1pt 6pt 0;
  font-size:12pt;
  color:#000;
}
a:link, a:visited {
  color: #520;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
  }
#content a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  }
#content a[href^="/"]:after {
  content: " (http://www.math93.com" attr(href) ") ";
  }

