/* 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 {
	background:#fff;
	font:11px Arial, Helvetica, sans-serif;
	margin:0;
	color:#000;
}

.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 {
	width:900px;	
	margin:auto;
}

#tete {
	position:relative;
	width:900px;
}

#corps_sommaire,
#corps_article,
#corps_rubrique,
#corps_recherche,
#corps_erreur {
	width:900px;
	background:url(../imgs/bandeau_bas.png) no-repeat top right;
}

#gauche {
	width:213px;
	background:#63990d;
}

#droite {
	width:687px;
	padding:40px 0 0 0;
}

#pied {
	width:900px; 
	padding:115px 0 0 0;
	background:url(../imgs/pied.jpg) no-repeat top;
}

}


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

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

}