.img{
    max-width: 100%;
    max-height: 100%;
      position: relative;
}
{
      margin: 0;
      padding: 0;
      }
.txtdroitauteur {
	font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	line-height: 23px;
	text-align : justify;
}
	  
.text {
	font-family: arial;
	font-size: 45px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.text_b {
	font-family: arial;
	font-size: 59px;
	font-weight: bold;
	color: #0B23D9;
	text-align: center;
	text-decoration: none;

}
.text_c {
	font-family: arial;
	font-size: 39px;
	font-weight: normal;
	color: #239005;
	text-decoration: none;

}
.text_d {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}

.text_e {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;

}
.text_f {
	font-family: arial;
	font-size: 38px;
	font-weight: bold;
	text-align: left;
	color: #000000;
	text-decoration: none;

}
.text_g {
	font-family: arial;
	font-size: 29px;
	font-weight: bold;
	text-align: center;
	color: #000000;
	text-decoration: none;

}
.text_h {
	font-family: arial;
	font-size: 32px;
	font-weight: bold;
	text-align: left;
	color: #7F070D;
	text-decoration: none;

}

.grid_4 {
    display: inline-block;
    float: center;
    margin-center: 1%;
    margin-right: 1%;
    position: relative;
}

.animated.rotateInUpcenter {
    -webkit-animation-name: rotateInUpcenter;
    -moz-animation-name: rotateInUpcenter;
    -o-animation-name: rotateInUpcenter;
    animation-name: rotateInUpcenter;
}

.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

.mbf {
    margin-bottom: 13px !important;
}
.web-mod {
    -moz-border-bottom-colors: #FFFFFF;
    -moz-border-center-colors: #FFFFFF;
    -moz-border-right-colors: #FFFFFF;
    -moz-border-top-colors: #FFFFFF;
  
    border-color: #ffffff;
    border-image: none;
    border-radius: 0px;
    border-style: none;
    border-width: 0px;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.2);
    float: center;
    margin-center: 0px;
    margin-right: 0px;
    min-height: 182px;
    padding: 0px;
    position: relative;
	top: 10px;
}

.alpha {
    margin-center: 0 !important;
}
.mb {
    margin-bottom: 20px !important;
}

.tbutton.small {
    font-size: 26px;
	text-decoration: none;

}
.tbutton {
    background: linear-gradient(rgba(0, 0, 0, 0.08) 0%, rgba(128, 128, 128, 0.08) 50%, rgba(255, 255, 255, 0.08) 100%) repeat scroll 0 0 #273878;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    bottom: 24px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1) inset;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    position: absolute;
    center: 31px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease 0s;
    white-space: nowrap;
    word-spacing: 0.2em;
}

.tbutton span {
    line-height: 2.4em;
    padding: 0 10px;
}
.tbutton span {
    background: url(images/button_bg.png) repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    overflow: hidden;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline;
}
[class^="icon-"], [class*=" icon-"] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
}
[class^="icon-"], [class*=" icon-"] {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
}
.mii {
    margin-center: 4px !important;
}



.switch-field {
  font-family: "Lucida Grande", Tahoma, Verdana, sans-serif;
  overflow: hidden;
}

.switch-title {
  margin-bottom: 6px;
}

.switch-field input {
  display: none;
}

.switch-field label {
  float: center;
}

.switch-field label {
  display: inline-block;
  width: 100px;
  background-color: #e4e4e4;
  color: rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition:    all 0.1s ease-in-out;
  -ms-transition:     all 0.1s ease-in-out;
  -o-transition:      all 0.1s ease-in-out;
  transition:         all 0.1s ease-in-out;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
  background-color: #A5DC86;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.switch-field label:first-of-type {
  border-radius: 4px 0 0 4px;
}

.switch-field label:last-of-type {
  border-radius: 0 4px 4px 0;
}
