/* ###LANGUES## */
#langues {
  float: right;
  padding-top: 6px;
  text-align: right;
  /* width: 115px;*/
  width:100px;
}

#langues a{
color:#FFFFFF;
/*border:1px dotted #ffffff;
padding:2px;*/
}

#langues img{
  display:inline;
  padding-left:5px;
  padding-right:5px;
}

/* ###FAST LINKS## */
#fast_links {
  float: right;
  width: 650px;
  text-align:right;
  padding-top:10px;
}

#fast_links a{
color:#FFFFFF;
}

#fast_links img{
  display:inline;
  padding-left:9px;
  padding-right:9px;
}

/* ###TOP MENU### */
#top_menu_container {
  float: right;
  width: 650px;
}

/*#menu
{
        width: 650px;
    height:32px;
    float:right;
        margin: 10px 0 0;
        padding: 0;
        list-style: none;
        background: #7ccfff;
        background: -moz-linear-gradient(#7ccfff, #337faa);
      background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #337faa),color-stop(1, #7ccfff));
        background: -webkit-linear-gradient(#7ccfff, #337faa);
        background: -o-linear-gradient(#7ccfff, #337faa);
        background: -ms-linear-gradient(#7ccfff, #337faa);
        background: linear-gradient(#7ccfff, #337faa);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ccfff', endColorstr='#337faa',GradientType=0 );  /*IE6-9

}*/

#menu
{
    /*width: 650px;*/
    height:30px;
    float:right;
        margin: 18px 0 0;
        padding: 0;
        list-style: none;
        background: #b0e0fc;
        background: -moz-linear-gradient(#72c5f5, #4FABE0);
      background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #4FABE0),color-stop(1, #72c5f5));
        background: -webkit-linear-gradient(#72c5f5, #4FABE0);
        background: -o-linear-gradient(#72c5f5, #4FABE0);
        background: -ms-linear-gradient(#72c5f5, #4FABE0);
        background: linear-gradient(#72c5f5, #4FABE0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c5f5', endColorstr='#4FABE0',GradientType=0 );  /*IE6-9*/

}


#menu img {
padding:0;
margin:10px 0 0;
display:inline;
}

#menu li
{
        float: left;
        padding: 0 0 2px;
        position: relative;
}

#menu a
{
        float: left;
        height: 25px;
        padding: 3px 6px;
        color: #003b5c;
        font: bold 13px/25px Skia, Bell MT, Arial, Helvetica;
        text-decoration: none;
    text-transform:uppercase;
    
    /*text-shadow: 0.1em 0.1em 0.05em #cccccc;*/
    
}

#menu li:hover > a
{
        color: #004268;
    background: #cccccc;
        background: -moz-linear-gradient(#cccccc, #eeeeee);
      background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #eeeeee),color-stop(1, #cccccc));
        background: -webkit-linear-gradient(#cccccc, #eeeeee);
        background: -o-linear-gradient(#cccccc, #eeeeee);
        background: -ms-linear-gradient(#cccccc, #eeeeee);
        background: linear-gradient(#cccccc, #eeeeee);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );  /*IE6-9*/
}

*html #menu li a:hover /* IE6 */
{
        color: #fafafa;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    /*-moz-border-radius: 5px;
    border-radius: 5px;*/
}

#menu ul li
{
    float: none;
    margin: 0;
    padding: 0;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  color:#F9F9F9;
}

#menu ul li a
{
  color:#ffffff;
  line-height:20px;
  padding:6px 11px;
  white-space:normal;
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#menu ul a
{
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
  font: bold 14px/10px Skia, Bell MT, Arial, Helvetica;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#menu ul a:hover
{
      background: #B0E0FC;
        background: -moz-linear-gradient(#72c5f5, #4FABE0);
        background: -webkit-gradient(linear, left top, left bottom, from(#72c5f5), to(#4FABE0));
        background: -webkit-linear-gradient(#72c5f5, #4FABE0);
        background: -o-linear-gradient(#72c5f5, #4FABE0);
        background: -ms-linear-gradient(#72c5f5, #4FABE0);
        background: linear-gradient(#72c5f5, #4FABE0);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72c5f5', endColorstr='#4FABE0',GradientType=0 );  /*IE6-9*/
}

#menu ul li:first-child a
{
    /*-moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;*/
}

#menu ul.niv2 li:first-child a:after
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}


body#typo3-backend-php {
    margin: 0;
    padding: 0;
}
.x-viewport, .x-viewport body {
    border: 0 none;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.x-border-layout-ct {
    background-color: #F0F0F0;
}
.x-border-layout-ct {
    background: none repeat scroll 0 0 #EFEFF4;
}
.x-border-layout-ct {
    position: relative;
}
body {
    color: black;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: 14px;
}
body {
    background-color: #F8F8F8;
}
select, textarea, input, td, body, .defstyle, p, div {
    margin: 0;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}
img, body, html {
    border: 0 none;
}
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}


#menu ul li:first-child a:hover:after
{
    border-bottom-color: #6fc2f3;
  /*#578BA8;*/
}

#menu ul.niv3 li a:after {
   border:none !important;
}
#menu ul.niv3 li:first-child a:after {
    border-color: transparent #444444 transparent transparent !important;
    border-style: solid !important;
    border-width: 7px 9px 6px 5px !important;
    content: "";
    height: 0;
    left: -14px;
    position: absolute;
    top: 8px;
    width: 0;
}
#menu ul.niv3 li:first-child a:hover:after
{

    border-right-color: #6fc2f3 !important;

}


#menu ul li:last-child a
{
    /*-moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;*/
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

/* html #menu             { zoom: 1; } /* IE6 */
/*:first-child+html #menu { zoom: 1; } /* IE7 */

#menu li.current_page_item {
    /*background: #444;
    background: -moz-linear-gradient(#fff, #edf7fb);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #edf7fb),color-stop(1, #fff));
    background: -webkit-linear-gradient(#fff, #edf7fb);
    background: -o-linear-gradient(#fff, #edf7fb);
    background: -ms-linear-gradient(#fff, #edf7fb);
    background: linear-gradient(#fff, #edf7fb);
-moz-border-radius: 5px 5px 0 0;
 border-radius: 5px 5px 0 0;*/
}

#menu li.current_page_item a {
  color:#ffffff;
}
.niv3 {
    margin-left: 264px !important;
    position: absolute !important;
    top: 0 !important;
}

.niv2 li {width:264px;}


/* ----------------------------------------------Column Navigation-------------------------------------*/

#column .subnav{display:block; /*width:250px; padding:25px; background-color:#F9F9F9; margin-bottom:30px;*/}

#column .subnav h1{
  margin:0 0 10px 0;
  padding:0 0 10px 0;
  font-size:20px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666666;
  background-color:#F9F9F9;
  line-height:normal;
  border-bottom:1px dotted #cccccc;
  background-image:none;
  }

#column .subnav h2{
  margin:0 0 20px 0;
  padding:0 0 14px 0;
  font-size:18px;
  font-weight:normal;
  font-family:Georgia, "Times New Roman", Times, serif;
  color:#666666;
  background-color:#F9F9F9;
  line-height:normal;
  border-bottom:1px dotted #cccccc;
  }

#column .subnav ul{
  margin:0;
  padding:0;
  list-style:none;
  }

#column .subnav li{
  margin:0 0 3px 0;
  padding:0;
  }

#column .subnav ul ul, #column .subnav ul ul ul, #column .subnav ul ul ul ul, #column .subnav ul ul ul ul ul{border-top:none; padding-top:0;}

#column .subnav a{
  display:block;
  margin:0;
  padding:5px 10px 5px 20px;
  color:#777777;
  background:url("../templates/images/blue_file.gif") no-repeat 10px center /*#F9F9F9*/;
  text-decoration:none;
  border-bottom:1px dotted #cccccc;
  font-family:Skia, Verdana, Arial, Helvetica, sans-serif;
  }

#column .subnav a:hover{color:#8397A2; /*background-color:#F9F9F9;*/}

#column .subnav ul ul a, #column .subnav ul ul ul a, #column .subnav ul ul ul ul a, #column .subnav ul ul ul ul ul a{background:url("../templates/images/black_file.gif") no-repeat #F9F9F9;}
#column .subnav ul ul a{padding-left:40px; background-position:30px center;}
#column .subnav ul ul ul a{padding-left:50px; background-position:40px center;}
#column .subnav ul ul ul ul a{padding-left:60px; background-position:50px center;}
#column .subnav ul ul ul ul ul a{padding-left:70px; background-position:60px center;}


/* ----------------------------------------------Footer-------------------------------------*/

.tx-msfootermenu-pi1 {
  font-size: 11px;
  color: #4C4C4C;
  margin: 0.5em auto;
  display: table;
}

.tx-msfootermenu-pi1 div.footergroup {
  display: inline-block;
  float: left;
  vertical-align: top;
  margin: 0 0.75em;
  text-align: left;
}

.tx-msfootermenu-pi1 ul {
  margin: 0;
  padding:0;
  list-style-image: none;
  list-style-type: none;
  list-style-position: outside;
}

.tx-msfootermenu-pi1 .footerlink {
  display: inline-block;
    margin: 2.35em;
    vertical-align: top;
}

.tx-msfootermenu-pi1 a.footerlink {
  color: gray;
}

.tx-msfootermenu-pi1 .footerparent {
  font-weight: bold;
  margin-bottom: 0.25em;
}
