@CHARSET "UTF-8";

/* Global */
body{
	margin: 0;
	padding: 0;
	font-family: "Verdana";
	font-size: 8pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
	cursor: default;
	color: #0042ae;
}
img {
	border: 0px;
  background-color: transparent;
}
th {
	text-align: left;
}
input {
	vertical-align: middle;
}
input.image {
  background-color:transparent
}
.button:hover {
	background-color:#0099cc;
	color: white;
  text-decoration: none;
}
textarea, select, input {
	border-color: #0099cc;
	border-width:thin;
	background-color: #eaf2ff;
	color: #0099cc;
}
select, input {
  font-size: 11px;
}
textarea {
  font-size: 12px;
}

fieldset {
  border-color: #0099cc;
  border-width: thin;
  color: #0099cc;
}

/* banner */
#banner{
	background-image: url(../img/bannerbg.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 36px;
	color: white;
}
#banner img{
	margin: 0;
	float: left;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border: 0;
}

/* slogan, ident */
#slogan{
	font-size: 16px;
	float: left;
  margin-top: 6px;
  font-weight: bold;
}
#ident{
	margin-top: 1px;
	text-align: right;
	float:right;
	margin-right: 12px;
	font-size: 10px;
	font-weight: bold
}
#ident img {
  text-align:right;
  float:right;
  position: static;
  padding-top: 1px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  border-top-style: none;
  border-bottom-style: none;
  border-left-style: none;
  border-right-style: none;
}
#ident a{
	color: white
}
#ident a:hover{
	color: #0042ae
}

/* maincontent */
#mainview{
	margin:0;
}
#maincontent{
	padding: 0;
	margin: 0;
	margin-top: -25px;
	margin-left: auto;
	margin-right: auto;
	Width: 98%;
}
#maincontent h1, #maincontent h2{
	color: #FFF;
	padding: 4px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
	background-position: top left;
}
#maincontent h1{
	background-image: url(../img/h2bg.png);
	margin-top: 2px;
	height: 22px;
  font-size: 12px;
}
#maincontent h2{
	background-image: url(../img/h1bg.png);
	margin-top: 1px;
	font-size: 8pt;
	height: 20px;
}
#maincontent p{
	width: 98%;
	margin-left: 1%
}
#maincontent a, #footer a{
	color: #0099cc;
}
#maincontent a:hover, #footer a:hover {
	text-decoration: overline underline;
}

/* menu */
#menu{
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #0099cc;
  margin-top: 20px;
}
#menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	clear: both;
	height: 18px;
}
/* ajout Calo */
#menu ul li {
  display: inline;
}

#menu li a {
	float:left;
	margin: 1px;
	list-style-type: none;
	background-color: #0099cc;
	padding: 2px;
	color: white;
	text-decoration: none;
}
#menu li a:hover {
	background-color: #eaf2ff;
	color: #0099cc;
	text-decoration: none;
}
#menu li a.selected {
	background-color: #eaf2ff;
	color: #0099cc;
	text-decoration: none;
}

#sousMenu{
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #b0e0e6;
}
#sousMenu ul {
	padding: 0;
	margin:0;
	list-style-type: none;
	clear: both;
	height: 15px;
}
/* ajout Calo */
#sousMenu ul li {
  display: inline;
}

#sousMenu li a {
	float:left;
	margin: 1px;
	list-style-type: none;
	background-color: #eaf2ff;
	padding: 1px;
	color: #0099cc;
	text-decoration: none;
	font-size: 9px
}
#sousMenu li a:hover {
	background-color: #0099cc;
	color: white;
	text-decoration: none
}
#sousMenu li a.selected {
	background-color: #0099cc;
	color: white;
	text-decoration: none;
}

/* footer */
#footer{
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	border-top: 1px solid #0099cc;
	background-color: #eaf2ff;
	padding-bottom: 1px;
	margin-top: 8px;
	margin-bottom: 2px;
}

/* table */
td.msg {
  text-align: center;
}

/* accueil */
#pagebody {
  position: relative;
  width: 100%;
}
#pagebody-inner {
  position: static;
  width: 100%;
}
.pkg {
  display: inline-block;
  display: block;
}
.pkg:after{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/* modules */
.module-powered {
  margin: 5px;
  padding:  0
}
.module-powered .module-content {
  margin: 0;
  border: 1px solid #0099cc;
  padding: 10px;
  background: #eaf2ff;
  margin-bottom: 5px;
}
.module-header {
	background-image: url(../img/module-headerbg.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 30px;
  font-size: 14px;
	color: #FFF;
	padding: 3px;
	margin-bottom: 0px;
  font-weight: bold;
  text-align: right;
  padding-right: 10px;
}
.module-list{
	margin: 0;
	padding: 0;
	list-style: none;
}
.module-list-item {
  background-color: white;/*url(../img/li-bg.png) left top no-repeat;*/
	margin-top: 5px;
	margin-bottom: 5px;
  padding-top: 5px;
  padding-right: 18px;
  margin-left: 8px;
  margin-right: 8px;
  text-align: center;
  padding-bottom: 5px;
  font-size: 12px;
}
#alpha, #beta, #gamma {
  float: left;
	display: inline; /* ie win bugfix */
	position: relative;
	min-height: 1px;
}
#alpha, #beta {
  margin-right: 10px;
  margin-left: 30px;
  width: 400px;
}
#gamma {
  margin-right: 10px;
  margin-left: 60px;
  width: 100px;
}
