/* général
*/

body {
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}
h1.title {
    /*font-size: 2em;*/
    clear: both;
}
a.tri {
    font-size: 8pt;
    text-decoration: none;
}
h3.tri {
    margin-bottom: 2pt;
}
/*
#content, #left_bar{
    margin-top: 45px;
}
*/
#left-content,#right-content,#full-content{
    margin-top: 5px;
    border-style:solid;
    border-width: 0px;
}

.center{
    text-align: center;
    font-size: 20px;
    padding: 5px;
    
}

.center_title{
    color: #ffffff;
    font-size: 125%;   
}
.sp {
    margin-bottom: 0px;
}
.titre {
    font-size: 125%;
    margin : 10px 0px 10px 0px;
}
.top_arrow{
    height: 50px;
}
.down_arrow{
    height: 100px;
}
.left_arrow{
    height: 30px;

}
.right_arrow{
    height: 30px;
    position: absolute;
    right: 10px;
}
.espece{
    height: 250px;
}
.photo{
    width: 410px;
}
.bord{
    border-style:solid;
    border-width: 1px;
    padding: 5px;
    text-align: center;
}
.mois{
    padding-bottom: 0px;
}
#pheno{
   
}
.espece_text{
    text-align: justify;
    margin-top: 10px;
    font-size: 110%;
}
.link_espece {
    text-decoration: none;
    
}
/* navigation */

#top_nav{
  /*position: fixed;*/
  background-color: #3b5998;
  margin-top: 0px;
}
hr{
    margin-bottom: 0px !important;
    border-bottom: 1px solid #000;
}
ul.top_nav li{
    float: left;
    text-transform:   uppercase;
    margin: 10px;
}

ul.top_nav{
    list-style-type:none;
    display: block;
}

.top_nav_link {
    text-decoration: none;
    font-size: 14px;
    color: #FFFFFF !important;
}

ul.top_nav li.login{
    float: right;
}

.link {
    text-decoration: none;
    font-size: 14px;
}