/*-------------------------------------------------------------------------------------------------------------------
 * Copyright 2004-2006 KOLOR - KAManager
 * color.css : CSS relatif aux couleurs : style "defaut"
 *-------------------------------------------------------------------------------------------------------------------*/
/* pour toute la page */
body { background:#333; color:white; }
a { text-decoration:none; color:#FFCA71; }
a:hover { text-decoration:underline; }

/* dans le fixedbody : les tables et forms */
#fixedbody table, #fixedbody thead, #fixedbody tfoot td { background:#888; color:white; }
#fixedbody td { background:#333; color:white; }
#titreForm, #piedForm { color:white; background:#888; }
#corpForm { border:2px solid #888; color:black; background:#FDA; }
/* .FO { cursor:pointer; border:1px solid #333; background-color:#F69536; color:white; }
.FS { cursor:pointer; border:1px solid #333; background-color:white; color:black; }*/

/* tools1 : top de la page */
#tools1 { background-color:#333333; color: white; }
#tools1 * { color: white; }
#tools1 #help { background: url('/_styles/defaut/help_24.gif') top no-repeat; }
#tools1 #user { background: url('/_styles/defaut/user_24.gif') top no-repeat; }
#tools1 #cart { background: url('/_styles/defaut/cart_24.gif') top no-repeat; }

/* navbarre : accueil > album > sous album */
#navbarre { background:#EEE; color:#777; }
#navbarre * { color:black; }
#navbarre .accueil { background: url('/_styles/defaut/home_16.gif') left no-repeat; }
#navbarre .cart { background: url('/_styles/defaut/cart_16_enabled.gif') left no-repeat; }
#navbarre .user { background: url('/_styles/defaut/user_16.gif') left no-repeat; }
#navbarre .pay { background: url('/_styles/defaut/pay_16.gif') left no-repeat; }
#navbarre .folder { background: url('/_styles/defaut/folder_16.gif') left no-repeat; }
#navbarre .help { background: url('/_styles/defaut/help_16.gif') left no-repeat; }
.pagination a { background:url('/_styles/defaut/page_off.gif') 3px 2px no-repeat; }
.pagination .current_page a { background:url('/_styles/defaut/page_on.gif') 3px 2px no-repeat; }

/* albumbar : hierarchie, searc, etc */
#albumbar { border-top:1px solid black; background:#DDD; color:#000; }
#albumbar * { color:#000; }
#albumbar #tree_button { background: url('/_styles/defaut/folder_24.gif') left no-repeat; }
#albumbar #search_button { background: url('/_styles/defaut/find_24.gif') left no-repeat; }
#albumbar #mail_to_button { background: url('/_styles/defaut/mail_24.gif') left no-repeat; }

/* thumbs : petites vignettes */
#thumbs { /*background:#FFF; color:#000;*/ }
#thumbs .thumb { /* margin: 1px; padding:3px; background:#DDD; color:#000;*/ }
#thumbs .subalbum { background: url('/_styles/defaut/folder_gris.gif') no-repeat; }
#thumbs .subalbum.secured { background-image: url('/_styles/defaut/folder_gris_locked.gif'); }
#thumbs .thumb a { color: #BABABA; }
#thumbs .thumb h4 b { background-image: url('/_styles/defaut/cart_16_disabled.gif'); background-repeat: no-repeat; }
#thumbs .thumb.selected h4 b { background-image: url('/_styles/defaut/cart_16_enabled.gif'); }
#thumbs .thumb.selecting h4 b { background-image: url('/_styles/defaut/cart_16_animated.gif' ); }
#thumbs .search_album { background-image: url('/_styles/defaut/folder_16.gif'); border-top: 1px solid #888; }

/* preview : grosse vignette */
#preview { /*background: #157; color: #FFF;*/ }
#preview #add_to_cart { background-image: url('/_styles/defaut/cart_16_disabled.gif'); }
#preview #remove_from_cart { background-image: url('/_styles/defaut/cart_16_enabled.gif'); }
#preview .close { background-image: url('/_styles/defaut/close_black.gif') ; }