/* ==================================*/
/* generic print styles, for all pages of "Decouvrir" */
/* ==================================*/

/* Everything that must not be printed */
#header #top_menu, #lang1, #lang2, #util_menu, #rubrique_menu, #footer, #content_menu1, #content_menu2, #copyright a, .hidden {
display: none;
}
body {
font-size: 12pt;
}
img {
border: 0;
}
/* Print in black color and serif font  */
* {
color: #000 !important;
font-family: Georgia, "Bookman Old Style", Bookman, "New Century Schoolbook", "Bookman Antiqua", Palatino, "Utopia", "New York", "Times New Roman", Times, serif !important;
}
/* The global container */
#wrapper {
width: 100%;
}
/* Main site title */

h1 {
float: none;
font-size: 16pt;
text-align: center;
width: 100%;
}
h1 a.onglets {
width: 100%;
}
h1 a span.hidden {
width: 100%;
position: static;
height: auto;
overflow: visible;
font-size: 16pt;
}
/* L'ocean lui donne sa vitalite */
#tagline {
text-align: center;
font-size: 12pt;
float: none;
padding: 0;
}
/* publication date */
#pubdate {
text-align: right;
font-size: 12pt;
float: none;
}
/* Page title ("Decouvrir")*/
#sub_wrapper h2 {
height: auto;
background: none;
}
/* Specific content styles */
#content {
margin: 0;
border: 0;
}
#copyright {
padding: 0;
max-width: 100%;
}
p {
font-size: 12pt !important;
}
q {
quotes: "\00AB\00A0" "\00A0\00BB" "\0022" "\0022";
font-style: italic;
}
/* explicit urls */
a:after {
content: "(" attr(href) ")";
display: block;
font-size: 10pt;
font-weight: normal;
color: #535353;
}
/* TODO: needs some more styles for subtitle, lists, etc. */
