1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165
| body
{
/* background-image: url("image mainpage/epices.jpg");*/
width: 960px;
background-color:#6e7b6f;
padding-bottom:50px;
margin: auto; /* Pour centrer */
margin-top:0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
margin-bottom: 20px; /* Idem pour le bas du navigateur */
}
#menu_deroulant
{
background-repeat:no-repeat;
min-width:780px;
list-style-type:none;
margin-left:0;
padding-right:0;
border:0;
border:none;
position:absolute;
left:35px;
top:180px;
}
#menu_deroulant li
{
float:left;
font-family:candles,"Australian Sunrise",Asimov, serif;
font-size:13px;
font-style:bold;
color:#F0F48B;
text-align:center;
width: 100px;
margin-right:2px;
padding:0;
border:none;
}
#menu_deroulant .sous_menu
{
list-style-type:none;
display:none;
margin:0;
padding:0;
border:none;
}
#menu_deroulant .sous_menu li
{
float:none;
color:#8C09F1;
width:100px;
margin-top:25px;
padding:0;
border:0;
}
#menu_deroulant li a:link, #menu_deroulant li a:visited
{
display: block;
height: 1%;
color:#F0F48B;
margin-bottom:3px;
padding: 3px 8px;
border-bottom: 0px;
text-decoration: none;
}
#menu_deroulant .sous_menu li a:link,#menu_deroulant .sous_menu li a:visited
{
display: block;
float:left;
color:#F0F48B;
margin: 1px;
width:75px;
border-top: 0px;
text-decoration: none;
background-image:url("image mainpage/onglet_transparent.png");
}
#menu_deroulant .sous_menu li a:hover
{
background-image: none;
background: #F0F48B;
color:#905E07;
background-color:none;
}
#menu_deroulant li:hover> .sous_menu
{
display: block;
}
#menu
{
background-image:url("image mainpage/aaabis.png");
height:80px;
width:960px;
background-repeat:no-repeat; */
}
#corps
{
border: 2px solid #CEA70B;
-moz-border-radius : 8px; /* pour arrondir les coins des cadres! */
min-width:520px;/*largeur mini*/
max-width:850px;/*latgeur maxi*/
margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
background-color:#EA79C3; /* Une couleur de fond pour le corps */
}
#titre
{position:relative;
top:-10px;
left:-10px;
color: rgb(116,255,122);
font-size : 40px;
text-decoration : underline;
font-family : bobcat, "Kristen ITC", "Parry Hotter", serif;
}
#message_accueil
{
color: #d4a7ff;
font-size : normal;
width : 80%;
border: thick ridge #d4a7ff;
-moz-border-radius : 8px;
padding : 20px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 100px;
font-weight: bold;
font-family : "Kristen ITC", "Parry Hotter", serif;
}
/* partie consacrée à l'en-tête=>balise */
#en_tete
{
background-image:url("image mainpage/banniere.png");
width:960px;
height:150px;
margin-bottom:0px;
}
/* partie consacrée au bas de page */
#pied_de_page
{
-moz-border-radius : 8px;
padding: 1px;
text-align: center;
color: white;
background-color: #b0ffa7;
background-image: url("images/motif.png");
background-repeat: repeat-x;
font-weight: bold;
font-style:italic;
border: 2px solid black;
} |
Partager