@charset "utf-8";

body
{
  min-width:100%;
  max-width:100%;
}

header, header *
{
  display:none;
}

#accueil_slideshow
{
  display: none;
}

#ancre
{
  display: none;
}

#temp_spacer
{
  display: none;
}

.banner
{
  min-height: 100px;
  max-height: 100px;
  padding-top: 50px;
  padding-bottom: 40px;
}

.banner p
{
  font-size: 25px;
}

#banner_experimente
{
  background-image: url("../images/notre_desir.jpg");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

#banner_predication
{
  background-image: url("../images/predications.jpg");
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
}

.tabs p
{
  font-size: 25px;
}

.tab_item
{
  font-size: 18px;
}

#carte
{
  width:100%;
}

#contact_title
{
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 25px;
}

#contact_top
{
  min-height:800px;
  max-height:800px;
}

#contact_top img
{
  position: relative;
  float:left;
  width:100%;
  height:auto;
  left:0;
  right:0;
  margin-left:auto;
  margin-right:auto;
}

#contact_top_texte
{
  padding-left: 5%;
  min-width:95%;
  max-width:95%;
  position :relative;
  float:left;
  margin-top: 15px;
  top: 0px;
  left: 0px;
}

#contact_adresse, #contact_adresse *
{
  margin-top: 5px;
}

#contact_invitation
{
  margin-top:20px;
}

#contact_evenements
{
  color:white;
  margin-top:20px;
  margin-bottom:20px;
  font-style: italic;
}

#contact_bottom
{
  min-height: 150px;
  max-height: 150px;
}

#contact_bottom_texte
{
  padding-left: 5%;
  min-width:95%;
  max-width:95%;
  left : 0px;
}

footer
{
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
}