/* cmsms stylesheet: gb_entete modified: 26/03/2018 19:09:16 */
/* gB.2018.v3 - feuille de style - gb_entete */

/*********************************************/
/*******             header            *******/
/*********************************************/

div#header {
  margin: 0;
  padding: 0;
  height: 2em;
  text-align: center;
  }

#header h1 {
  color: #3000b0;
  font-size: 1.4em;
  font-weight: bold;
  font-style: italic;
  text-align: center;
  }

#header img {
  height : 1.2em;
}
/* cmsms stylesheet: gb_login modified: 26/03/2018 19:10:01 */
/* gB.2018.v3 - feuille de style - gb_login */

/* == styles pour la page ================= */
html {
  font-size: 1em;
  }

body {
  background-color: #080020;
  }

div#page {
  clear: both;
  width: 96%;
  margin: auto; 
  }

/* == styles pour le contenu ============== */

div#content {
  clear: both;
  color: #e0e0e0;
  display: block;
  padding: 0px;
    /* pour que content englobe les 2 colonnes jusqu'au fond */
  overflow: auto;
  }


div#contenu {
  background-color: #f0f0ff;
  color: #602050;
  padding: 10%;
  }

div.boite {
  border-width: 1px;
  border-color: #602050;
  border-style: solid;
  padding: 5%;
  }

#contenu h2 {
  line-height: 1.8em;
  font-size: 1.2em;
  text-align: left;
  }

#contenu p {
  line-height: 1.2em;
  font-size: 0.8em;
  text-align: left;
  }

/* == FIN ================================= */
/* cmsms stylesheet: gb_piedpage modified: 26/03/2018 19:10:54 */
{* gB.2018.v3 bonnavenc - pied de page : gb_piedpage *}

/*************************************************/
/*******            pied de page           *******/
/*************************************************/


div#footer {
  display: block;
  margin:  0;
  padding: 0;
  min-height: 2em;
  color: #8080ff;
  }

div#footleft {
  display: inline;
  float: left;
  width: 33%;
  min-width: 200px;
  text-align: center;
  font-size: 70%;
  padding: 4;
  margin: 0;
  }

div#footmidle {
  display: inline;
  float: left;
  width: 34%;
  min-width: 200px;
  text-align: center;
  font-size: 70%;
  padding: 4;
  margin: 0;
  }


div#footright {
  display: inline;
  float: left;
  width: 33%;
  min-width: 200px;
  text-align: center;
  font-size: 70%;
  padding: 4;
  margin: 0;
  }

#footer a.external {
  color: #9090ff;
  }
