table.conteneur_cadres
{
	width:100%;
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	border:none;
	text-align:justify;
}

table.conteneur_cadres td.cadre
{
	border:none;	
	vertical-align:top;
	width:50%;
	padding-left:20px;
	padding-right:20px;
}

table.conteneur_cadres td.cadre div.coin_hg
{
	background:url('../images/bordures/5-top-left.gif') left top no-repeat;
	padding-left:4px; 
}

table.conteneur_cadres td.cadre div.coin_hd
{
	background:url('../images/bordures/5-top-right.gif') right top no-repeat;
	padding-right:4px;
}

table.conteneur_cadres td.cadre div.bordure_h
{
	background:url('../images/bordures/5-top.gif') top repeat-x;
	height:4px; 
}
table.conteneur_cadres td.cadre div.cote_gauche
{
    background:url("../images/bordures/5-left.gif") left repeat-y;
    padding-left:17px; 
}
table.conteneur_cadres td.cadre div.cote_droit
{
	background:url("../images/bordures/5-right.gif") right repeat-y;
	padding-right:17px; 
	overflow:hidden;
}


table.conteneur_cadres td.cadre div.coin_bg
{
    background: url('../images/bordures/5-bottom-left.gif') left bottom no-repeat;
    padding-left: 4px;
}
table.conteneur_cadres td.cadre div.coin_bd
{
	background:url('../images/bordures/5-bottom-right.gif') right bottom no-repeat;
	padding-right:4px;
}

table.conteneur_cadres td.cadre div.bordure_b
{
	background:url('../images/bordures/5-bottom.gif') top repeat-x;
	height:4px;
}
