@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light);

.temoignage p{
    font-family: 'Shadows Into Light', cursive;
    font-size: x-large;
}
.bordered {
    border: 2px #e4e4e4 solid;
}

.center{
  text-align: center;
  margin: 0 auto 0 auto;
}

.right-align{
  text-align:right;
}
.clean {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.alert{
  color: red;
}

body{
  background-image:url(../img/background_sky.jpg);
  background-attachment:fixed;
  background-repeat: no-repeat;
  background-size:100% 100%;
  background-position: center;
}

p{
 text-align: justify;
}

#upper_block{
  background-color:white;
  opacity:0.9;
}

#no_bullet_list{
    list-style-type: none;
}

*#title{
  font-family: 'Times New Roman', cursive;
}
*#header_menu{
  column-count:auto;
}

div#main_link{
    display:inline-block;
    vertical-align:top;
    padding: 0px;
}

header{
  padding-top: 0.5cm;
}

.jumbotron{
  padding-top:10px;
}

*.grey {
    background-color:whitesmoke;
    border:solid 1px white;
    padding-top: 15px;
    padding-bottom: 15px;
}

h5#footer{
  font-family: 'Zapf Chancery', cursive;
  text-align: right;
  font-size: 10px;
}

img {
   display: block;
   margin: auto;
}

.underlined {text-decoration: underline;}
.bold{font-weight: bold;}

.clicZone{
    cursor: pointer;}

.jumbotron {
height: 50%;}
