/* blue color : #567490*/
/* hommage color : #567490 */

body.main_body {
    background-color: #567490;
    color: black ;
}

tr:nth-child(even) {background-color: rgba(127,127,127,.1);}
/*tr:nth-child(odd) {background: #FFF}*/

pre {background-color: rgba(127,215,127,.1);}

.title_box, table caption{
    background-color:#567490;
}
.title_box h2, .title_box a.lien_RSS, #wimstailbox, #wimstailbox a, table caption{
    color:#FFF;
}

/*#wimstopbox{
    /*background-color: #567490;*/
    /*background-image: url("/wims/gifs/themes/Nikaia/portal-header.png");*/
    /*background-position: -300px -70px;
    background-repeat: no-repeat;
}*/

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

#wimsbodybox{
    background-color: whiteSmoke;
}

.oef_name_menu, table.wimstable th, #answeranalysis .oefanswername{
    background-color: #567490;
    color: #FEFEFE;
}
#wimsmenumodubox.extruder .content, #wimsmenumodubox.extruder .flap, #wimsmenumodubox.extruder .flapLabel{
    background-color: #567490;
    color: #FEFEFE;
}

#wimstailbox{
    text-align: center;
}

.infobulle{ background-color: #567490;  color: white;}

input[type="submit"],input[type="button"],body.main_body .wims_button{
    background-color:#567490;
    color:white;
}
body.main_body .wims_button_help{
    background-color:white;
    color:black;
}
ul.wimsmenu.langues li a{
    color:#FFF;
    background-repeat: no-repeat;
    padding-left:30px;
    line-height: 25px;
}
.langues .english{
    background-image: url("/wims/gifs/en.gif");
}

body div#wimsfrontpage #wimspagebox{
    max-width: inherit;
}

#wimsbodybox #wimspagebox div.wimsbody div.wims_widget_box div.box_content {
    text-align: justify;
    padding-top:0;
}

div.title_box h2 {
    line-height: normal;
    padding: 5px;
}

div.search_box div.title_box h2{
    line-height:1.6em;
}

.title_box a.lien_RSS{
    /*color:transparent;*/
    float:right;
    background-image: url("/img/Rss-feed.svg");
    background-size: contain;
    background-position:right;
    background-repeat: no-repeat;
    line-height:1.8em;
    padding-right:2em;
    margin:2px;
}

.title_box a.lien_RSS:hover{
    color:white;
}

a:hover{
    opacity: .75;
}

.box_content li{
    margin-bottom: 6px;
}

#wimstopbox .menuglobal{
    text-align: center;
}

ul.menuglobal li a{
    text-shadow: none;
}

.wims_home_list li {
    list-style: none;
    padding: 3pt 2pt;
    margin-top: 10pt;
    margin-right: 0%;
    margin-bottom: 3pt;
}
.wims_home_list li:nth-child(even) {background-color: #DFDFDF}

#wimsmenubox{
    background-color: black;
    color:#EFEFEF;
    line-height:2em;
}
#wimsmenubox a{
    color:#EFEFEF;
}
/* Anything Slider **/

 #slider1 {
  width: 100%;
  height: 500px;
  list-style: none;
 }
 
 .anythingSlider .back{
     background-image: none;
 }
 .anythingSlider iframe{
     overflow:hidden;
     border:none;
 }
 
 .anythingSlider-default.activeSlider .anythingWindow {
     border-top:none;
     border-color: #567490;
 }
 
  .anythingSlider-default.activeSlider .anythingControls a {
     background-color: #567490;
     text-shadow: none;
 }
 
 .anythingSlider-default.activeSlider .anythingControls a.start-stop {
    background-color: #567490;
    color: white;
    width:auto;
 }
 
 .anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover {
     background: #567490;
     color:white;
 }


/*.anythingSlider .panel{
    overflow: inherit;
}*/