html
{ height: 100%;}

*
{ margin: 0;
  padding: 0;}

body
{ font: normal 0.8em 'trebuchet ms', arial, sans-serif;
  background: #FFF;
  color: #555;}

p
{ padding: 0 0 15px 0;
  line-height: 1.7em;}

img
{ border: 0;}

h1, h2, h3, h4, h5, h6 
{ color: #362C20;
  letter-spacing: 0em;
  padding: 0 0 5px 0;}

h1, h2, h3
{ font: normal 170% 'century gothic', arial;
  margin: 0 0 15px 0;
  padding: 15px 0 5px 0;
  color: #000;}

h2
{ font: normal 160% 'century gothic', arial;
  padding: 0 0 0 0;
  color: #009FBC;}

h3
{ font: 'verdana';
  font-size: 200%;
  font-weight: bold ;
  padding: 15px 0 1px 0;
  color: #009FBC;}

h4, h6
{ color: #009FBC;
  padding: 0 0 5px 0;
  font: normal 110% arial;
  }

h5, h6
{ color: #888;
  font: normal 95% arial;
  letter-spacing: normal;
  padding: 0 0 15px 0;}

a, a:hover
{ outline: none;
  text-decoration: underline;
  color: #00C6F0;}

a:hover
{ text-decoration: none;}

blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;
  line-height: 1.5em;}

ol
{ margin: 8px 0 22px 20px;}

ol li
{ margin: 0 0 11px 0;}

.left
{ float: left;
  width: auto;
  margin-right: 10px;}

.right
{ float: right; 
  width: auto;
  margin-left: 10px;}

.center
{ display: block;
  text-align: center;
  margin: 20px auto;}

#main, #site_content, #footer
{ margin-left: auto; 
  margin-right: auto;}

/* Header global */
#header {
    display: flex;
    justify-content: center; /* centre horizontalement */
    width: 100%;
}


.header-inner {
    width: 880px;
}
/* Logo */
#logo {
    width: 100%;
    height: 200px;
    background: #2273ec;  /* bleu logo */
    text-align: center;
}

#logo img {
    max-height: 200px;
    width: auto;
    display: block;
    margin: 0 auto;
}

/* Barre de navigation */
#menubar {
    display: flex;
    justify-content: space-between; /* icons à gauche, menu à droite */
    align-items: center;
    width: 860px;
    height: 45px;
    padding: 0 10px;
    background: white;
    border-bottom: 1px solid #CCC;
}

/* Icônes (drapeaux + Android) */
#menubar #icons {
    display: flex;
    align-items: center;
    gap: 6px; /* espace entre UK et FR */
}
#icons img {
    vertical-align: middle;
}

/* Menu */
#menubar ul#menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 10px; /* espace entre les boutons */
}

#menubar ul#menu li a {
    display: block;
    padding: 6px 20px;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    background: #BBB;
}

#menubar ul#menu li.selected a {
    background: #00C6F0;
    color: #FFF;
}

#menubar ul#menu li a:hover {
    color: #323232;
}
#menubar ul#menu,
#menubar ul#menu li {
    list-style: none; /* supprime les puces */
    margin: 0;
    padding: 0;
}

#site_content
{ width: 880px;
  overflow: hidden;
  margin: 20px auto 0 auto;
  padding: 0 0 10px 0;} 

#sidebar_container
{ float: left;
  width: 224px;}

.sidebar_top
{ width: 222px;
  height: 14px;
  background: transparent url(side_top.png) no-repeat;}

.sidebar_base
{ width: 222px;
  height: 14px;
  background: url(side_base.png) no-repeat;}

.sidebar
{ float: right;
  width: 222px;
  padding: 0;
  margin: 0 0 16px 0;}

.sidebar_item
{ background: url(side_back.png) repeat-y;
  padding: 0 15px;
  width: 192px;}

.sidebar li a.selected
{ color: #444;} 

.sidebar ul
{ margin: 0;} 

#content
{ text-align: left;
  width: 620px;
  padding: 0 0 0 5px;
  float: right;}
  
#content ul
{ margin: 2px 0 22px 0px;}

#content ul li, .sidebar ul li
{ list-style-type: none;
  background: url(bullet.png) no-repeat;
  margin: 0 0 0 0; 
  padding: 0 0 4px 25px;
  line-height: 1.5em;}

#footer
{ width: 100%;
  font-family: 'trebuchet ms', sans-serif;
  font-size: 100%;
  height: 20px;
  padding: 0 0 0 0;
  text-align: center; 
  background: #d6d6da;
  border-top: 1px solid #AAA;
  color: black;}

#footer p
{ line-height: 1.7em;
  padding: 0 0 0 0;}

#footer a
{ color: black;
  text-decoration: none;}


.search
{ color: #5D5D5D; 
  border: 1px solid #BBB; 
  width: 134px; 
  padding: 4px; 
  font: 100% arial, sans-serif;}

.form_settings
{ margin: 15px 0 0 0;}

.form_settings p
{ padding: 0 0 4px 0;}

.form_settings span
{ float: left; 
  width: 200px; 
  text-align: left;}
  
.form_settings input, .form_settings textarea
{ padding: 5px; 
  width: 180px; 
  font: 100% arial; 
  border: 1px solid #E5E5DB; 
  background: #FFF; 
  color: #47433F;}
  
.form_settings .submit
{ font: 120% arial; 
  border: 0; 
  width: 193px; 
  margin: 0 0 0 0px; 
  height: 33px;
  padding: 2px 0 3px 0;
  cursor: pointer; 
  background: dodgerblue; 
  color: #FFF;}

.form_settings textarea, .form_settings select
{ font: 100% arial; 
  width: 299px;}

.form_settings select
{ width: 310px;}

.form_settings .checkbox
{ margin: 4px 0; 
  padding: 0; 
  width: 14px;
  border: 0;
  background: none;}

.separator
{ width: 100%;
  height: 0;
  border-top: 1px solid #D9D5CF;
  border-bottom: 1px solid #FFF;
  margin: 0 0 20px 0;}
  
table
{ margin: 0 0 0 0;}

table tr th, table tr td
{ background: #FFF;
  color: #FFF;
  padding: 4px 4px;
  text-align: left;}
  
table tr td
{ background: #FFF;
  color: #47433F;
  border-top: 0px solid #FFF;}
