/****		GLOBAL	****/
body
{
	margin-top			: 0px;
	text-align			: center;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color						:	#FFFFFF;
	text-decoration	: none;
	font-size				: 11px;
	font-weight			: none;
  scrollbar-face-color				: #6d7ba0;
  scrollbar-shadow-color			: #2b303f;
  scrollbar-darkshadow-color	: #7e93c2;
  scrollbar-track-color				: #7e93c2;
  scrollbar-3dlight-color			: #a4bcde;
  scrollbar-highlight-color		: #a4bcde;
  scrollbar-arrow-color				: #ff9900;
}	

img 
{
	border : none;
}

ul li 
{
	list-style-image	:	url(../images/puce_12x12_orange.png);
	list-style-type		:	none;
}

ol li 
{
	list-style-image	:	url(../images/puce_12x12_blanc.png);
	list-style-type		:	none;
}


table.main_table
{
	background-repeat		: repeat-x;
	background-position	: top; 
	background-image		: url(../images/bkgd.jpg);
	width								: 920px;
	height							:	647px; 
}

td.main_cell
{
	background-repeat		:	no-repeat;
	background-position	:	bottom; 
	background-image		:	url(../images/bottom-see.jpg);
	vertical-align			: top;
}

div.iefix
{
	width								:	686px;
	vertical-align			: top;
	text-align					: center;
	height							:	400px;
	overflow						:	auto;
}

/****		Zone LOGO		****/
.menu_inside
{
	background-color	:	#B1B1B1;
	text-align				: center;
	font-weight				: bold;
	
}

.link_menu_inside 
{
	color							: #FFFFFF;
	text-decoration		: none;
}

.link_menu_inside:hover 
{
	text-decoration		: underline;
}

/****		Accueil Blocks Nav	****/
.block_content 
{
	background-image	:	url(../images/background_table-trans.png);
	font-size					: 10px;
	color							: #4F67A9;
	text-align				: left;
	vertical-align		: top;
	height						: 110px;
}

/****		Pages Content		****/
.page_title
{	
	font-size					:	18px;
	font-weight				:	bold;
	text-align				:	right;
	width							: 174px;
	background-color	:	#FF9900;
}

a.page_title
{
	color							:	#FFFFFF;
	text-decoration		: none;
}

/****	Menu	****/
.menu_left
{
	background-image	:	url(../images/background-menu.jpg);
	vertical-align		:	top;
	width							:	174px;
	height						: 400px;
	font-weight				: bold;
	text-align				:	right;
	
}

a.menu_left 
{	
	color							:	#ffffff;
	text-decoration		: none;
}

a:hover.menu_left 
{	
	color							:	#f89829;
}

.menu_seperator
{
	height						:	1px;
	background-color	:	#A1AEDA;
}

/****		Content		****/
.page_content 
{
	background-image	:	url(../images/background-body.jpg);
	width							: 686px;
	height						: 400px;
	vertical-align		: top;
}

.page_content_title
{
	font-size					:	16px;
	font-weight				:	bold;
	height						: 40px;
	color							:	navy;
	text-align				:	center;
	vertical-align		: middle;
}

.page_content_subtitle
{
	font-size					:	14px;
	font-weight				:	bold;
	height						: 30px;
	color							:	#FFFFFF;
	text-align				:	left;
	vertical-align		: bottom;
}

.page_content_txt_orange
{
	font-size					:	12px;
	color							:	#FFBA30;
	text-align				:	justify;
	font-weight				:	normal;
}

.page_content_txt
{
	font-size					:	12px;
	text-align				:	justify;
	font-weight				:	normal;
}

a.page_content_txt 
{	
	font-size					:	12px;
	text-align				:	justify;
	font-weight				:	bold;
	color							:	#FFFFFF;
	text-decoration		: none;
}

a:hover.page_content_txt 
{	
	color							:	#F89829;
}

/****		Footer		*****/

.menu_bottom 
{
	font-size					:	12px;
	color 						: navy;
	text-align				: center;
}

a.menu_bottom 
{
	color 						: navy;
	font-size					:	12px;
	
}

a:hover.menu_bottom 
{
	text-decoration		: none;
}

/********************************/
.pointer									{cursor:pointer; cursor:hand}
