 @import "/extensions/css/reset_fixe.css"; @import "/extensions/css/reset_portable.css" screen and (max-width:1500px); @import "/extensions/css/reset_tablette.css" screen and (max-width:1100px); @import "/extensions/css/reset_mobile.css" screen and (max-width:700px); @import "/extensions/css/reset_print.css" print; html, body{  width:100%;  min-height:100%;  margin:0;  padding:0; }  html{overflow:auto;}  body{ background:#fff;  font-family:"Roboto Condensed",Arial,Georgia,Verdana,sans-serif; font-size:14px; font-weight:300; color:#231f20; }  a{color:#282828;text-decoration:none;}  a:hover{text-decoration:none;}  main h1,main h2,main h3{ line-height:1.2em; margin:0.3em 0; font-weight:300; text-transform:uppercase; }  main h1{font-size:1.8em;}  main h2{font-size:1.5em;}  main h3{font-size:1.2em;}   img,embed{  max-width:100%; }  .conteneur{ width:90%; max-width:1200px; margin:0 auto; }  .menu_principal ul.menu_deroulant{ margin:40px 0 5px 0; }  footer[role=contentinfo]{ }   @media screen and (max-width:700px) {  main article>div{   width:100%!IMPORTANT;   padding:0px!IMPORTANT;   margin:0 0 15px 0!IMPORTANT;   border:none!IMPORTANT;  }  }  