Subversion Repositories Applications.papyrus

Rev

Rev 1595 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1595 Rev 1610
Line 169... Line 169...
169
 
169
 
170
/* display and additional classes */
170
/* display and additional classes */
171
.clear { clear: both; }
171
.clear { clear: both; }
Line -... Line 172...
-
 
172
.gray { color: #CCC; }
-
 
173
 
-
 
174
 
-
 
175
#zone_onglets {float : right;margin : 0 20px -1px 0 ;text-align:left;font-weight:bold;}
-
 
176
#zone_onglets ul { margin:0; padding:0; list-style:none;}
-
 
177
#zone_onglets li { background:url(../images/Boutons/right_both_green.png) no-repeat right top; float:left; margin:0; padding:0; color: #006495;}
-
 
178
#zone_onglets a {float:left; display:block; color: #006495; font-size:12px; background:url(../images/Boutons/left_both_green.png) no-repeat left top; width:.1em; white-space:nowrap;/*2 lignes ajoutees pour compatibilite IE : extension de la zone cliquable a l'ensemble de zone_contenu_haut*/ padding:5px 15px 4px;  text-decoration:none;}
-
 
179
/* On retablit le float a sa valeur correct mais le hack de l'antislash commente cache cette regle a IE5-Mac \*/ #zone_onglets a {float:none;} /* End IE5-Mac hack */
-
 
180
#zone_onglets > ul a { width:auto;} /*propriete ajoutee pour contredire la ligne speciale IE (ci dessus) pour les autres navigateurs*/
-
 
181
#zone_onglets li:hover { background-position:100% -150px;}
-
 
182
#zone_onglets li:hover a { background-position:0% -150px;}
-
 
183
#zone_onglets .inactif { border-bottom:0px solid; font-weight:normal;}
172
.gray { color: #CCC; }
184
#zone_onglets .actif, #zone_onglets .actif { position:relative; background-position:100% -150px; padding-bottom:2px; font-weight:bold;}
173
 
185
#zone_onglets .actif a, #zone_onglets .actif a { position:relative; background-position:0% -150px; padding-bottom:3px;}
174
/*-------------------------------APPLETTES--------------------------------------*/
186
/*-------------------------------APPLETTES--------------------------------------*/
175
#moteur_recherche {position:absolute; top:80px; right:50px; width:200px; height:33px; text-align:right; background:transparent;}
187
#moteur_recherche {position:absolute; top:80px; right:50px; width:200px; height:33px; text-align:right; background:transparent;}
176
#moteur_recherche legend {display:none;}
188
#moteur_recherche legend {display:none;}
Line 198... Line 210...
198
#persistant, #persistant_label {float:left;}
210
#persistant, #persistant_label {float:left;}
199
#persistant {margin:7px 2px 0 0;}
211
#persistant {margin:7px 2px 0 0;}
200
.rss_page{padding:2px 0 0 0;}
212
.rss_page{padding:2px 0 0 0;}
201
.rss_titre_site{font-size:11px; font-weight:normal; border-bottom:0;}
213
.rss_titre_site{font-size:11px; font-weight:normal; border-bottom:0;}
202
.rss_date{color:rgb(80, 80, 80); text-align:justify;}
214
.rss_date{color:rgb(80, 80, 80); text-align:justify;}
203
.rss_titre_article{font-size:11px; text-transform:none; margin-bottom:5px;}
-
 
204
 
-
 
205
/*Onglets applis*/
-
 
206
#zone_onglets {float:right;}
-
 
207
#zone_onglets li {display:inline;margin: 2px;}
-
 
208
215
.rss_titre_article{font-size:11px; text-transform:none; margin-bottom:5px;}
-
 
216
209
217