body
{
  margin: 0% auto 0% auto;
  padding: 0px;
  background-color: rgb(230, 230, 230);
  color: black;
  font-size: 100%;
  font-family: Arial, "Times New Roman", Garamond, "Book Antiqua", sans-serif;
}

a:link
{
  color: #303030;
  text-decoration: none;
}
a:visited
{
  color: #2850F0;
  text-decoration: none;
}
a:hover
{
  color: #000000;
  text-decoration: none;
}

#bloc_page
{
  width: auto;
}

header
{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 992px)
{
  header
  {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
  }
}

@media all and (max-width: 600px)
{
  header
  {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

#logo
{
}

nav ul
{
  list-style-type: none;
  display: flex;
}

nav li
{
  font-size: 0.9em;
  padding: 15px 7px;
  border-right: 1px solid #000000;
}

nav li:last-child
{
  font-size: 0.9em;
  padding: 15px 7px;
  border-right: none;
}

@media all and (max-width: 992px)
{
  nav ul
  {
	list-style-type: none;
    display: flex;
    flex-direction: column;
  }

  nav li
  {
    font-size: 0.5em;
	border-left: 1px solid #000000;
	border-right: none;
  }
  
  nav li:last-child
  {
    font-size: 0.5em;
	border-left: 1px solid #000000;
  }
}

Header h1
{
  font-size: 1.5em;
  font-weight: normal;
}

#banniere_img
{
  margin: 0% auto 0% auto;
  width: 94%;
  height: 474px;
  background-image: url("banniere.jpg");
  background-repeat: no-repeat;
}

#banniere_text
{
  padding-top: 80px;
}

#banniere_text h1
{
  text-align: center;
  color: #000000;
  font-size: 2em;
  font-weight: bold;
}

@media all and (max-width: 992px)
{
  #banniere_img
  {
  display: none;
  }

  #banniere_text
  {
  display: none;
  }
}

#sections_pples
{
  display: flex;
  justify-content: center;
  align-items: center;
}

@media all and (max-width: 992px)
{
  #sections_pples
  {
    display: flex;
    flex-direction: column;	
    justify-content: center;
    align-items: center;
	}
}

.section_pple
{
  margin: 25px auto 25px auto;
  border: 1px solid #000000;
  background-color: #FFFFFF;
}

.ico_categorie
{
  vertical-align: middle;
}

.section_pple h2
{
  text-align: center;
  vertical-align: middle;
  font-size: 0.9em;
  font-weight: lighter;
}

footer
{
}

footer h2
{
  font-size: 0.9em;
}

#sections_footer
{
  display: flex;
  justify-content: space-around;
  align-items: center;
}

#blog_efocose
{
}

#infos_efocose
{
}

#copyright_date
{
  text-align: center;
  font-size: 0.9em;
  font-weight: lighter;
}




.imgnor { border: 0px; }

.tab1 { width: 100%;
        background-color: #E5E5E5;
        border-style: ridge;
        border-width: 2px;
        border-color: #FAFAFA;
        border-collapse: collapse;
        margin: 0% auto 0% auto;
        text-align: left;
        vertical-align: middle;
        font-size: medium;
        font-weight: bold; }

.cel1 { width: 75%;
        border-style: ridge;
        border-width: 2px;
        border-color: #FAFAFA;
        padding: 0px 5px; }

.cel5b { width: 15%;
        vertical-align: top;		
        padding: 0px 5px; }


.div1 { width: 98%;
        background-color: #E5E5E5;
        border-style: ridge;
        border-width: 2px;
        border-color: #FAFAFA;
        margin: 0% auto 0% auto;
        text-align: left;
        vertical-align: middle;
        font-size: medium;
        font-weight: bold;
        padding: 0px 5px; }

.divtrail { width: 100%;
            background-color: white;
            text-align: center; 
            vertical-align: middle;
            font-size: medium;
            font-family: "Times New Roman", Arial, Garamond, sans-serif; }


.pcenimp1 { text-align: center;
            font-size: large;
            font-weight: lighter;
            text-decoration: underline; }


.pcennotimpita1 { font-size: small;
                  font-style: italic}

.plefimp1 { text-align: left;
            font-size: large;
            font-weight: bold; }
			

.searchbox1 { position: relative;
			  left: 70%; 
			  width: 30%;
              height: 0%;
			  vertical-align: top;
              font-size: xx-small; }