@import "all.css";

/* Corps de page */
body
{background-color: #DCDCDC;
 background-image: url("./img/hexagons/background.png");
 background-repeat: repeat-x;
 background-position: bottom;
}

/* En-tête */
#En-tete
{border-top: 1px solid white;
 background-color: white;
}
#En-tete h1
{color: black;
}


/* Menu en haut */
#Menu_top
{color: white;
 border-top: none;
 border-bottom: 1px solid black;
 background-color: white;
}
#Menu_top a:visited
{color: gray;
}
#Menu_top a
{color: black;
 text-decoration: none;
}
#Menu_top a:hover
{color: black;
 font-size: medium;
 font-weight: bold;
 text-decoration: overline;
}


/* Menu à gauche */
#Menu_gauche
{border-right: 1px solid black;
 border-bottom: none;
 background-color: white;
}
#Menu_gauche h3
{color: black;
 font-size: medium;
}
#Menu_gauche a:visited
{color: gray;
 text-decoration: none;
}
#Menu_gauche a
{color: black;
 text-decoration: none;
}
#Menu_gauche a:hover
{color: black;
 text-decoration: overline;
}
#Menu_gauche ul
{list-style-type: circle;
 margin-left: -10px;
}



/* Contenu */
#Contenu
{background-color: white;
}
#Contenu h1
{color: red;
}
#Contenu h2
{color: black;
}
#Contenu h3
{color: black;
}
#Contenu h4
{text-indent: 10px;
 color: black;
 font-size: large;
 text-decoration: underline;
}
#Contenu p
{color: black;
}
#Contenu a:visited
{color: gray;
 text-decoration: underline;
}
#Contenu a
{color: black;
 text-decoration: underline;
}
#Contenu a:hover
{color: black;
 text-decoration: overline;
}
#Contenu .news
{color: black;
 border: none;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
}
#Contenu .news ul
{list-style-type: circle;
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection a
{text-decoration: underline;
}
#Contenu .subsection a:hover
{text-decoration: overline;
}
#Contenu .subsection h4
{border-bottom: 1px solid black;
 text-decoration: none;
 background-color: white;
}
#Contenu .subsection h4 a
{text-decoration: none;
}
#Contenu .subsection ul
{list-style-type: circle;
}




/* Pied de page */
#Pied_page
{margin-top: 50px;
 border-top: 1px solid black;
 border-bottom: 1px solid black;
 background-color: white;
 }
#Pied_page p
{color: black;
 }