@import "all.css";

/* Corps de page */
body
{background-color: #999999;
}

/* En-tête */
#En-tete
{background-color: black;
 background-image: url("./img/bg/banniere.jpg");
 background-repeat: no-repeat;
 background-position: top right;
}

/* Menu en haut */
#Menu_top
{color: black;
 border-top: 2px ridge black;
 border-bottom: 2px ridge black;
 background-color: black;
 background: linear-gradient(to bottom, #656565 0%, black 70%);
}
#Menu_top ul
{margin-top: -10px;
 padding-top: 0px;
}
#Menu_top li a
{color: yellow;
}
#Menu_top li a:visited
{color: #FF8C00;
 font-size: medium;
}
#Menu_top li a:hover
{color: white;
 text-decoration: none;
 font-style: normal;
 background-color: #656565;
}

/* Contenu */
#Contenu h1
{color: red;
}
#Contenu h2
{color: black;
}
#Contenu h3
{color: black;
 font-weight: bold;
}
#Contenu h4
{color: black;
 text-decoration: underline;
}
#Contenu p
{color: black;
}
#Contenu a:visited
{color: #FF8C00;
}
#Contenu a
{color: yellow;
 text-decoration: none;
}
#Contenu a:hover
{color: white;
 text-decoration: none;
}
#Contenu a[href^="http"]
{display: inline;
 padding-right: 14px;
 background: transparent url("./img/external_white.svg") center right no-repeat;
}
#Contenu #Content ul
{list-style-type: none;
 color: yellow;
}
#Contenu #Content ul li
{color: white;
}
#Contenu #Content ul li::before
{content: "=";
 font-family: Webdings;
 color: yellow;
 margin-right: 7px;
}
#Contenu .news
{color: white;
 border: 2px ridge black;
 border-radius: 15px;
 background-color: black;
 box-shadow: 2px 2px 5px #111;
}
#Contenu .figure
{background-color: white;
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border: 2px ridge black;
 border-bottom-left-radius: 15px;
 border-bottom-right-radius: 15px;
 color: white;
 background-color: #676766;
 background: linear-gradient(to bottom, #656565 0%, black 100%);
 background-position: bottom;
 box-shadow: 2px 2px 5px #111;
}
#Contenu .dl
{background-image: url("./img/bg/menu_bar.gif");
}

/* Menu à gauche */
#Contenu #Menu_gauche
{margin-top: -11px;
}
#Contenu #Menu_gauche .sous-menu
{border: none;
 border: 2px ridge black;
 border-bottom-right-radius: 15px;
 padding-top: 5px;
 background-color: black;
 background: linear-gradient(to left, #656565 0%, black 10%);
 margin-bottom: 10px;
 box-shadow: 2px 2px 5px #111;
}
#Contenu #Menu_gauche h3
{color: white;
}
#Contenu #Menu_gauche li a
{color: yellow;
 text-decoration: none;
 padding-left: 15px;
}
#Contenu #Menu_gauche li a:visited
{color: #FF8C00;
}
#Contenu #Menu_gauche li a:hover
{color: white;
 text-decoration: none;
 background: #656565;
}
#Contenu #Menu_gauche ul
{color: white;
 list-style-type: none;
}


/* Pied de page */
#Pied_page
{color: white;
 border-top: 2px ridge black;
 border-bottom: 2px ridge black;
 background-color: black;
 }
#Pied_page li a
{text-decoration: none;
}
#Pied_page li a:visited
{color: #FF8C00;
}
#Pied_page li a:hover
{text-decoration: none;
 color: white;
}
