@import "all.css";

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

/* En-tête */
#En-tete
{background-color: #8f0000;
}



/* Menu en haut */
#Menu_top
{color: white;
 border-top: 1px solid silver;
 border-bottom: none;
 background-color: #8f0000;
 background: linear-gradient(to bottom, #FF0000 0%, #6D0000 70%);
}
#Menu_top ul
{margin-top: -10px;
 padding-top: 0px;
}
#Menu_top li a
{color: yellow;
 font-weight: bold;
 text-decoration: none;
}
#Menu_top li a:visited
{color: white;
}
#Menu_top li a:hover
{color: #6D0000;
 font-style: normal;
 text-decoration: none;
 background-color: white;
}



/* Menu à gauche */
#Menu_gauche .sous-menu
{margin-top: 5px;
 margin-left: 5px;
 border: 2px ridge red;
 border-radius: 15px;
 background-color: #8f0000;
 background: linear-gradient(to left, #FF0000 0%, #8F0000 8%);
 margin-bottom: 10px;
}
#Menu_gauche h3
{color: white;
 text-align: right;
 margin-left: 0px;
 margin-right: 30px;
}
#Menu_gauche ul
{color: white;
 text-align: right;
 list-style-type: none;
 margin-left: 0px;
}
#Menu_gauche li a:visited
{color: #FF8888;
}
#Menu_gauche li a
{color: white;
 padding-left: 0px;
 width: 180px;
 text-decoration: none;
}
#Menu_gauche li a:hover
{color: #6D0000;
 text-decoration: none;
 background-color: white;
}


/* Contenu */
#Contenu
{color: black;
}
#Contenu h1
{color: black;
}
#Contenu h2
{color: black;
}
#Contenu h3
{color: black;
}
#Contenu h4
{color: white;
}
#Contenu p
{color: black;
}
#Contenu a:visited
{color: red;
 text-decoration: none;
}
#Contenu a
{color: yellow;
 text-decoration: none;
}
#Contenu a:hover
{color: black;
 text-decoration: none;
}
#Contenu a[href^="http"]
{display: inline;
 padding-right: 14px;
 background: transparent url("./img/external_white.svg") center right no-repeat;
}
#Contenu .news
{color: white;
 border: 2px ridge red;
 border-radius: 15px;
 background-color: #8f0000;
}
#Contenu .figure
{background-color: white;
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border: 2px ridge red;
 border-radius: 15px;
 background-color: #8f0000;
 background: linear-gradient(to bottom, #FF0000 0%, #6D0000 100%);
}
#Contenu .dl
{border: 1px ridge red;
 background-image: url("./img/red/menu_bar.gif");
}



/* Pied de page */
#Pied_page
{border-top: 2px ridge red;
 background-color: #8f0000;
 }
#Pied_page p
{color: white;
 }
