body
{
  padding: 0;
  background: #6C859C;
  min-width: 320px;
  margin-left: 0px; 
  margin-right: 0;
  margin-top: 0;
}

p,ul,ol,li,dl,dt,dd,td,div
{
  font-size: 11px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #663300;
  text-align: justify;
}

label, #toggle
{
    display: none;
}

nav 
{
    margin: auto;
    width: 80%;
    height: 30px;
    background: #3a71ab;
}
 
nav .main_pages 
{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
 
nav .main_pages a 
{
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-decoration: none;
    font-family: Arial, sans-serif;
    color: white;
}
 
nav a:hover 
{
    background: #5A5766
}

h4
{
	font-size: 30px;
	text-shadow: -1px -1px #eee, 1px 1px #888, -3px 0 4px #000;
	font-family:"Segoe print", Arial, Helvetica, sans-serif;
	color:#ccc;
	padding:16px;
	font-weight:lighter;
	-moz-box-shadow: 2px 2px 6px #888;  
	-webkit-box-shadow: 2px 2px 6px #888;  
	box-shadow:2px 2px 6px #888;  
	text-align:center;
	display:inline;
	line-height:92px;
}

@media all and (max-width: 991px)
{
    nav
    {
        height: 60px;
    }
 
    nav .main_pages 
    {
        display: none;
        flex-direction: column;
        background: #48435C;
        height: 220px;
    }
 
    nav .main_pages a {
        width: 50%;
    }
 
    label 
    {
        width: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
        font-size: 40px;
        color: white;
        cursor: pointer;
    }
 
    #toggle:checked + .main_pages {
        display: flex;
    }
	div#pagebody
	{
	margin-top: 200px;
	padding: 5px;
	line-height: 1em; /* bug IE */
	}
	h4
	{
	font-size: 16px;
	}
}




.titre
{
  height: 20px;
  vertical-align: middle;
  font-size: 13px;
  background: #FFCC33;
  font-weight: bold;
  color: #CC3300;
  text-align: center;
  width: 95%;
}


h1
{
  margin-top: -7px;
  clear: both;
  text-align: center;
  background: #FFCC33;
  font-weight: bold;
  color: #CC0000;
  font-size: 11px;
  font-style: italic;
}

h2
{
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
}

h3
{
  font-size: 13px;
  font-weight: bold;
  color: #000099;
  text-decoration: underline;
}

img
{
  border: none;
  max-width: 70%;
}

div.centre
{
  text-align: center;
}

div#global
{
  background: #FFFFCC;
  width: 99%;
  border-style: solid;
  border-color: #000000;
  border-width: 2px;
}

div#pagebody
{
  padding: 5px;
  line-height: 1em; /* bug IE */
}

div#pageleft
{
  float: left;
  line-height: 1.3em; /* bug IE */
  width: 130px;
  text-align: center;
}

div#pagemain
{
  margin-left: 140px;
}

div.pagemsg
{
  margin-left: 50px;
}

div#top
{
  background-image: url(images/fond.jpg);
  height: 100px;
  clear: both;
  text-align: center;
  vertical-align: middle;
}

div.barre
{
  clear: both;
  text-align: center;
  background: #FFCC33;
  font-weight: bold;
  color: #CC0000;
}

div.bas, div.bas a
{
  clear: both;
  text-align: center;
  background: #FFCC33;
  font-size: 10px;
  color: #6C859C;
}

div.menublock
{
  font-weight: bold;
  color: #000099;
  background: #FFCC33;
  border-style: solid;
  border-color: #FFCC66;
  border-width: 2px;
  width: 125px;
  margin-bottom: 5px;
  text-align: center;
}

div.menubody
{
  font-weight: normal;
  color: #CC0000;
  background: #99CCFF;
  border: none;
  text-align: left;
  vertical-align: middle;
}

div.menucase
{
  background-image: url(images/barre1.png);
  height: 25px;
}

div.menucase a
{
  display: block;
}

div.menucase:hover
{
  background-image: url(images/barre2.png);
  height: 25px;
  vertical-align: middle;
}

div.droite
{
  float: right;
  text-align: center;
  padding: 5px;
  border-style: solid;
  border-color: #FFCC66;
  border-width: 2px;
  margin-right: 5px;
  margin-top: 5px;
}

div.datablock
{
  background: #FFFF99;
  border-style: solid;
  border-color: #FFCC66;
  border-width: 2px;
  width: 95%;
  height: 150px;
}

div.livreblock
{
  font-size: 11px;
  background: #FFFF99;
  border-style: solid;
  border-color: #FFCC66;
  border-width: 2px;
  width: 95%;
}

div.gbas
{
  clear: right;
  text-align: right;
  background: #FFFF99;
  font-size: 10px;
  color: #663300;
}