.main_cadre {
	margin-bottom: 5px;
}
.main_cadre .top_rouge {
	height: 20px;
	width: 100%;
	background-image: url('../images/tab_header_rouge_bg.png');
}
.main_cadre .top_rouge .coin_gauche {
	float: left;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_rouge_coin.png');
}
.main_cadre .top_rouge .coin_droite {
	float: right;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_rouge_coin.png');
}
.main_cadre .top_orange {
	height: 20px;
	width: 100%;
	background-image: url('../images/tab_header_orange_bg.png');
}
.main_cadre .top_orange .coin_gauche {
	float: left;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_orange_coin.png');
}
.main_cadre .top_orange .coin_droite {
	float: right;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_orange_coin.png');
}
.main_cadre .top_vert {
	height: 20px;
	width: 100%;
	background-image: url('../images/tab_header_vert_bg.png');
}
.main_cadre .top_vert .coin_gauche {
	float: left;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_vert_coin.png');
}
.main_cadre .top_vert .coin_droite {
	float: right;
	height: 20px;
	width: 1px;
	background-image: url('../images/tab_header_vert_coin.png');
}
.main_cadre .centre {
	border: 1px solid #C8C8C8;
}
.main_cadre .bottom {
	width: 100%;
	height: 8px;
	background-image: url('../images/tab_footer.png');
	font-size: 0px;
}
.main_cadre .contour_rouge {
	border-style: solid;
	border-width: 1px;
	border-color: #AA0000;
	margin: 5px;
}
.main_cadre .contour_orange {
	border-style: solid;
	border-width: 1px;
	border-color: #EFC979;
	margin: 5px;
}
.main_cadre .contour_vert {
	border-style: solid;
	border-width: 1px;
	border-color: #D2DE83;
	margin: 5px;
}
.page_titre {
	margin: 5px;
}
.page_titre .puce_rouge {
	float: left;
	height: 20px;
	width: 26px;
	background-color: #AA0000;
}
.page_titre .puce_orange {
	float: left;
	height: 20px;
	width: 26px;
	background-color: #EFC979;
}
.page_titre .puce_vert {
	float: left;
	height: 20px;
	width: 26px;
	background-color: #D2DE83;
}
.page_titre .texte {
	font-size: 18px;
	color: #515151;
	text-decoration: underline;
}