/* Structure graphique */

/* taille typo
 * 1em = 0.065px
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */


/* Css d'affichage */
@media projection, screen, tv {

BODY {
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	background:#FFF url(../imgs/degrade.jpg) repeat-x top;
}

.spip_documents_left { margin-right:5px; }
.spip_documents_right { margin-left:5px; }
.texteencadre-spip { clear:both; }
.spip_documents IMG { border:0; }

TD { vertical-align:top; }

.d-block { display:block; }
.f-right { float:right; }
.f-left { float:left; }
.c-both { clear:both; }
.on { font-weight:bold; }

.netoyeur {
	display:block;
	height:1px;
	line-height:1px;
	font-size:0.07em;
	clear:both;
}

#page {
	background:url(../imgs/siege.jpg) no-repeat left bottom;
	min-height:820px;
	_height:820px;
	_display:table;
	width:780px;
	margin:auto;
}

#page.sommaire { background:url(../imgs/fond.jpg) no-repeat top center; }

#tete {
	height:25px;
	position:relative;
}

#corps_sommaire,
#corps_article,
#corps_rubrique,
#corps_erreur {
	min-height:750px;
	_height:750px;
	_display:table;
}

#pied { text-align:right; }

}


/* Css d'impression */
@media print {

BODY { font:11px Arial, Helvetica, sans-serif; }

}
