/* CSS Document */
html
{
    height: 100%;
}
body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    background-color: #A37D67;    /*background-image:url(design/fd_site.jpg);*/
    height:100%;
}
.titre{
    font-family: "Times New Roman", Times, serif;
    font-size: 24px;
    padding-left:10px;
    padding-top:10px;
    color: #C51F62;
    /*text-decoration: underline;*/
}
.txt{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding-left:20px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom:20px;
    color:#FFFFFF;
}

.txt a{
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color:#FFFFFF;
}

h2,
.txt h2 a {
    color: #FF247E;
    font-weight:bold;
    font-size: 18px;
    padding: 0px;
    margin:10px 0 0 0;
    height: 20px;
    text-decoration: none;
}


.txt2{
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    padding-left:10px;
    padding-top:10px;
    padding-right:10px;
    padding-bottom: 15px;
}
.hallevents a,
.hallevents a:hover,
.hallevents a:visited
{
    font-family: "Times New Roman", Times, serif;
    font-size: 40px;
    color: #C51F62;
    text-decoration: none;
}

.espaceseminaire{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 16px;
    font-style: italic;
    color: #000000;
}

.adresse{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #C51F62;
}
.adresse a{
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    font-style: italic;
    color: #C51F62;
}
.bordure{
    border-top-width: 2px;
    border-bottom-width: 2px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #C51F62;
    border-bottom-color: #C51F62;

}
.bordure_rose{
    border-right-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-left-style: solid;
    /*border-right-color: #C51F62;
    border-left-color: #C51F62;*/
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;
}
.bordure_blanche{
    /*border-right-width: 2px;
    border-left-width: 2px;
    border-right-style: solid;
    border-left-style: solid;
    border-right-color: #FFFFFF;
    border-left-color: #FFFFFF;*/
    background-image:url(design/ombre.png);
}
.menu{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFFFFF;
    padding-bottom:10px;
    padding-left:10px;
}

.imgaccueil {
    padding: 30px 10px 20px 10px;
}

h1 {
    font-size: 24px;
    font-weight: bold;
    padding: 0px;
    margin: 0 0 10px 0;
}

.activites img {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
    border: 0px;
}

.activites img:hover {
    -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bx-wrapper img{border:none;}