/* CSS Document */
body {background: white; color: #000;
  font-family: Arial, Helvetica, sans-serif;
  behavior: url(csshover.htc); /* WinIE behavior call */
  /* Top, right, bottom, left*/
  margin:  0 0 0 0;
}

a:link {color: #336699;}
a:visited {color: #336699;}

#title {
    text-decoration:none;
    color:black;
    onmouseover:this.style.textDecoration='underline';
    onmouseout:this.style.textDecoration='none';
}

#logo {
    border-bottom: 1px solid #CC3333;
    margin: 0 0 0 0;
    background: #FFFFFF;
    width: 787px;
    height: 108px;
}
/*#logo img {
width: 785px;
height: 108px;
}
*/

#flagF {
    position: absolute;
    top: 0px;
    left: 735px;
    }
#flagF img {border:0px;}

#flagE {position: absolute;
    /*border:0px;*/
    top: 0px;
    left: 765px;
    }
#flagE img {border:0px;}

#sidebar {position: absolute;
  /*float: left;*/
  left: 0px;
  top: 109px; /* to glue to the banner */
  width: 80px;
  /*border-right: 1px solid #CC3333;*/
  }

#bloctitle {
/*float: left;
  /*background: url(picts/bannerleft.jpg) no-repeat;*/
  color: #000;
  height:auto;
  margin-left: 5em;
  font-size: 14px;
  /*border-left: 1px solid #CC3333;*/
  /* Top, right, bottom, left*/
  padding: 1em 0 0 2.5em;
  width: 680px;}/* a bit larger to have the title on one line */

#bloc_moto {color: #000;
  height:auto;
  margin-left: 5em;
  font-size: 16px;
  width: 670px;
  /* Top, right, bottom, left*/
  padding: 0 0 0 2em;}

#bloc {
  float: top;
  color: #000;
  height:auto;
  width: 670px;
  margin-left: 80px;
  margin-bottom: 13px;
  font-size: 15px;
  /*border-left: 1px solid #CC3333;*/
  /* Top, right, bottom, left*/
  padding: 0 0 0 2em;
  }

#footer {
  float: top;
  /* Top, right, bottom, left*/
  color: #7D7D7D;
  height:auto;
  width: 670px;
  margin-left: 80px;
  font-size: 13px;
  /* Top, right, bottom, left*/
  padding: 0 0 0 2em;
  }

div#nav {float:left;
  /* Top, right, bottom, left*/
  /* 5em = 80px */
  padding: 0 0 0 111px; /* 0.0625em equal 1px ; 6.7375 = 107.8 px*/
  /* 107.8px in Firefox - 109px in Safari and IE */
  background: #CCFF33;
  /*border-top: 1px solid #CC3333;*/
  border-bottom: 1px solid #CC3333;
  border-right: 1px solid #CC3333;
  /*border-left: 1px solid #CC3333;*/
  white-space: nowrap;}
  
div#nav ul {margin: 0;
  padding: 0;
  background: #CCFF33;
  border: 1px solid #CC3333;
  border-width: 0 0px;
  text-align: center;}
  
div#nav li {position: relative;
  list-style: none;
  margin: 0;
  float: left;
  width: 8.45em; /* go with the value of padding in div#nav */
  line-height: 1em;
  }
div#nav li:hover {background: #66FF00;}
div#nav li.submenu {background: url(picts/dropmenu.gif) 95% 50% no-repeat;}
div#nav li.submenu:hover {background-color: #66FF00;}
div#nav li a {display: block; padding: 0.25em 0 0.25em 0;
  text-decoration: none;
  color: #000000; /* color of the text in the menu */
  width: 8.45em;} /* sae width as for the di#nav li */
div#nav>ul a {width: 8.45em;}
div#nav ul ul {
  position: absolute;
  width: 8.45em;
  display: none;
}
div#nav ul ul li {border-bottom: 1px solid #CCC;}
div#nav li.submenu li.submenu {background: url(picts/submenu.gif) 95% 50% no-repeat;}
div#nav li.submenu li.submenu:hover {background-color: #66FF00;}
div#nav li.submenu li.submenu:hover {background-color: #66FF00;}/* EBB */
div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {display:block;}
div#nav ul.level2 {
  top: 1.5em; /* space between the popup menu and the main menu bar */
  left: -1px;
}
div#nav ul.level3 {
  top: -1px;
  left: 7em;
  border-top: 1px solid #CCC;
}

#photo {
margin-right: 0.5em;
}

