.top_left,
.bottom_left {
	float: left;
	width: 4px;
	height: 4px;
	font-size: 1px;
}

.top_right,
.bottom_right {
	float: right;
	width: 4px;
	height: 4px;
	font-size: 1px;
}

/* corner box lightgrey */
.bloc_arrondi_gris-clair {
	background: #F0F0D9;
	padding: 0;
	margin: 0 0 15px;
	height: 1%;
}

#left .bloc_arrondi_gris-clair {
	margin-right: 40px;
	width: 175px;
}

#left .scroll_content .bloc_arrondi_gris-clair { width: 221px; }

#right .bloc_arrondi_gris-clair {
	width: 175px;
}

#right .scroll_content .bloc_arrondi_gris-clair { width: 221px; }

.bloc_arrondi_gris-clair .contenu {
	padding: 5px 15px;
}

.bloc_arrondi_gris-clair .top_left { background: transparent url('../images/interface/blocs_arrondis/top_left_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair .top_right { background: transparent url('../images/interface/blocs_arrondis/top_right_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair .bottom_left { background: transparent url('../images/interface/blocs_arrondis/bottom_left_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair .bottom_right { background: transparent url('../images/interface/blocs_arrondis/bottom_right_gris-clair.gif') no-repeat left top; }



/* corner box grey */
.bloc_arrondi_gris {
	background: #AFAF96;
	padding: 0;
	margin: 0 0 15px;
	height: 1%;
}

#left .bloc_arrondi_gris {
	margin-right: 40px;
	width: 175px;
}

#right .bloc_arrondi_gris {
	width: 175px;
}

.bloc_arrondi_gris .contenu {
	padding: 5px 15px;
}

.bloc_arrondi_gris .top_left { background: transparent url('../images/interface/blocs_arrondis/top_left_gris.gif') no-repeat left top; }
.bloc_arrondi_gris .top_right { background: transparent url('../images/interface/blocs_arrondis/top_right_gris.gif') no-repeat left top; }
.bloc_arrondi_gris .bottom_left { background: transparent url('../images/interface/blocs_arrondis/bottom_left_gris.gif') no-repeat left top; }
.bloc_arrondi_gris .bottom_right { background: transparent url('../images/interface/blocs_arrondis/bottom_right_gris.gif') no-repeat left top; }



/* corner box brown */
.bloc_arrondi_marron {
	background: #8D3F1E;
	padding: 0;
	margin: 0 0 15px;
	height: 1%;
}

#left .bloc_arrondi_marron {
	margin-right: 40px;
	width: 175px;
}

#right .bloc_arrondi_marron {
	width: 175px;
}

.bloc_arrondi_marron .contenu {
	padding: 5px 0 5px 15px;
}

.bloc_arrondi_marron .top_left { background: transparent url('../images/interface/blocs_arrondis/top_left_marron.gif') no-repeat left top; }
.bloc_arrondi_marron .top_right { background: transparent url('../images/interface/blocs_arrondis/top_right_marron.gif') no-repeat left top; }
.bloc_arrondi_marron .bottom_left { background: transparent url('../images/interface/blocs_arrondis/bottom_left_marron.gif') no-repeat left top; }
.bloc_arrondi_marron .bottom_right { background: transparent url('../images/interface/blocs_arrondis/bottom_right_marron.gif') no-repeat left top; }



/* corner box orange */
.bloc_arrondi_orange {
	background: #EB6414;
	padding: 0;
	margin: 0 0 15px;
	height: 1%;
}

#left .bloc_arrondi_orange {
	margin-right: 40px;
	width: 175px;
}

#right .bloc_arrondi_orange {
	width: 175px;
}

.bloc_arrondi_orange .contenu {
	padding: 5px 15px;
}

.bloc_arrondi_orange .top_left { background: transparent url('../images/interface/blocs_arrondis/top_left_orange.gif') no-repeat left top; }
.bloc_arrondi_orange .top_right { background: transparent url('../images/interface/blocs_arrondis/top_right_orange.gif') no-repeat left top; }
.bloc_arrondi_orange .bottom_left { background: transparent url('../images/interface/blocs_arrondis/bottom_left_orange.gif') no-repeat left top; }
.bloc_arrondi_orange .bottom_right { background: transparent url('../images/interface/blocs_arrondis/bottom_right_orange.gif') no-repeat left top; }



/* corner box blue - only borders */
.bloc_filet_bleu {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_bleu .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_bleu.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_bleu div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #254292;
		background: none;
	}

	.mini .bloc_filet_bleu div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #254292;
	}

	.bloc_filet_bleu .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_bleu.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_bleu div.englob_contenu {
		border-left: 2px solid #254292;
		border-right: 2px solid #254292;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_bleu .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_bleu.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_bleu div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #254292;
		background: none;
	}

	.mini .bloc_filet_bleu div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #254292;
	}

	.bloc_filet_bleu .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_bleu.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

/* corner box green - only borders */
.bloc_filet_vert {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_vert .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_vert.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_vert div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #6AA21E;
		background: none;
	}

	.mini .bloc_filet_vert div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #6AA21E;
	}

	.bloc_filet_vert .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_vert.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_vert div.englob_contenu {
		border-left: 2px solid #6AA21E;
		border-right: 2px solid #6AA21E;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_vert .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_vert.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_vert div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #6AA21E;
		background: none;
	}

	.mini .bloc_filet_vert div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #6AA21E;
	}

	.bloc_filet_vert .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_vert.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
/* corner box pink - only borders */
.bloc_filet_rose {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_rose .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_rose.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_rose div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #D74E8B;
		background: none;
	}

	.mini .bloc_filet_rose div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #D74E8B;
	}

	.bloc_filet_rose .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_rose.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_rose div.englob_contenu {
		border-left: 2px solid #D74E8B;
		border-right: 2px solid #D74E8B;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_rose .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_rose.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_rose div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #D74E8B;
		background: none;
	}

	.mini .bloc_filet_rose div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #D74E8B;
	}

	.bloc_filet_rose .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_rose.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

/* corner box turquoise - only borders */
.bloc_filet_turquoise {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_turquoise .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_turquoise.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_turquoise div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #038DAE;
		background: none;
	}

	.mini .bloc_filet_turquoise div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #038DAE;
	}

	.bloc_filet_turquoise .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_turquoise.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_turquoise div.englob_contenu {
		border-left: 2px solid #038DAE;
		border-right: 2px solid #038DAE;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_turquoise .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_turquoise.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_turquoise div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #038DAE;
		background: none;
	}

	.mini .bloc_filet_turquoise div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #038DAE;
	}

	.bloc_filet_turquoise .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_turquoise.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

/* corner box purple - only borders */
.bloc_filet_violet {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_violet .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_violet.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_violet div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #6F499F;
		background: none;
	}

	.mini .bloc_filet_violet div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #6F499F;
	}

	.bloc_filet_violet .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_violet.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_violet div.englob_contenu {
		border-left: 2px solid #6F499F;
		border-right: 2px solid #6F499F;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_violet .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_violet.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_violet div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #6F499F;
		background: none;
	}

	.mini .bloc_filet_violet div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #6F499F;
	}

	.bloc_filet_violet .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_violet.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

/* corner box red - only borders */
.bloc_filet_rouge {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_rouge .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_rouge.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_rouge div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #D20044;
		background: none;
	}

	.mini .bloc_filet_rouge div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #D20044;
	}

	.bloc_filet_rouge .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_rouge.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_rouge div.englob_contenu {
		border-left: 2px solid #D20044;
		border-right: 2px solid #D20044;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_rouge .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_rouge.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_rouge div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #D20044;
		background: none;
	}

	.mini .bloc_filet_rouge div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #D20044;
	}

	.bloc_filet_rouge .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_rouge.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
/* corner box yellow - only borders */
.bloc_filet_jaune {
	padding: 0;
	margin: 10px 0;
	height: 1%;
}

	/* partie haute du bloc arrondi */
	.bloc_filet_jaune .top_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/top_left_jaune.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_jaune div.inter_top {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #DCBD00;
		background: none;
	}

	.mini .bloc_filet_jaune div.inter_top {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-top: 2px solid #DCBD00;
	}

	.bloc_filet_jaune .top_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/top_right_jaune.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
	/* partie centrale du bloc arrondi */
	.bloc_filet_jaune div.englob_contenu {
		border-left: 2px solid #DCBD00;
		border-right: 2px solid #DCBD00;
		margin: 0;
		padding: 5px 10px;
		position: relative;
	}

	/* partie basse du bloc arrondi */
	.bloc_filet_jaune .bottom_left {
		float: left;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_left_jaune.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}

	.bloc_filet_jaune div.inter_bottom {
		float: left;
		width: 450px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #DCBD00;
		background: none;
	}

	.mini .bloc_filet_jaune div.inter_bottom {
		float: left;
		width: 325px;
		height: 3px;
		font-size: 1px;
		border-bottom: 2px solid #DCBD00;
	}

	.bloc_filet_jaune .bottom_right {
		float: right;
		background: #FFF url('../images/interface/blocs_arrondis/bottom_right_jaune.gif') no-repeat left top;
		height: 5px;
		width: 5px;
		font-size: 1px;
	}
	
/* corner box grey with corner box brown inside (top-left) for legend of the grey box */
.bloc_arrondi_gris-clair_legende {
	background: #F0F0D9;
	padding: 0;
	margin: 0 0 15px;
	height: 1%;
}

#left .bloc_arrondi_gris-clair_legende {
	margin-right: 40px;
	width: 175px;
}

#right .bloc_arrondi_gris-clair_legende {
	width: 175px;
}

.legende {
	float: left;
	background: transparent url('../images/interface/blocs_arrondis/fond-legende.gif') no-repeat left top;
	padding: 0;
	margin: 0;
	line-height: 13px;
	min-height: 13px;
	height: 13px;
	width: 66px;
	text-align: center;
	font: 10px Arial;
	color: #F7F7EB;
}

.contenu_legende {
	margin: 0;
	padding: 0;
	min-height: 13px;
	line-height: 13px;
	height: 13px;

}

.bloc_arrondi_gris-clair_legende .contenu {
	padding: 5px 15px;
}

.bloc_arrondi_gris-clair_legende .top_left { background: transparent url('../images/interface/blocs_arrondis/top_left_marron.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .top_right { background: transparent url('../images/interface/blocs_arrondis/top_right_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .bottom_left { background: transparent url('../images/interface/blocs_arrondis/bottom_left_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .bottom_right { background: transparent url('../images/interface/blocs_arrondis/bottom_right_gris-clair.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .top_right_legende { background: transparent url('../images/interface/blocs_arrondis/top_right_marron.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .bottom_left_legende { background: transparent url('../images/interface/blocs_arrondis/bottom_left_marron.gif') no-repeat left top; }
.bloc_arrondi_gris-clair_legende .bottom_right_legende { background: transparent url('../images/interface/blocs_arrondis/bottom_right_marron.gif') no-repeat left top; }

