@charset "UTF-8";
@media print
{
#col1, #col1_content { float:none; width: 100%; margin: 0; padding: 0; border: 0; }  #col2 { display:none; }
/**------------------- @section layout preparation -------------------------------------------------*/
/**---- Preparing base layout for print _________________________*/
body, #page_margins, #page, #main { margin:0; padding: 0; border: 0; }
#page_margins, #page { width: 100% !important; min-width:0; max-width: none; }
#header { margin:0; padding: 0; border: 0; height: auto;width: 100% !important; }
/**---- Hide unneeded container of the screenlayout in print layout _________________________*/
#topnav, #nav, #actions,#actions #actions_inner ul li, #search, #footer, #bandeau img, #bandeau a, object { display: none; }
/**---- Linearising subtemplates _________________________*/
.c20l, .c25l, .c33l, .c38l, .c50l, .c62l, .c66l, .c75l, .c80l,
.c20r, .c25r, .c33r, .c38r, .c50r, .c62r, .c66r, .c75r, .c80r {width: 100%; margin:0; float:none; overflow:visible; display:table; }
.subc, .subcl, .subcr  { margin: 0; padding: 0; }
/**---- make .print class visible _________________________*/
.print { position: static; top: 0; left: 0; height: auto; width: auto; }
.noprint {display: none;}
a.top, a.plus, a.fontWeightNormal {display: none; }
/**------------------- @section content preparation -------------------------------------------------*/
/**---- Change font to serif  _________________________*/
body * { font-family: /*"Times New Roman", Times, serif;*/arial; }
code, pre { font-family:"Courier New", Courier, mono; }
body { font-size: 10pt; }
/**---- Avoid page breaks right after headings _________________________*/
h1,h2,h3,h4,h5,h6 { page-break-after:avoid; }
/**---- Format acronyms and abbreviations for print _________________________*/
abbr[title]:after, 
acronym[title]:after { content: '(' attr(title) ')'; }
/**---- Disable background graphics of links  _________________________*/
#page a[href^="http:"], #page a[href^="https:"] { padding-left: 0; background-image: none; }
/**---- Enable URL output in print layout _________________________*/
a[href]:after {content:" (www.sophrologie-formation.fr/"attr(href)")"; color:#444; background:inherit; font-size: 10pt; font-style:italic; font-weight: normal; }
h1#ifs a[href]:after {content:" ("attr(href)")"; color:#444; background:inherit; font-size: 10pt; font-style:italic; font-weight: normal; }
div#header h1#ifs a{display:block;height:2em;margin:0 0 1em 0;}
div#bandeau { margin:0; padding: 0; border: 0; }
/**------------------- @section browser fixes for print layouts -------------------------------------------------*/
/**---- overflow:hidden Bug in print layouts - @bugfix - @since     3.0 - @affected  FF2.0, IE7 - @css-for   all browsers - @valid     yes _________________________*/
.floatbox, .subcolumns, .subcolums_oldgecko { overflow:visible; display: table; }
}
