/* Start of CMSMS style sheet 'afrikbourse-style_frontend' */
div#membres  {
  margin: 2em 0 1em 0; /* margin for the entire div surrounding the news list   */
  padding-bottom: 0.5em ;
  border-top: 1px solid #7F7F7F; 
  border-right: 1px solid #7F7F7F; 
  border-bottom: 1px solid #7F7F7F; 
  background: #eee; 
}

div#membres p {
   text-align: center;  /* centered text */
   margin: 0;
}

div#membres p input {
  background: #FFFBED; 
}

div#content #membres h2 {
	color: #fff; 
        background: #808080; 
	font-size: 14px; 
	text-align: center; 
/* some air around the text */
	padding-bottom: 1px;
/* set borders around header	border-bottom: 1px solid #d8d8d8; 
	border-left: 1.1em solid #d8d8d8;  */
        line-height: 1.5em;
/* and some air under the border */
        margin: 0 0 0.5em 0;
}
/* End of 'afrikbourse-style_frontend' */

