/* ----------------------
 * Feuille de style Mambo
 * ----------------------/


/* ---------------------- */

/* Body general style  */
 
body {
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	background-color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	
}

td,tr,p,div {
	font-family      : "Times New Roman", Times, serif; 
	font-size        : 14px;
	color            : #252525;
}
td.navi {
	background-image: url(../images/bg_navi.jpg);
	background-repeat: repeat-y;
}
table.content{
	background-image: url(../images/bg_content.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
}

h4 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}

h5 {
	color           : #000000; 
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 13px;
	font-weight		: bold;
	}

h6 {
	color           : #000000; 
	font-family     : Arial, Helvetica, sans-serif;
	font-size       : 12px;
	font-weight		: bold;
	}

a:link, a:visited {
  font-size        : 12px;
  color            : #0026A5;
  text-decoration  : none;
  font-weight      : normal;
}

a:hover {
	font-size: 12px;
	color: #556B2F;
	text-decoration: none;
	font-weight: normal;
}
	
ul {
  float            : left;
  margin           : 2px 2px 2px 3px;
  padding-left     : 10px;
  list-style       : none;
}

li {
	line-height      : 15px;
	padding-left     : 15px;
	padding-top      : 0px;
	background-image : url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
	
/* ---------------------- */

/* Mambo general style */

.mod {
  background       : #FFFFFF;
  width            : 2px;
}
.mt {
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  color            : #FEFEFE;
  font-size        : 4px;
  font-weight      : normal;
}
 
hr {
	color           : #ABADAD;
	height          : 1px;
	width           : 100%;
} 

hr.separator {
	background      : transparent;
	height          : 1px;
	width           : 75px;
	border          : 1px solid #990000;
}

.small_white {
  font-size        : 11px;
  color            : #ffffff;
	}

.smalldark {
  font-size        : 10px;
  color            : #252525;
    }

.date {
  font-size        : 10px;
  color            : #252525;
  padding-right    : 10px;
}


.button {
	font-size        : 11px;
	color            : #252525;
	margin-bottom    : 0px;
	background-color : #EDEDED;
	padding          : 1px;
	margin-left: 10px;
	border-top: thin groove;
	border-right: thin groove;
	border-bottom: thin groove;
	border-left: thin groove;
}
.inputbox {
	padding: 2px;
	border:solid 1px #0026A5;
	background-color: #ffffff;
}

.bg_content{
	background: url(../images/bg_content.jpg);
}

.mainlevel {
	text-align       : left;
	margin           : 0px;
	padding          : 0px;
	font-size        : 11px;
	text-indent      : 10px;
	width            : 100%;
	background-color : #252525;
	border-right-color: #000000;
	border-left-color: #000000;
	color: #ABADAD;
}

a.mainlevel:link {
  text-align       : left;
  padding          : 2px 0px 2px 0px;
  font-size        : 13px;
	}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(../images/button.gif) no-repeat;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: normal;
	color: #fff;
	text-align: left;
	padding-top: 3px;
	padding-left: 20px;
	height: 22px !important;
	height: 22px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -26px;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}
a.mainlevel#active_menu {
	background-position: 0px -26px;
	text-decoration: none;
	color: #fff;
	font-weight: bolder;
}

.contentheading {
	font-size: 14pt;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 24px;
	text-transform: none;
	text-align: left;
	}
.contenttext{
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
}

.contentpagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #CC0000;
	text-align: left;
}
