body
{
    background-image: linear-gradient(to left, white, gray, white);
}
.form
{
    vertical-align: bottom;
    background-color:#ffcc00;
    display:none;
}
.content
{
    max-width: 995px;
    width:100%;
    height: 100%;
    min-height: 100vh;
    margin: 0px auto;
    position: relative;
    background: #ffffff;
    padding: 0px 10px 0px 10px;

}
.footer
{
    background: #ffcc00;
    font-size: 10px;
    text-align: center;
}
.yellow
{
    color:#ffcc00;
}
.blue
{
    color:#2aabd2;
}
.green
{
    color:#3e8f3e;
}
.h2-header
{

    display: inline-block;
    font-size: 20px;
}
.h1-header
{

    display: inline-block;
    font-size: 55px;
}
.h1-header>a
{
    text-decoration: none;
    color: #333;
}
.renseignement-header
{
    margin-top: 25px;
    float:right;
    display: inline-block;
}
.padding-top-10px
{
    padding-top:10px;
}
.padding-left-10px
{
    padding-left: 10px;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
    background: #ffcc00;
}
.nav-tabs>li
{
    font-weight: bold;
}
.body
{
    margin-top: 15px;
    font-size: 16px;
}
.renseignement-body
{
    float:right;
}
.btn
{
    margin-top:24px;
}

.btn-recherche
{
    font-size: 16px;
    font-weight: bold;
}
.size09
{
    font-size: 12px;
}
.annonceTitle{
    color:#f0f0f0;
    padding: 5px;
    background-color: #0f0f0f;
    border-radius: 5px 5px 0px 0px;
    border:3px #0f0f0f solid;
    margin-bottom: 2px;
    width: 300px;
}
.annonceContent
{
    margin-top: 0px;
    border: 1px #0f0f0f solid;
    width: 300px;
    height: 250px;
}
