/**********************************************************
 * KOAMA
 * http://www.koama.com/
 **********************************************************/


/**********************************************************
 * Identifiants
 **********************************************************

/*
 * Bandeau
 */

#bandeau {
	background-image: url(../images/illus_bandeau_rubrique.png);
	height: 158px;
}

	/*
	 * Menu
	 */
	#menu {
		top: 60px;
		left: 25px;
	}
	
	/*
	 * Titre de rubrique
	 */
	#bandeau #titre {
		display: block;
		position: absolute;
		bottom: 0;
		left: 205px;
	}

/*
 * Contenu
 */

#contenu {
	background: url(../images/illus_sous_bandeau_rubrique.png) no-repeat top left;
	height: 55px;
	padding-top: 20px;
}
	#contenu #contenu-texte {
		background: url(../images/illus_back_rubrique.png) top left repeat-y;
	}
	#contenu #texte {
		margin-left: 200px;
	}

