Bonjour,
j'ai un probleme sur mon pied de page regarder http://nous-vous.org[/url] merci de votre aide
Modifié par TeXaS (13 Feb 2006 - 16:53)
body
{
background-color: #99CCFF;
width: 994px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
/* L'en-tête */
#en_tete
{
width: 1024px;
height: 150px;
background-image: url("images/hautnous.jpg");
background-repeat: no-repeat;
margin-bottom: 10px;
}
/* Le menu gauche */
#menu_gauche
{
float: left;
width: 120px;
}
.element_menu_gauche
{
background-color: #006ba9;
font-weight:bold;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
.element_menu_titre
{
color: #006ba9;
background-color: #ffffff;
font-weight:bold;
text-align: center;
border: 1px dashed black;
}
/* Quelques effets sur les menus */
.element_menu_gauche h3
{
color: #B3B3B3;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.element_menu_gauche ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu_gauche a
{
color: #ffffff;
}
.element_menu_gauche a:hover
{
background-color: #ffffff;
color: #006ba9;
}
/* Le menu droite */
#menu_droite
{
float: right;
width: 120px;
}
.element_menu_droite
{
background-color: #006ba9;
font-weight:bold;
background-image: url("images/motif.png");
background-repeat: repeat-x;
border: 2px solid black;
margin-bottom: 20px;
}
/* Quelques effets sur les menus */
.element_menu_droite h3
{
color: #ffffff;
font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
text-align: center;
}
.element_menu_droite ul
{
list-style-image: url("images/puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu_droite a
{
color: #ffffff;
}
.element_menu_droite a:hover
{
background-color: #ffffff;
color: #006ba9;
}
/* La barre de navigation */
#barre
{
width:100%
height:90px;
color: #B3B3B3;
background-color: #626262;
background-image: url("tonurldimage");
background-repeat: repeat-x;
}
/* Le corps de la page */
#corps
{
margin-left:140px;
margin-right:140px;
margin-bottom: 20px;
padding: 5px;
color: #ffffff;
background-color: #006ba9;
font-weight:bold;
background-repeat: repeat-x;
border: 2px solid black;
}
#corps h1 /* Tous les titres h1 du corps */
{
color: #000000;
text-align: left;
font-family: Monotype Corsiva, "Arial Black", "Times New Roman", Times, serif;
}
/* Le pied de page */
#pied_de_page
{
clear:both;
padding: 5px;
text-align: center;
color: #ffffff;
background-color: #006ba9;
font-weight:bold;
background-repeat: repeat-x;
border: 2px solid black;
}
.element_pied_de_page a
{
color: #ffffff;
}
.element_pied_de_page a:hover
{
background-color: #ffffff;
color: #006ba9;
}
j'ai un probleme sur mon pied de page regarder http://nous-vous.org[/url] merci de votre aide
Modifié par TeXaS (13 Feb 2006 - 16:53)