
/* - print.css - */
@media print {
/* http://observatoire-reussite-educative.fr/portal_css/print.css?original=1 */
.hiddenStructure,
#portal-personaltools-wrapper,
#portal-globalnav,
#edit-bar,
#portal-searchbox,
#portal-column-one,
#portal-column-two,
#portal-breadcrumbs,
.documentByLine,
.manageInHeaderPortletsLink,
.manageInFooterPortletsLink,
.managePortletsFallback,
#viewlet-below-content,
#portal-footer-wrapper{
display:none;
}
#portal-logo img {
display:inline-block;
width:70px;
height:70px;
}
#portal-top{
margin-top:-70px;
margin-bottom:60px;
}
#site_title_viewlet {
font-family:"bebas_neueregular", serif;
font-size:34px;
float:right;
}
h1, h2, h3, h4 {
font-family:Arial, sans-serif;
}
#portal-column-content {
margin-top:30px;
}
#portal-column-content .documentFirstHeading {
font-size:28px;
font-family:"bebas_neueregular", serif;
font-weight:normal;
margin-bottom:-10px;
}
#content .discreet {
font-size:85%;
color:#666;
}
#content .callout {
border-left-color: #2E4B73;
background: #DDD none repeat scroll 0% 0% !important;
padding: 1em;
border-left: 1em solid #CCC;
clear: both;
}
#content h3.question {padding-left:0 !important;}

}

