@charset "utf-8";

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
  background-color: white;
  color: black;
}

p {
  margin-bottom: 0.7em;
}
div#content div.content p {
  /*text-align: justify;*/
}

a {
  color: #0067c5;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.break {
  clear: both;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  visibility: hidden;
  overflow: hidden;
}

img {
  vertical-align: text-bottom;
}
.floaty_left {
  float: left;
}
.floaty_right {
  float: right;
}


.align_center, div#content div.content .align_center {
  text-align: center;
}
.align_right, div#content div.content .align_right {
  text-align: right;
}
.align_left, div#content div.content .align_left {
  text-align: left;
}
.align_justify, div#content div.content .align_justify {
  text-align: justify;
}

h1 {
  text-indent: -500em;
}
h1 a {
  display: block;
  height: 72px;
  margin-top: 1.3em;
}

/*
  Accessibility
*/

ul#accessibility {
  height: 0px;
  overflow: hidden;
}

ul#accessibility li {
  list-style-type: none;
  display: inline;
}

/*
  Header
*/

div#menus {
  background-repeat: no-repeat;
  background-color: white;
  background-position: 0 4em;
  height: 12em;
  padding-top: 1.4em;
  margin-bottom: 1em;
}

ul#language {
  float: right;
  margin-right: 1em;
}
ul#mn_4blocs, ul#menu {
  margin-left: 22em;
  font-size: 1.2em;
  z-index:900;
}
ul#language li,
ul#mn_4blocs li {
  display: inline;
  font-size: 1.2em;
z-index:900;
}
ul#language li {
  margin-left: 0.2em;
  padding-left: 0.5em;
  border-left: 0.1em solid #aaa;
}
ul#language li.prem {
  border-left: 0;
}
ul#mn_4blocs li {
  margin-right: 1em;
}

ul#language li a {
  color: #555;
}

ul#language a:hover,
ul#mn_4blocs a:hover {
  color: #0067c5;
}


ul#menu li {
  float: left;
  position: relative;

  padding: 0.4em 0;
  margin: 0 0.2em;
  z-index: 100;
}

ul#menu li a {
  color: #0067C5;
  text-decoration: none;
  font-weight: bold;
  display: block;
  /*background: url(none);*/

  padding-left: 0.5em;
  border-left: 0.1em solid #eee;
  background-color: #E4E9EC;
}
ul#menu li.prem, ul#menu li.prem a { padding-left: 0 }
ul#menu li.prem a { border-left: 0; }

/*
  Menu & submenu
*/

ul#menu li ul.submenu {
  /*display: none;*/
  height: 0;
  overflow: hidden;
  border: 0;

  position: absolute;
  /*z-index: 100;*/
  top: 100%;
}
ul#menu li ul a {
  color: #0067C5;
  padding-left: 0;
  margin-right: 3px;
}

ul#menu li ul.submenu li {
  clear: both;
  float: none;
  display: block;
  position: relative;
  padding-left: 0.4em;
  border-top: 1px solid #999;
}
ul#menu li ul.submenu li.prem { border-top: 0; }

ul#menu ul.submenu li ul.subrightmenu {
  height: 0;
  overflow: hidden;
  border: 0;

  clear: both;
  float: none;
  position: absolute;
  top: -1px;
  left: 99%;
  z-index: 3;
}

ul#menu li:hover ul.submenu,
ul#menu li.hover ul.submenu,
ul#menu ul.submenu li:hover ul.subrightmenu,
ul#menu ul.submenu li.hover ul.subrightmenu { /* hack ie + JS */
  height: auto;
  overflow: visible;
  background-color: #E4E9EC;
  border: 1px solid #333333;
}

ul#menu ul.submenu li ul.subrightmenu {
  height: 0;
  overflow: hidden;
  border: 0;

  clear: both;
  float: none;
  position: absolute;
  top: -1px;
  left: 99%;
  z-index: 3;
}

ul.mnu_timetables li {
  width: 15em;
}

/*
  Arrondis
*/

.rndcorner {
  background-repeat: no-repeat;
  display: block;
  height: 4px;
  width: 4px;
  position: absolute;
  z-index: 2;
  overflow: hidden;
}

.tl {
  background-image: url(/images/tl.gif);
  background-position: left top;
  top: 0;
  left: 0;
}

.tr {
  background-image: url(/images/tr.gif);
  background-position: right top;
  top: 0;
  right: 0;
}

.br {
  background-image: url(/images/br.gif);
  background-position: right top;
  bottom: 0;
  right: 0;
}

.bl {
  background-image: url(/images/bl.gif);
  background-position: left top;
  bottom: 0;
  left: 0;
}

/*
  Cols
*/

div#cols {
  padding: 1em 0;
}

div#monocol {
  padding: 1em 0;
}
