/* Start of CMSMS style sheet 'Maintline : Commun' */
* {
  margin:0;
  padding:0;
}

img {
  border: 0;
}

body { 
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75%;  
  margin:1em; 
}

/* Paragraphes */
p { padding-top: 0.5em; padding-bottom: 1em;}

.important {
 font-weight: bold; color: #2B3A9F;
}

/* Footer */
div.cbg, div.cbd {
  width: 10px; height: 18px; 
  margin: -1px; margin-top:1px;
  position: relative;
}

div.cbg {
  background: url("images/maintline/sprites.gif") -40px -20px; 
  float:left;
}

div.cbd {
  background: url("images/maintline/sprites.gif") -60px -20px;
  float:right;
}

div#pre-footer {
  background-color:#2D3EA7;
  border:1px solid #646464;
  font-size:1px;
  height:3px;
  margin-top:4px;
}

div#footer {
  background-color:#f8f8f8;
  color:#555555;
  font-size:11px;
  height:18px;
  line-height:1.5em;
  padding-top:0px;
  text-align:center;
  border: 1px solid #646464;
  border-top: 0;
}

/* End of 'Maintline : Commun' */

