#bovideo {
  display: flex;
  margin: 0px auto 5px;
}

#gavideo {
  float: left;
  width: 57%;
  margin: auto;
}

#drvideo {
  width: 43%;
  float: right;
  text-align: right;
  background-color: white;
}

.inline {
  padding-top: 5px;
  vertical-align: middle;
  display: inline-block;
  height: 1em;
  float: left;
  text-align: right;
  padding-right: 15px;
  margin: auto;
}

.lienv {
  color: #009955;
}

.lienv:hover {
  color: #ff4400;
}

#boite {
  display: flex;
  margin: 0px auto 5px;
}

#gauche {
  float: left;
  width: 40%;
  margin: auto;
}

#droite {
  width: 60%;
  float: right;
  text-align: right;
  background-color: white;
}

#centrer {
  text-align: center;
  margin: auto;
}

.parent {
  display: flex;
  float: left;
}

.enfant {
  margin: auto;
}

.cerclebleu {
  margin: auto 10px auto auto;
  width: 25px;
  background: white none repeat scroll 0% 0%;
  border: 3px solid #016087;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  line-height: 25px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1em;
  color: #016087;
  font-weight: bold;
}

.annonce {
  width: 1250px;
  margin: auto;
  text-align: center;
  height: 49px;
  line-height: normal;
}

@media screen and ( max-width : 1300px ) {
  .annonce {
    width: 100%;
    text-align: center;
    height: auto;
  }
}

.cercleorange {
  margin: auto 10px auto auto;
  width: 25px;
  background: white none repeat scroll 0% 0%;
  border: 3px solid #cf5003;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  line-height: 25px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1em;
  color: #cf5003;
  font-weight: bold;
}

.cerclevert {
  margin: auto 10px auto auto;
  width: 25px;
  background: white none repeat scroll 0% 0%;
  border: 3px solid green;
  height: 25px;
  text-align: center;
  border-radius: 25px;
  line-height: 25px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1em;
  color: green;
  font-weight: bold;
}

.titre {
  width: auto;
  margin: 0px auto 30px;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1.6em;
  color: #355e91;
  font-weight: bold;
  border: 6px solid red;
  border-radius: 18px;
  padding: 3px;
}

.chapitre {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1.6em;
  color: #355e91;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 0px;
}

.conclusionc {
  width: 600px;
  margin: 10px auto 15px;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1.2em;
  color: red;
  background: #fcf9e0 none repeat scroll 0% 0%;
  font-weight: bold;
  border: 3px solid #355e91;
  border-radius: 18px;
  padding: 40px;
}

.conclusionl {
  width: auto;
  margin: 5px auto;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1.6em;
  color: red;
  background: #fcf9e0 none repeat scroll 0% 0%;
  font-weight: bolder;
  border: 3px double #355e91;
  border-radius: 18px;
  padding: 4px;
}

#i {
  font-style: italic;
}

#b {
  font-weight: bold;
}

#s {
  text-decoration: underline;
}

#red {
  color: red;
}

#rf {
  color: red;
  font-weight: bold;
}

#rs {
  color: red;
  text-decoration: underline red;
}

#sortir {
  clear: both;
}

#rfs {
  color: red;
  font-weight: bold;
  text-decoration: underline red;
}

#blue {
  color: #355e91;
}

#bf {
  color: #355e91;
  font-weight: bold;
}

#bclairf {
  color: #0066ff;
  font-weight: bold;
}

#bs {
  color: #355e91;
  text-decoration: underline #355e91;
}

#bfs {
  color: #355e91;
  font-weight: bold;
  text-decoration: underline #355e91;
}

#sr {
  text-decoration: underline red;
}

.container {
  width: 1250px;
  margin: auto;
  font-size: 1.5em;
  text-align: left;
}

.texte {
  padding-left: 30px;
  text-decoration: none;
  text-align: left;
}

#chimie {
  margin: 5px auto;
  padding: 10px;
  position: relative;
  width: 200px;
  background: #f39d1d none repeat scroll 0% 0%;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
}

h0 {
  padding: 0px;
  color: white;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 0.1em;
}

h1 {
  padding-bottom: 0px;
  color: #ee0000;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 1em;
}

h2 {
  padding-bottom: 1px;
  color: #f46200;
  text-align: left;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 0.9em;
}

h3 {
  padding: 0px;
  margin: 0px;
  color: #f46200;
  text-align: center;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 0.01em;
}

h4 {
  color: #008800;
  font-weight: normal;
  text-align: left;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
  font-size: 0.9em;
}

@media screen and ( max-width : 1250px ) {
  #droite {
    text-align: center;
  }
  .container {
    width: 99%;
    padding-left: 5px;
    margin: 0px auto auto;
    font-size: 1.3em;
  }
}

@media screen and ( max-width : 1110px ) {
  .container {
    width: 99%;
    padding-left: 5px;
    margin: 0px auto auto;
    font-size: 1.2em;
  }
  #droite {
    text-align: center;
  }
  .titre {
    width: 300px;
    margin: 25px auto;
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1.1em;
    color: #355e91;
    font-weight: bold;
    border: 3px solid red;
    border-radius: 18px;
    padding: 30px;
  }
  .chapitre {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1.1em;
    color: #355e91;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .conclusionc {
    width: 500px;
    margin: 8px auto 10px;
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1em;
    color: red;
    background: #fcf9e0 none repeat scroll 0% 0%;
    font-weight: bold;
    border: 2px solid #355e91;
    border-radius: 18px;
    padding: 20px;
  }
  .conclusionl {
    width: 500px;
    margin: 8px auto 10px;
    text-align: left;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1em;
    color: red;
    background: #fcf9e0 none repeat scroll 0% 0%;
    font-weight: bold;
    border: 2px solid #355e91;
    border-radius: 18px;
    padding: 20px;
  }
  #chimie {
    margin: 5px auto auto;
    padding: 5px;
    width: 180px;
    background: #f39d1d none repeat scroll 0% 0%;
    border-radius: 10px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
  }
  h1 {
    margin: auto;
    font-size: 0.9em;
    width: 100%;
  }
}

@media screen and ( max-width : 800px ) {
  #bovideo {
    flex-direction: column;
  }
  #gavideo {
    margin: auto;
  }
  #drvideo {
    margin: auto;
  }
  .container {
    width: 99%;
    padding-left: 5px;
    margin: 0px auto auto;
    font-size: 1em;
  }
}

#cinq {
  width: 500px;
  list-style: outside none none;
  margin: 0px;
  padding: 0px;
}

#cinq li {
  float: left;
  width: 500px;
  border: 2px solid #e3d6be;
  border-radius: 20px;
  margin-bottom: 5px;
}

#cinq li a {
  display: block;
  background-color: #fcf9e0;
  background-image: url("images/trait_rose.png");
  background-repeat: no-repeat;
  background-origin: border-box;
  background-position-x: 40px;
  border-radius: 20px;
  color: black;
  padding: 5px 5px 5px 10px;
  text-align: left;
  text-decoration: none;
}

#cinq li a.bilan {
  color: #ee0000;
  font-weight: bold;
  text-transform: uppercase;
}

#cinq li a:hover, #cinq li a:focus, #cinq li a:active, #cinq li a.bilan:hover {
  background-color: #de1818;
  color: white;
}

@media screen and ( max-width : 1250px ) {
  #cinq {
    width: 505px;
  }
  #cinq li {
    width: 505px;
  }
  #cinq li a {
    background-position-x: 31px;
  }
}

@media screen and ( max-width : 1000px ) {
  #bovideo {
    display: flex;
    margin: 0px auto 5px;
  }
  #gavideo {
    float: left;
    width: 41%;
    margin: auto;
  }
  #drvideo {
    width: 59%;
    float: right;
    text-align: right;
    background-color: white;
  }
  #cinq {
    width: 316px;
  }
  #cinq li {
    width: 316px;
  }
  #cinq li a {
    background-position-x: 23px;
    font-size: 0.8em;
    padding-left: 5px;
  }
}

@media screen and ( max-width : 760px ) {
  .conclusionc {
    width: 298px;
    margin: 8px auto 10px;
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1em;
    color: red;
    background: #fcf9e0 none repeat scroll 0% 0%;
    font-weight: normal;
    border: 1px solid #355e91;
    border-radius: 18px;
    padding: 20px 5px;
  }
  .conclusionl {
    width: 298px;
    margin: 8px auto 10px;
    text-align: left;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1em;
    color: red;
    background: #fcf9e0 none repeat scroll 0% 0%;
    font-weight: normal;
    border: 1px solid #355e91;
    border-radius: 18px;
    padding: 20px 5px;
  }
  .titre {
    width: 298px;
    margin: 20px auto;
    text-align: center;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, Verdana, Calibri, sans-serif;
    font-size: 1.1em;
    color: #355e91;
    font-weight: bold;
    border: 3px solid red;
    border-radius: 18px;
    padding: 25px 5px;
  }
  #boite {
    width: 99%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
  #gauche {
    width: 99%;
    padding-left: 0px;
    padding-top: 0px;
  }
  #droite {
    width: 99%;
    text-align: center;
  }
}

#bo {
  display: flex;
  margin: 0px auto 5px;
}

#ga {
  float: left;
  width: 50%;
  margin: auto;
}

#dr {
  width: 50%;
  float: right;
  text-align: right;
  background-color: white;
  margin: auto;
}

@media screen and ( max-width : 1250px ) {
  #dr {
    text-align: center;
  }
}

@media screen and ( max-width : 760px ) {
  #bovideo {
    width: 99%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
  #gavideo {
    width: 99%;
    padding-left: 0px;
    padding-top: 0px;
  }
  #drvideo {
    width: 99%;
    text-align: center;
  }
  #bo {
    width: 99%;
    display: flex;
    margin: auto;
    flex-direction: column;
    align-items: center;
  }
  #ga {
    width: 99%;
    padding-left: 0px;
    padding-top: 0px;
  }
  #dr {
    width: 99%;
    text-align: center;
  }
}

.couleurrouge {
	color: #F00;
}
