/* STYLE COLAS_BAT */

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

div.cadre
{
	position         : relative;
	width            : 770px;
	height           : 1024px;
	top              : 20px;
	background-image : url('img_colas_bat/cadre.gif');
	background-repeat: no-repeat;
	margin-left      : auto;
	margin-right     : auto;
	padding          : 15px
}

div.cadre_small
{
	position         : relative;
	width            : 770px;
	height           : 600px;
	top              : 20px;
	background-image : url('img_colas_bat/cadre_small.gif');
	margin-left      : auto;
	margin-right     : auto;
	padding          : 15px;
	background-repeat: no-repeat;
}

div.cadre_refs
{
	position         : relative;
	width            : 770px;
	top              : 20px;
	background-image : url('img_colas_bat/cadre_refs.gif');
	margin-left      : auto;
	margin-right     : auto;
	padding          : 15px;
	background-repeat: no-repeat;
	background-color : #FFFFFF;
	color            : #3366CC
}

div.cadre_vide
{
	position         : relative;
	width            : 770px;
	height           : 600px;
	top              : 20px;
	margin-left      : auto;
	margin-right     : auto;
	padding          : 15px;
	color            : #3366CC;
}

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

	#rehab
	{
		position : absolute;
		right    : 250px;
		top      : 250px;
	}

	.orga
	{
		position   : absolute;
		height     : 333px;
		right      : 0px;
		top        : 180px;
	}
	
		#orga
		{
			position : relative;
			right    : 50px;
		}
		

h1
{
	font-size   : 12px;
	padding     : 0px;
	color       : #3366CC;
	font-weight : bold;
}

h2
{
	font-size   : 11px;
	padding     : 0px;
	color       : #3366CC;
	font-weight : bold;
}

ul
{
	list-style-image    : url('img_colas_bat/puce.gif');
	line-height         : 20px
}

a:link    {color:#3366CC; text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px} /* lien non-visité */
a:visited {color:#3366CC; text-decoration:underline; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px} /* lien visité */
a:hover   {color:#3366CC; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px} /* lien survolé */
a:active  {color:#3366CC; text-decoration:none; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px} /* lien activé */