/*
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 : 19-mars-2015, 15:01:11
    Author     : GRATIEN
*/
h1{
    font-size: 26px;
}
h2{
    font-size: 22px;
}
h3{
    font-size: 18px;
}
footer{
    padding: 0px;
    margin: 0px;
    color: white;
}
#div-footer{
    padding: 20px 100px 20px 100px;
}
#div2{
    color: white;
}
.border{
    /*  border: 1px solid lightgrey;
      -webkit-border-radius: 5px 5px 5px 5px;
      border-radius: 5px 5px 5px 5px; 
      margin-bottom: 20px;
      padding: 0px 20px 20px 20px;
      background-color: white;*/
    padding-bottom: 20px;
}

#divlogo{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
#divlangue{
    color: white;
    font-weight: bold;
}

#divmenu{
    padding-top: 10px;
}

#nav_menu_fr a, #nav_menu_en a, #nav_menu_nl a{
    color: lightgrey;
    margin-left: 20px;
}
.navbar-nav a.active:hover, .navbar-nav a:hover   { 
    text-decoration: none;
    color: white;
    border-bottom: 4px solid white;
    padding-bottom: 10px;
}
.navbar-nav a.active   { 
    border-bottom: 3px solid white;
    padding-bottom: 10px;
    color: white;
}

.navbar-collapse{
    margin-bottom: 0px;
}
.navbar-default {
    background: none;
    //background-image:linear-gradient(#444, black);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px; 
    border: 0px;
}

body{
    background-color: #cde5ea;
}
.bgcol1{
    background-color: #cde5ea;
}
.bgcol2{
    background-color: #064352;
}
.bgcol3{
    background-color: #006176;
}
.bgcol4{
    background-color: #092a34;
}
.bgcol0{
    background-color: white;
}

.navbar-nav a.active  { 
    border-bottom: 3px solid #f28920;   
}

.navbar-nav a.active:hover, .navbar-nav a:hover   { 
    border-bottom: 4px solid #f28920;
}

a:hover, a:active{
    color:grey;
}

#div2 a:hover{
    color:white;
}
a:link, a:visited{
    color: #f28920;
}
#div-rch{
 text-align: center;   
}

.prix{
    color: #006176;
}
.produit{
    background-color: #cde5ea;
}
.produit:hover{
    color: white;
}
