/***
 * CADRES MENU
 */
h1
{

	height: 24px;
	padding-top: 2px;
	margin-bottom: 0px;
	margin-top: 15px;
	
	background-image: url(../images/cadre_header.gif);


	font-size: 14px;
	line-height: 24px;
	color: #542C0F;
	
}

.option
{
	padding-left: 10px;
	padding-right: 10px;
	
	padding-top: 5px;
	padding-bottom: 5px;
	background-image: url(../images/cadre_background.gif);
	background-color: #fff3db;
	
	text-align: left;

}
.option_footer
{
	height: 5px;
	background-image: url(../images/cadre_footer.gif);
}

/***
 * TABLES
 */
.ika_table
{
	width: 700px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/table_background.gif) repeat-y;
	background-position: top left;
	text-align: center;
}
.ika_table th 
{ 
	height: 30px;
 	background: url(../images/table_header.gif) center;
	line-height: 20px;
	vertical-align: bottom;
}
.ika_table .left { background-position: left; padding-left: 5px;}
.ika_table .right { background-position: right; padding-right: 5px;}


.ika_table tr.division
{
	background: url(../images/table_background_division.gif) center;
	background-color: #FCE9C5;
	font-weight: bold;
	text-align: center;
}

.ika_table td
{
	padding-left: 2px;
	padding-right: 2px;
}

.ika_table td.footer
{
	background: url(../images/table_footer.gif) top left no-repeat;
	height: 3px;
}

/***
 * HTML RC
 */
#html_rc .center
{
	text-align: center;
	width: 40%;
}
#html_rc .left
{
	text-align: right;
	width: 30%;
}
#html_rc .right
{
	text-align: left;
	width: 30%;
}

#html_rc img
{
	vertical-align: middle;
}

#html_rc .lbl_ressources
{
	display: block;
	float: left;
	width: 120px;
}
#html_rc .div_ressource
{
	position: relative;
	float: left;
	text-align: left;
	width: 110px;
	font-size: 11px;
	line-height: 20px;
}

#html_rc .left .div_perso
{
	position: relative;
	float: left;
	text-align: inherit;
	width: 70px;
}
#html_rc .right .div_perso
{
	position: relative;
	float: right;
	text-align: inherit;
	width: 70px;

}

#html_rc .own
{
	color: #009736;
}

.ika_button
{
	width: 120px;
	padding: 2px 0px;
	border: 3px double #C9A584;
	background: url(../images/button.gif) top left repeat-x;
	text-align: center;
	color: #542C0F;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
}
.ika_button:hover
{
	color: #FFFFFF;
}

/*** TEMPORARY ***/
#user_help
{
	height: 20px;
	font-weight: bold;
	color: #542C0F;
}
