/* Content independent */

@font-face
{
font-family: CACChampagne;
src: url('CACChampagne.ttf');
}

html {
  background-repeat: no-repeat;
  background-attachment: fixed;
}

input, select, textarea, button {
  font: inherit;
}

input[type=text], input[type=email], input[type=password], input[type=number], textarea {
  padding: 5px;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
}

input[type=checkbox] {
  padding: 2px;
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
}

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=number]:focus {
  box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
}

body
{
  width:900px;
  margin: auto;
  background-position:center;
  font-family: Norasi,"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
  font-size:medium;
  box-shadow: 0px -12px 12px rgba(34,34,34,0.6), 0px 12px 12px rgba(34,34,34,0.6);
}

#header
{
  padding: 0px;
/*  border-width: 4px;
  border-style: solid;
  border-radius: 6px;*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  position: fixed;
  top:0;
  width: 900px;
  z-index: 20;
}

#titre_site {
  padding: 0;
  margin: 0;
  font-family: 'CACChampagne',Norasi,"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
}

#titre_site_text {
  padding: 10px 10px 0px 10px;
  font-size: 45px;
  font-style: italic;
  font-weight: bold;
  text-align: center;
  position: relative;
}

#titre_site_text:before {
  content: url(../images/HeaderLeft.svg);
  position: absolute;
  left: 80px;
}

#titre_site_text:after {
  content: url(../images/HeaderRight.svg);
  position: absolute;
  right: 80px;
}

#titre_site_text_sub {
  padding: 0px 10px 15px 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

#menu_pages {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align:middle;
  padding:0;
}

#menu_pages a {
  display: inline-table;
}

.menu_item {
  display: table-cell;
  text-align: center;
  padding: 3px 10px;
  margin:auto;
  height: 40px;
  min-width:80px;
  vertical-align:middle;
/*   box-sizing:border-box; */
}

#bouton_connexion {
  padding: 3px;
  width:70px;
  text-align: right;
  font-size: 12px;
  position: absolute;
  top: 0px;
  left: 830px;
  box-sizing:border-box;
  z-index: 100;
}


#bouton_connexion_page {
  position: relative;
  bottom: 4px;
}

#connexion_menu {
  width: 90px;
  position: absolute;
  top: 0px;
  left: 810px;
  box-sizing:border-box;
  z-index: 50;
  padding: 8px 2px 2px 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  font-size:10px;
  border: solid 2px;
}

#connexion_menu fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.connexion_menu_field input {
  width: 71px;
}

.connexion_menu_field {
  display: list-item;
  list-style: none;
}

.connexion_menu_bouton {
  text-align: center;
}

#bouton_login {
  display:block;
  width: 30px;
  margin: 2px auto auto;
/*   margin: 2px 30px 0px 30px; */
}

#titre_page {
  padding: 155px 0 0 0;
  margin: auto;
}

#titre_page h1 {
  padding: 5px 12px;
  margin: 15px auto 15px; /* top-margin modifiée par make_head dans violon_init.php, ligne 133 et précédentes */
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-width: 3px;
  border-style: solid;
  border-radius: 5px;
  max-width: 800px;
  font-family: 'CACChampagne',Norasi,"Lucida Grande","Lucida Sans","Lucida Sans Unicode",Lucida,Arial,Helvetica,sans-serif;
  font-size: 40px;
/*   display: table; */
}


#contenu {
  margin-top: 30px;
  padding: 0 30px;
}

h1,h2,h3
{
  text-align:center;
}

h3 {
  font-size: 20px
}

ul
{
  list-style: disc
  list-style-position:outside;
}

.hidden
{
  display:none;
}

.center
{
  text-align:center;
}

.arobase:before
{
  content:"@";
}

.dot:before
{
  content:".";
}

.amp:before
{
  content:"&";
}

.date
{
  font-style:italic;
}

.ombre {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.bouton, .bouton_light{
  border: solid 1px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}

select.bouton_light  {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.bouton_clear,
.bouton_action {
  border: none;
  background:none;
  padding: 0px;
}

.bouton_action:hover,
.bouton_clear:hover {
  border-radius:4px;
  border-width:1px;
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 10px 0 rgba(0, 0, 0, 0.19);
}

/* Layout général */

#bandeau {
  padding: 0;
  margin: 20px auto -4px;
}

#bandeau img {
  width: 900px;
}

#footer {
  width: 900px;
  clear:right;
  padding:10px 0 0 0;
  height:30px;
  font-size:0.66em;
  display:table;
  border-top: 1px solid;
}


#techinfo {
  display: table-cell;
  width:450px;
  text-align:left;
  box-sizing:border-box;
  padding: 0 0 0 10px;
  margin: 0;
}

#last_update,#contact {
  position:relative;
  bottom:5px;
}

#contact {
  display:table-cell;
  width:450px;
  text-align:right;
  padding: 0 10px 0 0;
  box-sizing:border-box;
  margin: 0;
}

#valid_xhtml,#valid_css {
  padding-right: 0.25em;
}

#errors_display {
  display: none;
  position: absolute;
  left: 450px;
  right: 450px;
  width: 500px;
  margin: auto;
  box-sizing:border-box;
  z-index: 30;
  padding: 10px 5px;
  border-style: solid;
  border-width: 4px;
  border-radius: 7px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#errors_display dl {
  padding-left: 5px
}

#errors_display dh {
  font-weight: bold;
}

#errors_display dh:before {
}