@import "all.css";

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


/* En-tête */
#En-tete
{background-color: #2a559a;
 background-image: url("./img/winter/banniere.jpg");
 background-repeat: no-repeat;
 background-position: bottom right;
}
#En-tete h1
{color: white;
}
#En-tete p
{color: black;
}


/* Menu en haut */
#Menu_top
{color: black;
 border-top: 3px ridge white;
 border-bottom: 3px ridge white;
 background-color: silver;
 background: linear-gradient(to bottom, #F9F9F9 0%, #949494 70%);
}
#Menu_top ul
{margin-top: -10px;
 padding-top: 0px;
}
#Menu_top li a
{color: blue;
 text-decoration: none;
}
#Menu_top li a:visited
{color: gray;
}
#Menu_top li a:hover
{color: aqua;
 text-decoration: none;
}



/* Menu à gauche */
#Menu_gauche .sous-menu
{margin-top: 5px;
 margin-left: 5px;
 border: 1px solid silver;
 border-top: 4px ridge white;
 border-bottom: none;
 border-radius: 15px;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
}
#Menu_gauche h3
{color: gray;
}
#Menu_gauche li a
{color: white;
 text-decoration: none;
}
#Menu_gauche li a:visited
{color: gray;
}
#Menu_gauche li a:hover
{color: aqua;
 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: gray;
 text-decoration: none;
 font-style: italic;
}
#Contenu a
{color: blue;
 text-decoration: none;
}
#Contenu a:hover
{color: aqua;
 text-decoration: none;
}
#Contenu #Content .news
{color: black;
 text-decoration: none;
 border: 1px solid silver;
 border-top: 4px ridge white;
 border-bottom: none;
 border-radius: 15px;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 background-color: #E5E5E5;
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border: none;
 border-top: 4px ridge white;
 border-bottom: none;
 border-radius: 10px;
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0;
 color: #333333;
 background-color: silver;
 background: linear-gradient(to bottom, #BBBBBB 0%, #E5E5E5 80%);
}
#Contenu .subsection ul
{list-style-image: url("./img/winter/puce.gif");
}
#Contenu .dl
{border: 1px ridge gray;
 background-image: url("./img/winter/menu_bar.gif");
}



/* Pied de page */
#Pied_page
{border-top: 3px ridge white;
 border-bottom: 3px ridge white;
 background-color: silver;
 }
#Pied_page p
{color: gray;
 font-weight: bold;
 }
