/**** Mise en page CSS ****/

/* définition des bordure pour la cartouche titre */
.cartouche_titre_1 {
	float: left;
	background-color: #edba84;
}

.cartouche_titre_solu {
	float: left;
	background-color: #73bfe7;
}

.cartouche_titre_bottom_left {
	background: url(images/cartouche_titre_fond_bot_ri.gif) no-repeat bottom right;
}

.cartouche_titre_bottom_left_2 {
	background: url(images/cartouche_titre_fond_bot_r2.gif) no-repeat bottom right;
}

.cartouche_titre_right {
	background: url(images/cartouche_bordure.gif) repeat-y left;
}

.cartouche_titre_top_right_2 {
	background: url(images/cartouche_titre_fond_top_l2.gif) no-repeat top left;
}

.cartouche_titre_top_right {
	background: url(images/cartouche_titre_fond_top_le.gif) no-repeat top left;
}

.cartouche_title, .cartouche_title_2 {
	text-align: right;
	padding-bottom: 5px;
	margin-right: 15px;
	margin-left: 15px;
}
