/* CSS Document */
* {
  font-family:verdana,times,sans-serif;
  font-size:10pt;
}


body {
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  background-color: #3186dd;
}

table {
  margin-bottom:0px;
}

#logo_droite2 {
  background-image:url('../images/logo_droite2.jpg');
  background-repeat:repeat-x;
}

#menutop {
  background-color:#000000;
  color:#FFFFFF;
  font-weight: bold;
}

#menutop a {
  color:#FFFFFF;
  text-decoration: none;
}

#ombre_image {
  background-color:none;
  z-index:99;
  width: 572px;
  height: 54px;
  position:absolute;
  background-repeat:no-repeat;
}

#bandeau {
  background-color:black;
  width: 572px;
  height: 276px;
}

#bandeau_bas {
  background-color:#898989;
  height:25px;
}

#menu1 {
  position:absolute;
  background-color: none;
  font-weight: bold;
  overflow:hidden;
  font-size:medium;
  line-height:25px;
}

#menu1 ul {
  /*border: 1px solid red;*/

  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  width:193px;
  height: 210px;
  overflow:hidden;
}

#menu1 li {
 /* border: 1px solid green;*/

  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  height:30px;
  background-image:url('../images/menu_degrade.png');
}

#menu1 a {
  color:#FFFFFF;
  text-decoration: none;
}

#cadre {
  margin: auto;
  width:738px;
  padding:10px;
  background-color:white;
}

#article,#faq,#parent,.article {
  width:740px;
}

#faq,#parent {
  text-align:center;
}

#faq ul {
  list-style-type: none;
}

h2 {
  text-align:center;
}

#foot {
  width:760px;
  margin: auto;
  height: 20;
  background-color: #2c79c7;
  color:#FFFFFF;
  text-decoration: none;
  text-align: center;
}
#foot a {
  color:#FFFFFF;
  text-decoration: none;
}

a.tooltip {
  text-decoration: underline;
  cursor: help;
}

a.tooltip:hover {
  color: #6699cc;
  text-decoration: underline;
}




