@import "all.css";

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



/* En-tête */
#En-tete
{height: 60px;
 background-color: #2b629e;
 background-image: url("./img/spring/banniere.jpg");
 background-repeat: no-repeat;
 background-position: top right;
}



/* Menu en haut */
#Menu_top
{border-top: 2px ridge black;
 border-bottom: 2px ridge black;
 background-color: green;
 background: linear-gradient(to bottom, #55AA55 0%, #116611 70%);
}
#Menu_top li a
{color: white;
 font-weight: bold;
 text-decoration: none;
}
#Menu_top li a:visited
{color: #CF009F;
 font-weight: bold;
 text-decoration: none;
}
#Menu_top li a:hover
{color: white;
 font-weight: bold;
 text-decoration: none;
 background-color: #CF009F;
}



/* Menu à gauche */
#Menu_gauche
{margin-top: -2px;
}
#Menu_gauche .sous-menu
{border: 2px ridge black;
 border-radius: 15px;
 background-color: green;
 background: linear-gradient(to bottom, #55AA55 0%, #116611 100%);
}
#Menu_gauche h3
{color: white;
}
#Menu_gauche li a
{color: white;
 font-weight: bold;
 text-decoration: none;
}
#Menu_gauche li a:visited
{color: #CF009F;
 text-decoration: none;
}
#Menu_gauche li a:hover
{color: white;
 text-decoration: none;
}
#Menu_gauche ul
{color: white;
}


/* Contenu */
#Contenu h1
{color: red;
}
#Contenu h2
{text-indent: 30px;
 color: black;
 font-style: italic;
}
#Contenu h3
{color: black;
 font-weight: bold;
 font-style: italic;
}
#Contenu h4
{color: black;
}
#Contenu p
{color: black;
}
#Contenu a:visited
{color: #8B008B;
 text-decoration: none;
 font-style: italic;
}
#Contenu a
{color: fuchsia;
 text-decoration: none;
}
#Contenu a:hover
{color: blue;
 text-decoration: none;
}
#Contenu .news
{color: black;
 text-decoration: none;
 font-style: normal;
 font-size: small;
 border: 2px ridge black;
 border-radius: 15px;
 background-color: #72bd6a;
}
#Contenu .news ul
{list-style-image: url("./img/spring/puce.gif");
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border: 2px ridge black;
 border-radius: 10px;
 color: white;
 background-color: green;
 background: linear-gradient(to bottom, #55AA55 0%, #116611 70%);
}
#Contenu .subsection ul
{list-style-image: url("./img/spring/puce.gif");
}
#Contenu .dl
{border: 1px ridge gray;
 background-image: url("./img/spring/menu_bar.gif");
}



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