@import "all.css";

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


/* En-tête */
#En-tete
{background-color: #1a3a5e;
 background-image: url("./img/fall/banniere.jpg");
 background-repeat: no-repeat;
 background-position: right;
}
#En-tete h1
{color: white;
}


/* Menu en haut */
#Menu_top
{color: black;
 border-top: 3px ridge orange;
 border-bottom: 3px ridge orange;
 background-color: #cd7900;
 background-image: url("./img/fall/menu_bar.gif");
}
#Menu_top ul
{margin-top: -10px;
 padding-top: 0px;
}
#Menu_top li a
{color: navy;
 font-weight: bold;
 text-decoration: none;
}
#Menu_top li a:visited
{color: maroon;
 font-weight: bold;
}
#Menu_top li a:hover
{color: navy;
 font-weight: bold;
 text-decoration: none;
}


/* Menu à gauche */
#Menu_gauche
{
}
#Menu_gauche .sous-menu
{margin-top: 5px;
 margin-left: 5px;
 border: 3px ridge orange;
 border-radius: 15px;
 background-color: #001758;
 background-image: url("./img/fall/menu_gauche.gif");
 background-repeat: no-repeat;
 background-position: bottom left;
}
#Menu_gauche h3
{color: white;
 margin-left: 10px;
}
#Menu_gauche li a
{color: #cd7900;
 font-weight: bold;
 text-decoration: none;
}
#Menu_gauche li a:visited
{color: maroon;
}
#Menu_gauche li a:hover
{color: #cd7900;
 text-decoration: none;
}
#Menu_gauche ul
{color: black;
}

/* Contenu */
#Contenu
{
}
#Contenu h1
{color: red;
}
#Contenu h2
{color: black;
}
#Contenu h3
{color: black;
}
#Contenu h4
{color: black;
}
#Contenu p
{color: black;
}
#Contenu a:visited
{color: maroon;
 text-decoration: underline;
 font-style: italic;
}
#Contenu a
{color: navy;
 text-decoration: none;
}
#Contenu a:hover
{color: white;
}
#Contenu .news
{color: black;
 text-decoration: none;
 border: 3px ridge orange;
 border-radius: 100px;
 background-color: #cd7900;
}
#Contenu .news ul
{list-style-image: url("./img/fall/puce.gif");
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border: 3px ridge orange;
 border-radius: 10px;
 color: black;
 background-color: #cd7900;
}
#Contenu .subsection ul
{list-style-image: url("./img/fall/puce.gif");
}
#Contenu .dl
{border: 1px ridge gray;
 background-image: url("./img/fall/menu_bar.gif");
}



/* Pied de page */
#Pied_page
{border-top: 3px ridge orange;
 border-bottom: 2px ridge black;
 background-color: #cd7900;
 }
#Pied_page p
{color: white;
 }
