/*Sections that are hidden when printing the page. We only want the content printed.*/body {color: #000 !important; /* we want everything in black */background-color:#fff !important; /* on white background */font-family:arial; /* arial is nice to read ;) */border:0 !important; /* no borders thanks */}/* This affects every tag */* {border:0 !important; /* again no borders on printouts */}/*no need for accessibility on printout.Mark all your elements in content youdont want to get printed with class="noprint"*/.accessibility,.noprint{display:none !important;}/*remove all width constraints from content area*/#contents{display:block !important;width:100% !important;border:0 !important;padding:1em !important;margin: 0;}/* hide everything else! */#sidebar,#sidebar1,#sidebar2,aside,.bloc-tel,#adresse-header,#drapeaux,.bt-situer,#banner,#menu,#footer,.ma_gallerie,#form-itineraire,.bt-googlemaps{display: none !important;}#logo {margin: 0;text-align: left;background:transparent;}#logo a{color:#000000;}#logo a span {text-indent:0;}#adresse-header{position: relative;}#bg-header{min-height: 0;background:transparent;}.tarifs-camping td,.tarifs-camping th{border: 1px solid #000000 !important;}img {float:none; /* this makes images couse a pagebreak if it doesnt fit on the page */}.gallery .img img{float:left;margin-right: 10px;margin-bottom: 10px;}
/* Stylesheet: print Modified On 2014-02-06 17:10:04 */