/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 14.11.2015, 15:10:52
    Author     : bonga
*/



body
{//
    background-color: #99ccff;
    background-color: darkgray;//
    color: white;
    /* color: black; */

}

.navbar-default
{
    background-color: black;
    border-color: red;
}

.navbar-brand, h3
{
    font-family: "Merienda";
    //font-family: "Berkshire Swash";
    font-size: 2em;
    font-weight: bold;
}

.navbar-default .navbar-brand
{
    color: #FF5A09;
    font-weight: bold;
}
.navbar-default .navbar-nav>.active>a
{
    background-color: #FF5A09;
    color: white;
    font-weight: bold;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus
{
    color: black;
    background-color: lightgrey;
}


.navbar-default .navbar-nav>li>a
{
    color: white;
}

.dropdown-menu
{
    border-radius: 0.6em;
    border-color: red;
}

#quiSuisJe, #monContact
{
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    //color: white;
    color: black;
    //background-color: lightgrey;
    background-color: #FF5A09;
    
}

#mesPoemes
{
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    //color: white;
    color: black;
    
}

#quiSuisJeDiv, #monContact
{
    //background-color: lightgrey;
    background-color: #FF5A09;
    border: 1px solid black;
    //border-width: 2px 0px 2px 0px;
    border-width: 0.15em 0em 0.15em 0em;
    //border-color: red;
}

#mesPoemesDiv
{
    
}

.btn-default
{
    border-color: #FF5A09;
}

.btn-default:hover
{
    border-color: black;
    background-color: #FF5A09;
    color: white;
    font-weight: bold;
}


.header-rounded
{
    border-radius: 1.5em 1.5em 0em 0em;
}

.footer-rounded
{
    border-radius: 0em 0em 1.5em 1.5em;
}
