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
|
body {
text-align : center;
}
div.admin {
width : 650px;
height : 100%;
border : 0px;
margin-left : auto;
margin-right : auto;
border-style : solid;
border-color : black;
}
div.administration {
width : 650px;
height : 103px;
float : left;
}
div.menu {
width : 100%;
height: 45px;
text-align : left;
float : left;
display : block;
}
div.centre {
width : 100%;
height : 45px;
border-left-width: 0px;
border-right-width : 0px;
border-top-width : 0px;
border-bottom-width : 0px;
text-align : left;
display : block;
float : left;
}
div.bordure {
width : 24px;
height : 100%;
float : left;
border-width : 0px;
display : inline;
border-style : solid;
background-image : url('../Image/Gauche.gif');
background-repeat : repeat-y;
}
div.milieu {
float : left;
width : 626px;
height : 100%;
border : 0px;
}
div.spacer {
clear : both;
}
<!-- Contenu pour la strucuture menu-->
div.inlinemenu {
display : inline;
height : 45px;
width : 24px;
float : left;
}
div.texte {
width : 613px;
height : 45px;
float : left;
display : inline;
}
div.menutexte {
width : 613px;
height : 27px;
float : left;
background-color : #F5A907;
display : block;
}
div.bas {
width : 613px;
height : 18px;
float : left;
display : block;
}
div.der {
width : 13px;
height: 45px;
display : block;
float : left;
}
div.contenu {
float : left;
width : 100%;
}
#bordure {
color : #3167F0;
border-width : 2px;
border-style : solid;
}
div.bleu_gauche {
height : 23px;
float : left;
width : 11px;
display : inline;
}
div.bleu_droite {
height : 23px;
float : left;
width : 30px;
display : block;
}
div.newss {
float : left;
width : 100%;
display : block;
}
div.bleu {
background-color : #3167F0;
float : left;
display : inline;
}
.inline {
float : left;
display : inline;
}
.block {
display : block;
width : 100%;
float : left;
} |
Partager