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
| a:link{
color:blue;
text-decoration:none;
}
a:visited{
color:blue;
text-decoration:none;
}
a:hover{
color:blue;
text-decoration:none;
}
body{
height:100%;
width:100%;
margin:0;
padding:0;
}
.tablespace{
text-align:left;
background-color:rgb(90, 145, 177);
width:100%;
border:2;
}
#divspaceg{
float:left;
margin-top:3%;
width:15%;
}
#divspaced{
position:absolute;
margin-top:3%;
margin-left:85%;
width:15%;
}
#divcont{
width:70%;
margin:3% 0% 15% 15%;
}
#divcopy{
width:100%;
text-align:center;
margin-top:20px;
height:15px;
clear:both;
}
#divlogo{
width:121px;
height:121px;
margin-top:10px;
margin-left:auto;
margin-right:auto;
} |
Partager