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 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278
| body{
margin: 10px 0 10px 0;
padding:0;
text-align:center;
background: url(images/bg.jpg) repeat-x ;
background-attachment: fixed;
letter-spacing: 1px;
}
#page{
position: fixed;
height: 80%;
width: 580px;
}
#pagewidth{
width:960px;
background-color: #fff;
border: 4px solid #fff;
text-align:left;
margin-bottom: 10px;
margin-left:auto;
margin-right:auto;
font-family: Arial, Lucida Grande, Verdana, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
font-size: 13px;
line-height: 1.6em;
color: #000;
position: relative;/*celle si responsable à l'actualisation*/
}
#header{
position: relative;
height: 93px;
width: 100%;
background: url(images/banner.jpg) no-repeat 0% 0%;
}
.title {
margin: 0;
padding: 32px 0 0 78px;
color: #fff;
font-size: 26px;
font-weight: bold;
letter-spacing: 1px;
}
#leftcol{
width:190px;
float:left;
position:relative;
background-color:#fff;
height: 500px;
}
/* NAVIGATION LEFT */
#menu1 {
width: 190px;
float: none;
}
#menu1title {
margin: 0;
background-image: url(images/bg_green.gif);
padding: 2px 0 0 10px;
width: 180px;
height: 18px;
color: #fff;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 1px;
line-height: normal;
}
#menu1 ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu1 li a:link, #menu1 li a:visited {
width: 164px;
\width: 190px;
w\idth: 164px;
display: block;
color: #000;
margin-left: 0px;
padding: 5px 0 0 26px;
font-weight: bold;
outline: none;
background: url(images/bg_nav.gif) repeat-y;
}
#menu1 li a:hover {
color: #000;
padding: 5px 0 0 26px;
text-decoration: none;
background: #fff url(images/bg_nav_over.gif);
background-repeat: no-repeat;
}
/* BEGIN SUBLINKS */
#menu1 ul ul li {margin: 0;padding: 0;}
#menu1 ul ul a:link,#menu1 ul ul a:visited
{
display: block;
padding: 5px 0 0 40px;
width: 150px;
color: #cc0000;
text-decoration: underline;
font-size: 11px;
}
#menu1 ul ul a:hover
{
background-image: none;
color: #eb9999;
text-decoration: none;
background: url(images/bg_nav.gif) repeat-y;
}
/* END SUBLINKS */
/* NAVIGATION TOP */
#menu2 {
margin: 0 0 12px 0;
float:left;/*left*/
width:100%;
font-size:93%;
line-height:normal;
border-bottom: 1px solid #598C01 ;/*ligne sous menu2 */
}
#menu2 ul {
margin:0;
padding:10px 0 0 50px;
list-style:none;
}
#menu2 li {
display:inline;
margin:0;
padding:0;
}
#menu2 a {
float:right;
background:url("images/tab_left.gif") no-repeat left top;
margin:0;
padding:0 0 0 4px;
text-decoration:none;
width: 100px;
}
#menu2 a span {
float:right;
display:block;
background:url("images/tab_right.gif") no-repeat right top;
padding:5px 8px 4px 6px;
color:#fff;
text-align: center;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#menu2 a span {float:none;}
/* End IE5-Mac hack */
#menu2 a:hover span {
color:#FFF;
}
#menu2 a:hover {
background-position:0% -42px;
}
#menu2 a:focus span{ /* Quand le visiteur clique sur le lien */
color: red;
}
#menu2 a:active span{ /* Quand le visiteur clique sur le lien */
color: red;
}
#menu2 a:hover span {
background-position:100% -42px;
}
#menu2 #current a {
background-position:0% -42px;
}
#menu2 #current a span {
background-position:100% -42px;
}
a {
color: #235000;
text-decoration: underline;
font-weight: bold;
outline: none;
}
a:hover {
color: #9EC630;
text-decoration: none;
}
/*a:link {
color: #235000;
font-family: Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: underline;
}
a:hover {
color: #FF8000;
font-family: verdana;
font-size: 11px;
font-weight: bold;
font-style: normal;
line-height: normal;
font-variant: normal;
text-transform: none;
border: thin none #FFFFFF;
}
a:visited {
color:#9EC630 ;
font-family: verdana;
font-size: 11px;
font-weight: bold;
font-style: normal;
}
*/
#list
{
margin-left: 20px;
padding-left: 0;
list-style: none;
}
#list li
{
position: relative;
padding-left: 16px;
background-image: url(images/list.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
.borders {
border: 1px solid #000000;
}
#twocols{
width:770px;
float:right;
position:relative;
height: 100%;
}
#rightcol{
width:170px;
float:right;
position:relative;
background-color:#fff;
font-size: 11px;
line-height: 1.4em;
height: 100%;
} |
Partager