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 {
background-image: url(Images/bkgrnd.gif);
background-repeat:repeat;
text-align: left;
font-family: verdana;
font-size: 11px;
font-weight: normal;
color: #003063;
}
/* Zone EN-TETE*/
.header
{
background-image: url(Images/header.gif);
background-repeat: no-repeat;
position: relative;
width: 900px;
height: 85px;
margin-left: auto;
margin-right: auto;
font-weight: normal;
}
.rotator{
position: absolute;
right: 30px;
top: 17px;
}
.nav
{
position: absolute;
top: 65px;
right: 15px;
color: #ffffff;
font-size: 10px;
}
.menua
{
position: absolute;
right:15px;
top: 0px;
color:Maroon;
font-size: 10px;
}
.logo
{
position:absolute;
left: 10px;
top: 3px;
background-image: url(Images/logo.gif);
background-repeat: no-repeat;
width:500px;
height: 100px;
}
/* Zone PIED DE PAGE */
.footer
{
background-image: url(images/footer.gif);
margin-left: auto;
margin-right: auto;
margin-top:0.4em;
width: 900px;
text-align: center;
font-size: 9px;
}
/* Zone CENTRE DE PAGE */
.page
{
margin-left: auto;
margin-right: auto;
text-align: left;
background-image: url(images/body-repeat.gif);
background-repeat: repeat-y;
position: relative;
width: 852px;
padding: 0px 24px;
}
#sidebar {
float: left;
width: 135px;
height: 100%;
}
#content {
margin-left: 205px;
margin-top:12px;
}
#liensEspaceMembre
{
margin-left: 2em;
margin-top: 1.0em;
}
.gridcontent
{
margin-top: 1.0em;
width:460px;
border-right: #7b9ebd 1px solid;
border-top: #7b9ebd 1px solid;
border-left: #7b9ebd 1px solid;
border-bottom: #7b9ebd 1px solid;
}
.menu
{
margin-bottom: 0.3em;
text-transform: uppercase;
}
.treeview
{
margin-left: 1.0em;
margin-top: 1.0em;
margin-bottom: 1.12em;
max-width:1em;
line-height: 2.1em;
}
.headercell
{
color: #003063;
font-weight:bold;
vertical-align:text-top;
text-align:right;
width:150px;
}
/* BARRE DE FRACTIONNEMENT */
hr {
border: 0;
border-top: 1px solid #efeff7;
height: 1px;
} |
Partager