body {
	background:#F4FAFD url(images/bg.jpg) repeat-x scroll center top;
	color:#35383D;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px;
}

#page{
	background-color: #ffffff;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 1039px
	}

#header {
	background:#FCFDFE url(images/header.jpg) no-repeat;
	margin:0pt auto;
	height:250px;
	position:relative;
	width:1039px;
}


#left{
	position: relative;
	padding: 10px;
	margin-top: 10px;
	width: 250px;
	float: left
	}

#middle	{
	position: relative;
	padding: 10px;
	margin-top: 10px;
	width: 740px;
	float: left;
	margin-bottom: 10px;
	line-height: 16px
	}


#clear{
	position: relative;
	clear: both;
}

.ariane{
	font-size:10px;
}

.menu_bottom{
	font-size:11px;
}

.menu_bottom a{
	color : #3f7fa5;
	text-decoration:none;
}

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

#carre_bleu { width: 220px; margin-left:5px; background:#3f81a8 url(images/nb.jpg) repeat-x top left; padding:10px;}

#carre_bleu a{
	text-decoration:underline;
	color:#ffffff;
	font-weight:bold;
}

.titre_left{
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
}

.news_left{
	color:#ffffff;
}

a.lien_1{
	text-decoration:underline;
	font-weight:bold;
	color:#3f7fa5;
}

a:hover.lien_1{
	text-decoration:underline;
	font-weight:bold;
	color:#35383D;
}


/* ***************************** MENU ****************************************** */

#MainMenu 
{
	width:100%;
	height:32px;
	background:#FFF url(images/bmid_030.gif);
	border:0;
	margin:0;
}
#tab 
{
	top:0;
	height:0;
	background:repeat-x top;
	margin:0 0 0 10px;
}
#tab ul 
{
	list-style:none;
	float:left;
	margin:0;
	padding:0;
}
#tab li 
{
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
#tab a 
{
	background:#000 url(images/bright_030.gif) no-repeat right top;
	text-decoration:none;
	border:0;
	display:block;
	float:left;
	margin:0;
	padding:0;
}
#tab a span 
{
	display:block;
	background:url(images/bleft_030.gif) no-repeat left top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	font-weight:700;
	line-height:32px;
	padding:0 18px 0 16px;
}
#tab a:hover,#tab li.item_active a 
{
	background-position:right bottom;
	border-color:#000;
}
#tab a:hover span,#tab li.item_active a span 
{
	background-position:left bottom;
	color:#FFF;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
}
.dropmenudiv 
{
	position:absolute;
	top:0;
	float:left;
	display:block;
	visibility:hidden;
	border:0 #306;
	background:#FFF url(images/bmid_030.gif);
	color:#FFF;
	z-index:100;
	text-decoration:none;
	padding:0 0 0 10px;
}
.dropmenudiv ul 
{
	list-style:none;
	margin:0;
	padding:0;
}
.dropmenudiv li 
{
	display:inline;
	margin:0;
	padding:0;
}
.dropmenudiv a:link,.dropmenudiv a:visited 
{
	width:180px;
	display:block;
	border:0 #000;
	color:#FFF;
	background:url(images/bleft_030.gif) no-repeat left top;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
.dropmenudiv a span 
{
	display:block;
	line-height:32px;
	background:url(images/bright_030.gif) no-repeat right top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
	float:none;
	padding:0 18px 0 16px;
}
.dropmenudiv a:hover 
{
	border:0 #000;
	background-position:left bottom;
	font-weight:700;
	font-style:normal;
	text-decoration:none;
	color:#FFF;
}
.dropmenudiv a:hover span 
{
	background-position:right bottom;
	color:#FFF;
	font-weight:700;
}

/* ***************************** MENU ****************************************** */




/* ***************************** ONGLETS ****************************************** */
/* tabs */
#flowtabs {  
	margin:0 !important; 
	padding:0;
	width:703px;
	height:31px !important;
}

#flowtabs li { 
	float:left; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 31px;  
	overflow: hidden; 
	text-indent: -999em; 
	width: 175px; 
	background: url(images/tabs.jpg) no-repeat;
	padding:0px;
	margin:0px;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -175px 0; }
#flowtabs #t3 			{ background-position: -350px 0; }
#flowtabs #t4 			{ background-position: -525px 0; width:178px;}
 
#flowtabs #t1:hover 	{ background-position:      0 -33px; }
#flowtabs #t2:hover 	{ background-position: -175px -33px; }
#flowtabs #t3:hover 	{ background-position: -350px -33px; }
#flowtabs #t4:hover 	{ background-position: -525px -33px; }

#flowtabs #t1.current { background-position:      0 -66px; }
#flowtabs #t2.current { background-position: -175px -66px; }
#flowtabs #t3.current { background-position: -350px -66px; }
#flowtabs #t4.current { background-position: -525px -66px; }


/* panes */
#flowpanes {
	background:transparent url(images/bottom.jpg) no-repeat;		
	width:703px;
	height:450px;	
}


/* single pane */
#flowpanes div {
	display:none;	
	color:#4c747f;	
	margin:20px 40px;
}

/* h2 inside pane */
#flowpanes div h2 {
	font-weight:normal;
	color:#ddd;
	letter-spacing:1px;
}
/* ***************************** ONGLETS ****************************************** */