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
|
/* Menu */
/* Caractéristiques générales */
html, body {
height:100%;
font-family:"Trebuchet MS",Verdana,Geneva,Arial,Helvetica,sans-serif;
background-color:#326496;
margin:0;
text-align: center;
}
/* Les blocs */
.newstop {
text-align:left;
width:96%;
margin:10px 0 0 2%;
_margin:10px 0 0 0;
padding-left:5px;
height:20px;
background-color:#FEC865;
border:1px solid;
}
.newsbody {
text-align:left;
padding:5px 5px 5px 5px;
width:94%;
margin:2px 0 20px 3%;
_margin:2px 0 20px 0;
height:200px;
background-color:#E0E7EE;
border:1px dashed;
}
#pagetop {
text-align:center;
position:absolute;
margin-left:0.5%;
width:99%;
height: 40px;
min-height: 500px;
top:150px;
border-top:1px dashed;
border-left:1px dashed;
border-right:1px dashed;
background-color:white;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#page {
text-align:center;
position:absolute;
margin-left:0.5%;
width:99%;
height: auto;
_height: 650px;
min-height: 500px;
top:190px;
border-bottom:1px dashed;
border-left:1px dashed;
border-right:1px dashed;
background-color:white;
}
#colonneg {
position:absolute;
text-align:left;
left:50px;
width:165px;
height:100%;
border-left:1px solid;
background-color:white;
filter:alpha(opacity=60);
-moz-opacity:.60;
opacity:.60;
}
#droite {
margin-left: auto;
margin-right: auto;
text-align: left;
position:absolute;
left:215px;
width:70%;
height:100%;
border-left:3px double;
border-right:6px double;
background-image:url(engrenage.jpg);
background-repeat:no-repeat;
background-color:white;
} |