/**************************************************************/
/*  Correctif IE7                                      */
/*  Couleur, Couleur de fond, Font, Taille, Style, Bordure... */
/**************************************************************/

/**************************************************************/
/*  Zone de définition des styles des tableaux, cellules, etc */
/*  Couleur, Couleur de fond, Font, Taille, Style, Bordure... */
/**************************************************************/

.border-left{
	background-image:url(../images/index/border-left.png);
	background-repeat:repeat-y;
	width:10px;
}

.border-right{
	background-image:url(../images/index/border-right.png);
	background-repeat:repeat-y;
	width:10px;
}

.border-top{
	background-image:url(../images/index/border-top.png);
	background-repeat:repeat-x;
	width:978px;
	height:10px;
}

.border-bottom{
	background-image:url(../images/index/border-bottom.png);
	background-repeat:repeat-x;
	width:978px;
	height:10px;
}

.border-top-right{
	background-image:url(../images/index/border-top-right.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.border-top-left{
	background-image:url(../images/index/border-top-left.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.border-bottom-right{
	background-image:url(../images/index/border-bottom-right.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}

.border-bottom-left{
	background-image:url(../images/index/border-bottom-left.png);
	background-repeat:no-repeat;
	width:10px;
	height:10px;
}