/*
 * Projet : infostrateges
 * Auteur : Pierre-Emmanuel Fringant
 * Fichier créé le 1 févr. 07
 * 
 * Description :
 * Feuille de styles pour impression
 */

/*
 * STRUCTURE
 * ------------------------------------------------------
 */
* {
    margin: 0;
    padding: 0;
}
div#login {
    display: none;
}
div#wrapper {
    clear: both;
    width: 100%;
}
    div#content {
        width: 100%;
    }
    div#navigation {
        display: none;
    }
div#extra {
    display: none;
}

/*
 * STYLES GENERAUX
 * ------------------------------------------------------
 */
body {
    font-family: "Times New Roman", Arial, sans-serif;
    font-size: 100.1%;
	margin: .5cm;
}
a {
    color: black;
}
hr {
	margin: .5cm 0;
}

/*
 * HEADERS
 * ------------------------------------------------------
 */
h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    letter-spacing: -.5pt;
}
div#logo {
    margin-bottom: 12pt;
}
div#logo a {
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    letter-spacing: -.5pt;
    font-size: 16pt;
	text-decoration: none;
}

/*
 * MENU TOP
 * ------------------------------------------------------
 */
div#navbar-cat ul,
div#navbar-subcat ul {
    list-style: none;
    margin-bottom: 6pt;
}
div#navbar-cat li {
    font-size: 12pt;
}
div#navbar-cat li a {
    font-weight: bold;
    text-decoration: none;
}
.cat-off {
    display: none;
}

div#navbar-subcat li {
    font-size: 11pt;
}
div#navbar-subcat li a {
    text-decoration: none;
}
.subcat-on {
    font-weight: bold;
    text-decoration: none;
}
.subcat-off {
    display: none;
}

/*
 * GESTION DES COULEURS
 * ------------------------------------------------------
 */
.txtc-management,
.txtc-internet,
.txtc-veille,
.txtc-droit,
.txtc-offre { color: #000; }

/*
 * RESUMES
 * ------------------------------------------------------
 */
.sum .page-header {
    width: 100%;
    clear: both;
}
.sum-header h2 {
    font-size: 16pt;
}
.sum-header h2 a {
    text-decoration: none;
    display: block;
    padding-bottom: 6pt;
    border-bottom: 1pt solid #333;
}
.sum-header h3 {
    font-size: 13pt;
}
.sum-header h3 a {
    text-decoration: none;
    display: block;
    padding-bottom: 6pt;
    border-bottom: 1pt solid #333;
}
.sum-header .tags {
    font-size: 11pt;
    margin-top: 6pt;
}
.sum-header .tags a {
    text-decoration: none;
}
.sum-header .date {
	float: right;
	font-size: 9pt;
}
.sum-header .date dd {
    float: left;
}
.sum-header .date dt {
    float: left;
	padding-right: 3pt;
}
.sum-body {
    font-size: 12pt;
    margin: 12pt 0;
}
.sum-body a {
    display: none;
}

/*
 * FICHE
 * ------------------------------------------------------
 */
#full #full-header {
    margin: 12pt 0;
}
#full #full-header h1 {
    font-size: 20pt;
    margin-bottom: 8pt;
    padding-bottom: 8pt;
    display: block;
    border-bottom: 1pt solid #333;
}
#full #full-header p {
    font-size: 12pt;
}
#full #full-header #surtitle {
    font-size: 12pt;
    font-weight: bold;
}
#full #full-header #subtitle {
    font-size: 12pt;
    color: #555;
}
#full #full-header #tags a {
    text-decoration: none;
}
#full #full-header #tags span {
    float: right;
}
#full #full-body {
    font-size: 12pt;
    text-align: justify;
}
#full-body h1 {
	font-size: 2em;
}
#full-body h2,
#full-body h3,
#full-body h4,
#full-body h5,
#full-body h6 {
    margin-bottom: .4em;
}
#full #full-body p {
    margin-bottom: 12pt;
}
#full #full-body #cap {
    font-size: 13pt;
    font-weight: bold;
    text-align: justify;
    padding: 8pt;
    border: 1pt solid black;
}

/*
 * BARRE D'OUTILS
 * ------------------------------------------------------
 */
ul#tools {
    display: none;
}

/*
 * FOOTER
 * ------------------------------------------------------
 */
div#footer p {
    color: #777;
    font-size: 11pt;
    margin-top: 20pt;
}
div#footer a {
    text-decoration: none;
}
ul#footer-links {
	display: none;
}
