/*
 * Feuille de style specifique a l'impression
 */
/**********************************/
/* Définition du corps de la page */
/**********************************/

body {
	font-family: Verdana, Helvetica, sans-serif;
	font-size:   11pt;
	background-color: #ffffff;
	margin-top: 1cm;
	margin-bottom: 1cm;
	margin-left: 1cm;
	margin-right: 1cm;
} 
/* Pour les liens, on desactive les couleurs
   et on affiche l'URL cible a la suite du lien (!) */

a { color: black; text-decoration: underline; }
a:visited { color: black; text-decoration: underline; }
a.spip_in { color: black; text-decoration: underline; }
a.spip_out { color: black; text-decoration: underline; }
/*
a:after
{
	display: inline;
	content: " [" attr(href) "]";
	border-width: 1px;
	border-style: dotted;
}
*/

/*
 * Un peu de coquetterie
 */

/*****************************/
/* Définition des conteneurs */
/*****************************/

#logo
{
   margin-left: 100px;
}

#entete {
	text-align: center;
	width : 300px;
	font-weight: bold;
	font-size: 10pt;
}

#date {
	text-align: right;
}

#texte {
	font-size: 10pt;
}

h1 {
    margin-top: 50px;
	font-size: 200%;
    text-align: center;
}

table.spip {
	text-align: center;
}

table.spip tr.row_first {
	background-color: #fcf4d0;
	font-size: 10pt;
	font-weight: bold;
}

table.spip tr.row_odd {
	background-color: #e0e0e0;
	font-size: 10pt;
}

table.spip tr.row_even {
	background-color: #f5f5f5;
	font-size: 10pt;
}

h3 {
    text-align: center;
    font-size : 160%;
}

/*************************
        TABLEAUX
**************************/

table.spip {
	margin: auto;
	margin-bottom: 1em;
	border: 1px solid;
	border-collapse: collapse;
}

table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold;
}

table.spip tr.row_first {
	background: #FFC;
}

table.spip tr.row_odd {
	background: #DDD;
}

table.spip tr.row_even {
	background: #EEE;
}

table.spip th, table.spip td {
	padding: 3px;
	text-align: left;
	vertical-align: middle;
}

/****************************
  LOGOS, DOCUMENTS ET IMAGES
*****************************/

img {
	margin: 0;
	padding: 0;
	border: none;
}

.spip_logos {
	margin-right: 5px;
	margin-top: 3px;
}


.spip_documents {
	text-align: center;
}

.spip_documents_center {
	clear: both;
	width: 60%;
	margin: auto;
}

span.spip_documents_center {
	
	display: block;
	float: center;
	margin-top:1em;
}

.spip_documents_left {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
}

.spip_documents_right {
	float: right;
	margin-left: 15px;
	margin-bottom: 5px;
}

.spip_doc_titre {
	font-weight: bold;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

.spip_doc_descriptif {
	clear: both;
	font-size: 0.8em;
	margin-left: auto;
	margin-right: auto;
}

/*
 * Disposition : on elimine les elements de navigation (display: none)
 * et on choisit un affichage de base pour le principal
 */

#principal {
	margin: 10px;
}

#navigation {
	display: none;
}

.encart {
	display: none;
}

.cartouche {
	margin-top: 0.5em;
	padding-top: 1em;
	margin-bottom: 1em;
}

.cartouche .spip_logos {
	margin-left: 0px;
	padding-left: 0px;
	margin-right: 0.8em;
}


/*
 * Forums
 */

.forum-repondre {
	display: none;
}
.forum-repondre-message {
	display: none;
}


/*
 *  Images typographiques (via image_typo)
 */
.image_typo {
	behavior: url("win_png.htc");
}

/*
 * Boutons admin
 */
#entete { display: none; }
#bas { display: none; }
#encart { display: none; }
.article-info-rubrique { display: none; }
.spip-admin-float {
	display: none;
}
.ps h3, .ps h4, .ps ul { display: none; }
.cartouche .texte h2,
.cartouche .texte form
{ display: none; }