/* Tete */

/* 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 {

#logo_site {
	position:absolute;
	top:0;
	left:100px;
	z-index:20;
}

/* -------------------------------------------------------------------------------- */

#bandeau { position:relative; }

#bandeau IMG {
	display:block;
	background-position:center;
	background-repeat:no-repeat;
}

#bandeau IMG.debut { 
	position:absolute;
	left:-60px;
	top:0;
}

}


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



}