/*
Copyright (c) 2006, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 0.12.0
*/

/**
 * remise � plat des styles parasites
 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}


fieldset,img,abbr,acronym{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
/*h1,h2,h3,h4,h5,h6{font-size:12px;font-weight:normal;}*/
q:before,q:after{content:'';}
hr{display:block;height:1px;margin:0;_margin:-7px 0;padding:0;color:#808080;background-color:#808080;border:0;clear:both;}
/**
 * 84.5% for !IE, keywords for IE to preserve user font-size adjustment
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 * "Bitstream Vera Sans" pour linux !
 * On force l'assenceur de scroll vertical sur IE.
 * Evite les sauts lors de la navigation entre une page avec et une page sans barre de scroll.
 */
/*body{font:12px arial,helvetica,verdana,clean,"Bitstream Vera Sans",sans-serif;*font-size:small;*font:x-small;overflow-y:scroll;}*/
body{font:11px arial,helvetica,verdana,clean,"Bitstream Vera Sans",sans-serif;overflow-y:scroll;}
table{font-size:inherit;font:100%;}
/**
 * 99% for safari; 100% is too large
 */
select,input,textarea{font:99% verdana,arial,helvetica,clean,"Bitstream Vera Sans",sans-serif;}
/**
 * Bump up !IE to get to 13px equivalent
 */
pre,code,kbd{font:115% monospace;*font-size:100%;}
/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body *{line-height:1.22em;}
/**
 * correspondances tailles de police. Taille standard : 100% 13px
 * 
 * font-size:77%;   renders 10px
 * font-size:85%;   renders 11px
 * font-size:92%;   renders 12px
 * font-size:100%;  renders 13px
 * font-size:107%;  renders 14px
 * font-size:114%;  renders 15px
 * font-size:122%;  renders 16px
 * font-size:129%;  renders 17px
 * font-size:136%;  renders 18px
 * font-size:144%;  renders 19px
 * font-size:152%;  renders 20px
 * font-size:159%;  renders 21px
 * font-size:167%;  renders 22px
 * font-size:174%;  renders 23px
 * font-size:182%;  renders 24px
 * font-size:189%;  renders 25px
 * font-size:197%;  renders 26px
 */
/**
 * pour une taille correct des boutons de formulaire sur IE
 * class button pour IE sans suppot de CSS3
 */
input[type=submit],input[type=button]{overflow:visible;*width:1px;}
button,input.button{overflow:visible;*width:1px;}/*largeur de 1px dans IE5.0*/
/**
 * Reformat unsigned lists (bullet lists)
 * Unsigned list look the same in firefox and internet explorer
 * but firefox uses padding and ie uses margin to indent
 * so if you want to eliminate the indent you mat set both.
 * Here the top margin is negative too
 * so the bullet list is written directly under the text
 * and the bottom-margin of the p-tag can remain (needed elsewhere)
 */
/*ul{padding-left:15px;margin-left:0;margin-top:-10px;margin-bottom:10px;}*/


