@import "all.css";

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


/* En-tête */
#En-tete
{border-top: 4px solid red;
 background-color: black;
 background-image: url("./img/iceland/banniere.jpg");
 background-repeat: no-repeat;
 background-position: left;
}



/* Menu en haut */
#Menu_top
{color: blue;
 border-top: 2px solid red;
 border-bottom: 2px solid red;
 background-color: white;
 background-image: url("./img/iceland/menu_bar.gif");
 background-position: left;
}
#Menu_top ul
{margin-top: -10px;
 padding-top: 0px;
}
#Menu_top li a
{color: blue;
 text-decoration: none;
}
#Menu_top li a:visited
{color: black;
 text-decoration: none;
}
#Menu_top li a:hover
{color: white;
 text-decoration: none;
}



/* Menu à gauche */
#Menu_gauche
{
}
#Menu_gauche .sous-menu
{margin-top: 5px;
 margin-left: 5px;
 border: 2px solid red;
 background-color: white;
 background-image: url("./img/iceland/menu_gauche.png");
 background-repeat: no-repeat;
 background-position: top right;
}
#Menu_gauche h3
{color: red;
}
#Menu_gauche li a
{color: blue;
 text-decoration: none;
}
#Menu_gauche li a:visited
{color: teal;
}
#Menu_gauche li a:hover
{color: red;
 text-decoration: none;
}
#Menu_gauche ul
{color: white;
 margin-left: -10px;
 list-style-image: url("./img/iceland/puce.gif");
}


/* 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: blue;
}
#Contenu a
{color: red;
 text-decoration: none;
}
#Contenu a:hover
{color: black;
}
#Contenu .news
{color: black;
 text-decoration: none;
 border: 2px solid red;
 background-color: white;
}
#Contenu .news ul
{list-style-image: url("./img/iceland/puce.gif");
}
#Contenu .subsection
{border: none;
}
#Contenu .subsection h4
{border-top: 2px solid red;
 border-bottom: 2px solid red;
 color: blue;
 background-color: white;
}
#Contenu .subsection ul
{list-style-image: url("./img/iceland/puce.gif");
}
#Contenu .dl
{border: 1px solid red;
 background-image: url("./img/spring/menu_bar.gif");
}



/* Pied de page */
#Pied_page
{border-top: 2px solid red;
 border-bottom: 2px solid red;
 background-color: white;
 }
#Pied_page p
{color: blue;
 }