/* CSS Document */

.angle_haut_gauche {
	background-image: url(../img/box/hg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.barre_haut {
	background-image: url(../img/box/h.gif);
	background-repeat: repeat;
	background-position: center top;
}
.angle_haut_droit {
	background-image: url(../img/box/hd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.barre_gauche {
	background-image: url(../img/box/g.gif);
	background-repeat: repeat;
	background-position: center top;
}
.barre_droit {
	background-image: url(../img/box/d.gif);
	background-repeat: repeat;
	background-position: center top;
}.fond_de_la_box {
	background-image: url(../img/box/background.gif);
	background-repeat: repeat;
	background-position: center top;
}
.angle_bas_gauche {
	background-image: url(../img/box/bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.barre_bas {
	background-image: url(../img/box/b.gif);
	background-repeat: repeat;
	background-position: center top;
}
.angle_bas_droit {
	background-image: url(../img/box/bd.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

