/* Activité */

body
{
	background  : url('img_index/fond.gif');
	font-family : Verdana, Arial, Helvetica, sans-serif; 
	font-size   : 10px
}

div.cadre
{
	position     : relative;
	width        : 800px;
	height       : 599px;
	top          : 20px;
	background   : url('img_act/cadre.gif');
	margin-left  : auto;
	margin-right : auto
}

div.cadre_act
{
	position     : relative;
	width        : 800px;
	top          : 20px;
	background   : #FFFFFF url('img_act/cadre_act.gif') no-repeat;
	margin-left:auto; margin-right:auto; color:#3366CC; background-color:#FFFFFF; background-repeat:no-repeat;
}

	#tvx
	{
		position : absolute;
		left     : 250px;
		top      : 250px;
	}

	#rehab
	{
		position : absolute;
		right    : 250px;
		top      : 250px;
	}
	
	#term
	{
		position : absolute;
		left     : 280px;
		top      : 400px;
	}
	
	#tab
	{
		position : absolute;
		left     : 100px;
		top      : 200px;
	}
	
	#fiche
	{
		position : absolute;
		left     : 0px;
		top      : 0px;
	}
	
h1
{
	font-size : 12px;
	color:#006699;
}