/** 
* Feuille de style pour l'impression
* 
* @client AEB 
* @project Marque Bretagne
* @version 1 
* @author Kaliop 
* @date 2010/12/20
* @lastmodified 2010/12/20
* 
*
* @summary 
*   NON IMPRIMABLE
*   RESET
*   EN TETE DE PAGE : HEADER
*   PARTIE CENTRALE : CONTENT 
*   ___ CONTENT => Fil d'ariane 
*   ___ CONTENT => Mise en forme 
*   ___ CONTENT => Listes de resultats
*   PIED DE PAGE : FOOTER
*
*/

/* NON IMPRIMABLE 
---------------------------------------------------------------------------------------------------*/
#header .baseline,
#header .satellites,
#header #main_nav,
#left,
#content .btn_top,
#content .share,
#content .btn_portrait,
#content .nav,
#content .link,
#footer,
form,
.template {
	display:none;
}


/* RESET 
---------------------------------------------------------------------------------------------------*/

body {
	margin:0;
	padding:0;
	font-family:times, serif;
	font-size:10pt;
	color:#000;
}
body * {
	margin:0;
	padding:0;
	border:none;
}
a {
	text-decoration:none;
    color:#000;
}
ul, ol {
	list-style-position:inside
}


/* EN TETE DE PAGE : HEADER 
---------------------------------------------------------------------------------------------------*/

/* HEADER => zone de titre */
#header .logo{
    float:left;
    margin-right:2em;
    margin-bottom:3em;
}
#header .logo img{
    width:150px;
}


/* PARTIE CENTRALE : CONTENT 
---------------------------------------------------------------------------------------------------*/

/* ---------------  CONTENT => Fil d'ariane */
#content .breadcrumbs {
    padding-top:1.5em;
    font-size:0.9em;
}
#content .breadcrumbs img{
    display:none;
}

/* ---------------  CONTENT => Mise en forme */

/* Main => header */
#content .intro {
    font-size:1.2em;
    font-weight:bold;
    overflow:hidden;
    margin:2em 0;
    clear:both;
}
#content .meta {
    margin-bottom:0.2em;
}
#content .meta li {
    display:inline;
}

/* Mise en forme => titres */
#content h1, #content h2,#content h3,#content h4,#content h5,#content h6 {
    font-family:arial, sans-serif;
    font-weight: bold;
    color:#000;
    margin:1.5em 0 1em 0;
}
#content h1 {
    clear:both;
    font-size:2em;
    margin-top:0;
}
#content h2 {
    font-size:1.6em;
}
#content h3 {
    font-size:1.5em;
}
#content h4 {
    font-style:italic;
    font-size:1.3em;
}
#content h5 {
    font-size:1.2em;
}
#content h6 {
    font-size:1.2em;
}
#content h2 a,#content h3 a,#content h4 a,#content h5 a,#content h6 a {
    color:#000;
    text-decoration:none;
}
/* Mise en forme => paragraphes et listes */
#content p {
    margin-bottom:1em;
}
#content ul,
#content ol {
    margin-bottom:1em;
}
#content ul ul,
#content ul ol,
#content ol ul,
#content ol ol{
    margin: 0.5em 0 0.5em 1em;
}
/* Mise en forme => liens */
#content .file span {
    font-weight:bold;
}
#content .file a {
    text-decoration:none;
}
/* Mise en forme => images */
#content .figure {
    margin-bottom:0.5em;
}
#content .figure img{
    display:block;
}
#content .figure.left {
    float:left;
    margin-right:1em;
}
#content .figure.right {
    float:right;
    margin-left:1em;
}
#content .figure.center {
    margin: 0 auto;
}
#content .figure .figcaption {
    font-size:0.9em;
}
/* Mise en forme => tableaux */
/* tableaux de données */
#content table {
    width:100%;
    margin-bottom:1.5em;
    border-collapse:collapse;
}
#content table caption {
    margin-bottom:1em;
    text-align:left;
    font-size:1.1em;
    font-weight:bold;
    color:#000;
}
#content table th {
    padding:0.5em;
    border:1px solid #666;
}
#content table td {
    padding:0.5em;
    border:1px solid #666;
}
/* tableaux de mise en page */
#content table.table_form {
    width:auto;
}
#content table.table_form td {
    padding:0;
    border:0;
}
/* Mise en forme => outils */
#content .clear_spacer {
    clear:both;
}

/* ---------------  CONTENT => Listes de resultats */

#content .liste_resultats {
    margin-bottom:2em;
}
#content .liste_resultats .view {
    overflow:hidden;
    margin-bottom:1em;
    padding-top:1em;
    border-top:1px solid #666;
}
#content .liste_resultats .view:first-child {
    padding-top:0;
    border-top:0;
}
#content .liste_resultats .view h2,
#content .liste_resultats .view h3 {
    margin-top:0;
    margin-bottom:0.2em;
    font-size:1.25em;
}
#content .liste_resultats .view .figure {
    float:right;
    margin-left:1em;
}


/* PIED DE PAGE : FOOTER
---------------------------------------------------------------------------------------------------*/

#footer {
    padding:1em 0;
    border-top:3px solid #000;
    text-align:right;
}

