/* 
    Document   : antiscreen.css
    Created on : 24 oct. 2011, 12:51:32
    Author     : emmanuel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/


    * float and display: because these properties are traditionally used to create multi-column layouts,
they tend to require mobile users to scroll or zoom,
    * padding and margin: since screen real estate is limited on mobile devices, you will want to reduce or
remove most of these on mobile screens, and
    * background-image: images used for decorating a website for PC browsers tend to be pretty big and have
limited use in mobile contexts, so they probably ought to be removed or replaced for mobile browsers.


*/

.logolist,h6,#top,#menu,#illustration,#bcroundcorner,#footer,.searchfield,
.list li,.listarticle,
.tr, .tl, .br, .bl,
.print,#language,#language a,#menu,#nav,#nav li,#content #article li,#content #article .spip_logos,
#sections li,#breadcrumb #text,#article li,.rubriquecolumn,.rubriquecolumn2,#search,#navyears,#navyears li {
    float: none;
    background-image: none;
}