.CADRE_couleur 
{ 
	background-color: #E7EDF1; /* Couleur bleu ciel */
	
	font-weight: normal; font-style: normal; 
	font-family: arial, tahoma, verdana; 
	font-size: 12px;  color: #354333; /* Couleur gris vert */
	text-decoration:none;
}

.texte_adapter_au_background
{ 
	font-weight: normal; font-style: normal; 
	font-family: arial, tahoma, verdana; 
	font-size: 12px;  color: #FFFFFF; /* Couleur blanc */
	text-decoration:none;
}

td.CADRE_coin
{
	height: 10px; width: 10px;
	background-repeat: no-repeat;
}

td.CADRE_bord_X
{
	height: 10px;
	background-repeat: repeat-x;
}

td.CADRE_bord_Y
{
	width: 10px;
	background-repeat: repeat-y;
}



/* Pour les cadre important : */

td.cadre_important_left_top, td.cadre_important_left_bottom, td.cadre_important_right_top, td.cadre_important_right_bottom
{
	height: 20px; width: 20px;
	background-repeat: no-repeat;
	background-color: #fee6ce;
}
/*td.cadre_important_left_top
{
	background-image: url(../Images/Arrondie/rouge/important_left_top.jpg);
}
td.cadre_important_left_bottom
{
	background-image: url(../Images/Arrondie/rouge/important_left_bottom.jpg);
}
td.cadre_important_right_top
{
	background-image: url(../Images/Arrondie/rouge/important_right_top.jpg);
}
td.cadre_important_right_bottom
{
	background-image: url(../Images/Arrondie/rouge/important_right_bottom.jpg);
}*/
td.cadre_important_middle
{
	height: 20px;
	font-weight: normal; font-style: normal; 
	font-family: arial, tahoma, verdana; 
	font-size: 13px;  color: #61627D; /* Couleur gris bleu */
	text-decoration:none;
	background-color: #fee6ce;
	background-repeat: repeat-x;
}
