/* */

body { font-family: helvetica, arial; font-size: 14px; margin: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; }
a { color: #666; }
a:hover { color: #FF9900; text-decoration: none; }

#page { width: 960px; margin: 10px auto; padding: 0 0 10px 0;
	-moz-box-shadow: 5px 5px 5px #aaa; 
	-webkit-box-shadow: 5px 5px 5px #aaa; 
	box-shadow: 0px 0px 10px #555;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
#header, #main, #footer { padding: 0 10px; }
#header { height: 120px; padding: 0 150px 0 10px ; background: url("/img/femme-lunettes.jpg") no-repeat right center; border-bottom: 1px solid #CCC; }
table { border-collapse: collapse; font-size: 14px; }
td, th { border: 1px solid #dad9c7; padding: 5px; text-align: right; }

thead td { border: none; }
th.header { 
    background-image: url(/js/themes/blue/bg.gif);  
    background-color: #EEE;   
    cursor: pointer; 
    font-weight: bold; 
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 

}
th.headerSortDown { 
    background-image: url(/js/themes/blue/desc.gif); 
    background-color: #CCC; 
}
th.headerSortUp { 
    background-image: url(/js/themes/blue/asc.gif); 
    background-color: #CCC; 
} 