﻿@import url('Site.css');
body {
    padding-top: 100px;
    padding-bottom: 20px;
    background-color:#ffffff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    background-color:#ffffff;
/*    background-image:url(images\ecran7____.png);*/
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover;
  
}
.body-contentWithe {

    background-color:white;
    background-repeat:no-repeat;
    background-attachment:fixed;
    background-size:cover; 
}


footer{
    background-color:#ffffff;
    padding-left: 15px;
    padding-right: 15px;
    color:#2e2d2d;
    font-size:14px;line-height:1.428571429;
}

header{
    background-color:azure;
}

glyphiconRechercher{
    color:#D7C705;font-size:3em
}
glyphiconCalendar{
    color:#109CF1;font-size:3em
}
glyphiconValider{
    color:#0DC21B;font-size:3em
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
     min-width: 1px;
     max-width: 450px;
     margin-bottom:30px;
}








