/*
Changer ici la frise Blanc/turqoise du haut de la 1ère page, et Turquoise/blanc du bas de la 1ère Page.
Idem pour page "Linge de Soie".
*/
               
TD.TURQUOISE { background: #00ccc8 ;
               text-align: center ;
               }             
TD.BLANC     { background: #ffffff ;
               text-align: center
               }

/*
baseline     (align baselines of element and parent) 
middle       (align vertical midpoint of element with baseline plus half the x-height--the height of the letter "x"--of the parent) 
sub          (subscript) 
super        (superscript) 
text-top     (align tops of element and parent's font) 
text-bottom  (align bottoms of element and parent's font) 
top          (align top of element with tallest element on the line) 
bottom       (align bottom of element with lowest element on the line) 
*/
IMG.MILIEU   { vertical-align: middle }   
TD.MILIEU    { vertical-align: middle }   
/*
Formate le Copyright/Last update de toutes les pages.
xx-small | x-small | small | medium | large | x-large | xx-large
*/
ADDRESS.ADDR { font-size: xx-small }
