/*-Body-*/
body {
    width: 100%;
    margin: 0;
    padding: 0;
}
body.archive1 {
  background-color: gainsboro; 
  color: dimgray;
}
body.archive2 {
  background-color: mediumaquamarine; 
  color: darkgreen;
}
body.bodyIndex {
  font-family:Helvetica; 
  background-color: #B9D9EB; 
  color: #002fa7;
}
* {
  box-sizing: border-box;
  text-align: center;
}
.main{
  display:block;
  width:100%;
  padding:10px;
}
.left, .right {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
}
.left {
  width: 40%;
  overflow: hidden;
}
.right {
  width: 59%;
}
@media screen and (max-width: 900px) {
  .left, .right {
    width: 100%;
    float:none;
  }
}
/*-Titres-*/
h1,h3{
  font-family: "Helvetica", sans-serif; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 700; 
}
h1 { 
  font-size: 28px; 
  line-height: 26.4px; 
  color: white !important; 
} 
h3 { 
  font-size: 18px; 
  color: white; 
  line-height: 10px; 
} 
.archive1 h3 { 
  line-height: 15.4px; 
} 
.bodyIndex h3{
  text-align:center;
  font-size: 18px;
}
/*-p-*/
p{
  font-family: "Helvetica", sans-serif; 
  font-size: 13px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 400; 
  line-height: 15px; 
}
h4{
  font-family: "Helvetica", sans-serif; 
  font-size: 13px; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 400; 
  line-height: 15px; 
color: white; 
}
.archive1 p { 
  font-size: 14px; 
  line-height: 20px; 
}
/*-blockquote-*/
blockquote,pre{
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif; 
  font-style: normal; 
  font-variant: normal; 
  font-weight: 400; 
}
blockquote{
  font-size: 21px; 
  line-height: 30px; 
}
/*-pre-*/ 
pre { 
  font-size: 13px; 
  line-height: 18.5714px; 
}
/*-a-*/
a { color: inherit;  } 
/*-Dans le inline*/
.fs13px{
  font-size: 13px;
}
.divfooter{
  text-align:center; 
  padding:10px; 
  margin-top:7px; 
  width:100%; 
  font-size:12px;
}
.alignCenter{text-align: center;}
.alignLeft{text-align: left;}
.alignRight{text-align: right;}
.blanc{color:#FFFFFF;}
