/* CSS Document */

* {
font-family : verdana, sans-serif;
font-size : 100%;
}

body {background-color:#FFF;text-align:center;}

body * {
  font-size : 0.95em;
}


#main_page{
position:absolute;
  float:left;
  width:950px;
  left:50%;
  margin-left:-475px;
  margin-right:auto;
  text-align:center;
    border: 5px solid #E42518;
  }

.page {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
    width:750px;
  margin-bottom:50px;
}

a {
  text-decoration : none;
  color :rgb(228,37,24) !important;
}
a.nolink {
  text-decoration : none !important;
}
a:hover {
  text-decoration : underline;
}
img {
  border : 0 none;
}


#divisions {
  text-align : center;
  font-weight : bold;
  clear : both;
  font-size : 0.95em;
  margin:0;
  padding:0;
  margin-top:50px;
}

#divisions ul{
  padding : 5px;
  width : 100%;
  margin-top : 10px;
  display : block;
  margin-right : auto;
  margin-left : auto;
  background-color : rgb(112,113,115) !important;
}

#languages a {
  color : #707173 !important;
  white-space : nowrap;
}
#divisions a {
  color : rgb(255, 255, 255) !important;
  white-space : nowrap;
}

ul li {
  margin : 10px 0;
  color : white !important;
  display : inline;
}

h1 {
  position : relative;
  margin-left:auto;
  margin-right:auto;
  clear:both;
  }

h1 img {
  position : relative;
  top:50px;
  text-align:center;
  margin-left:auto;
  margin-right:auto;
  clear:both;
}

.menu{
  margin-right:auto;
  margin-left:auto;
  width:540px;
  padding:0;
  margin-top:150px;
  padding-bottom:50px;
  height:65px;
}

dl {
    padding : 0;
    width : 260px;
    height:65px;
    position : relative;
    float : left;
    background-image:url('img/bg_btn_home.jpg');
    margin:0;
}

dl.candidat {
  position : relative;
  margin-right : 20px;
}

dt {
   text-align : center;
   padding-top:15px;
}

dt, dt * {
    font-family : Arial;
    font-weight : bold;
    font-size : 1.25em;
    text-decoration : none !important;
}


dd {
     margin : 0px;
     padding:0;
     color : rgb(228,37,24) !important;
     font-size : 1.2em;
     text-align : center;
}

dd#entr {
  margin:0 0 0 -7px;
  padding:0;
}


span.gris {
    margin : 5px;
    color : rgb(112,113,115) !important;
}

#languages {
    float:right;
    font-size:0.9em;
    margin:0;
    padding:0;
    margin-top:10px;
}

#languages ul {
    margin: 0;
    padding: 0;
    list-style-type:none;
    list-style-image:none;
}

#languages ul li {
    margin: 0;
    padding: 0;
    color:#707173;
    display : inline;
    padding-left:21px;
    padding-right:5px;
}

#languages ul li a{
   text-decoration:underline;
   color:#707173;
}

#languages ul li a:hover{
   text-decoration:none;
}


.nl{
  background: url('img/flag_nl.gif') no-repeat;
}

.fr{
  background: url('img/flag_fr.gif') no-repeat;
}

.en{
  background: url('img/flag_uk.gif') no-repeat;
}
