/* CSS Document */
body {
  font-family: sans-serif, verdana, times ;
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  background-color: #ffffff;
  text-align: center;
}

#header {
  margin:auto;
  padding:0px;
  width:990px;
  height:273px;
  background-image:url('../media/template/socius-informatique-header.jpg');
  background-repeat: no-repeat;
}

#cadre {
  height: auto !important;
  height: 500px;
  min-height: 500px;

  margin:auto;
  width:990px;
  text-align:left;
}

#Menu {
  position:relative;
  top: 230px;
  right: 0px;
  left: 300px;
  width: 690px;
  text-transform: uppercase;
  border-top: 1px solid #242265;
  border-bottom: 1px solid #242265;
  text-align:center;
  height: 22px;
}

#Menu ul.mainmenu .MenuActive {
  background-color: #BFDFF6;
}

#Menu ul.mainmenu a {
  background-color: white;
  color:#242265;
}
#Menu ul.submenu a {
  border: 1px solid #242265;
  color:#242265;
}

#Menu ul.mainmenu a:hover {
  background: #AADDFF;
  color:#242265;
}

#Menu li.persistHover,
#Menu a.persistHover
{
  background: #AADDFF;
  color:#242265;
}


#footer {
  margin:auto;
  padding:0px;
  width:990px;
  height:110px;
  background-image:url('../media/template/socius-informatique-footer.jpg');
  background-repeat: no-repeat;
}

#footer p {
  position: relative;
  left: 780px;
  width: 200px;
  top:30px;
  text-align: left;
  color: white;
  font-weight: bold;
}

.tooltip {
  border-bottom: 1px dotted black;
  cursor: help;
}

