css_login.css (3397B)
1 /* Base du template*/ 2 3 select{ 4 font-size: 8pt; 5 font-family: Verdana; 6 background-color: #FFF6EB; 7 border: 1px solid #FFA94D 8 } 9 10 input { 11 font-size: 8pt; 12 font-family: Verdana; 13 background-color: #FFF6EB; 14 border: 1px solid #FFA94D 15 } 16 17 A:visited { 18 color: #B35F21; TEXT-DECORATION: none; 19 } 20 a:hover { 21 color: #B35F21; TEXT-DECORATION: underline; 22 } 23 A:link { 24 color: #B35F21; TEXT-DECORATION: none; 25 } 26 A:active { 27 color: #B35F21; TEXT-DECORATION: none; 28 } 29 30 body { 31 padding-right: 0px; 32 padding-left: 0px; 33 font: 11px verdana; 34 background-image: url(../images/principal/arriereplan.gif); 35 padding-bottom: 0px; margin: 0px; 36 padding-top: 0px; 37 font-family: Verdana, Arial, Helvetica, sans-serif; 38 top: 0px; 39 } 40 41 #conteneur { 42 width:767px; 43 margin-left:auto; 44 margin-right:auto; 45 border:0px solid #000000; 46 margin-top:20px; 47 margin-bottom:20px; 48 } 49 50 #header { 51 width:767px; 52 height:102px; 53 background-image:url(../images/principal/entete.jpg); 54 background-repeat:no-repeat 55 } 56 57 #flash { 58 width:767px; 59 height:46px; 60 background-color: #FFF9F1 61 } 62 63 #centre { 64 margin-bottom: 0px; 65 margin-left:0px; 66 float:left; 67 width: 767px; 68 padding:0px; 69 background-image:url(../images/principal/background-contenu.gif) 70 } 71 72 #pied { 73 background-image: url(../images/principal/bas.gif); 74 padding-top:0px; 75 padding-bottom:0px; 76 clear:both; 77 width:767px; 78 height:26px; 79 text-align:right; 80 } 81 82 #menu{ 83 float:left; 84 width: 175px; 85 margin-left:3px; 86 } 87 88 #contenu{ 89 float:left; 90 width: 578px; 91 margin-left:0px; 92 } 93 94 /*Structure intérieur de la page */ 95 96 #bloc_principal{ 97 float:left; 98 width: 390px; 99 } 100 101 #bloc_droite{ 102 float:left; 103 width: 172px; 104 margin-left:12px; 105 106 } 107 108 #bloc_bas1{ 109 float:left; 110 width:190px; 111 height:230px 112 } 113 114 #bloc_bas2{ 115 float:left; 116 width: 182px; 117 height:230px; 118 margin-left:16px 119 } 120 121 /*Divers éléments structures */ 122 123 .padding { 124 padding: 3px; 125 margin: 0px; 126 } 127 128 /*Element de taille */ 129 130 .notice { 131 font: 10px verdana; 132 font-style: italic 133 } 134 135 .taille1 { 136 font: 10px verdana; 137 } 138 139 /*Police spéciales titres */ 140 141 #taille2 H1{ 142 font-family: 'lucida sans unicode', 'century gothic', verdana, 'bistream vera sans', helvetica; 143 font-size: 20px; 144 font-weight: normal; 145 padding-bottom: 4px; margin: 0px 0px 3px; padding-top: 0px; border-bottom: #dfdfdf 1px solid; 146 } 147 148 .taille3 H1{ 149 font-family: 'lucida sans unicode', 'century gothic', verdana, 'bistream vera sans', helvetica; 150 font-size: 14px; 151 font-weight: normal; 152 padding-bottom: 4px; margin: 0px 0px 3px; padding-top: 0px; border-bottom: #dfdfdf 1px solid; 153 color : #A42885 154 } 155 156 /*Elements couleurs */ 157 158 .rose1 { 159 background-color: #FFDFF3 160 } 161 162 .rose2 { 163 background-color: #FFF2FA 164 } 165 166 .rose3 { 167 color: #CC0099; 168 } 169 170 .rose4 { 171 color: #9C0E79; 172 } 173 174 .rose5 { 175 color: #D7006B; 176 } 177 178 .mauve1 { 179 color: #6905A5; 180 } 181 182 .marron1 { 183 color: #A0570E; 184 font-weight: bold 185 } 186 187 .marron2 { 188 color: #B35F21; 189 font-weight: normal 190 } 191 192 .alerte { 193 color: #cc0000; 194 font-weight: bold 195 } 196 197 /*Elements divers */ 198 199 .arriere_plan { 200 background-image:url(../images/login/fondperso.jpg); 201 background-repeat: no-repeat; 202 background-position: center top; 203 } 204 205 .no_bordure { 206 border: 0 none; 207 } 208 209 .alerte_session { 210 background-color: #FF6666; 211 width:155px; 212 border:1px solid; 213 }