/** home selection */

.jcarousel-skin-tango .jcarousel-container {
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
	padding:0;
	margin:0;
	WIDTH: 250px;

}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	padding:0;
	margin:0;
	WIDTH: 250px;
	HEIGHT: 225px;
}

.jcarousel-skin-tango .jcarousel-item {
	padding:0;
	margin:0;
	WIDTH: 250px;
	HEIGHT: 225px;
	
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	padding:0 0 0 0;
	margin:0;
	WIDTH: 250px;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	BACKGROUND: #fff; 
	COLOR: #000;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
	RIGHT: 0px;
	WIDTH: 20px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 100%;
	/* background-color: #c7c7c7; */
	background-image: url(../images/puce_right.gif);
	background-repeat: no-repeat;
	background-position: 0px 12px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	/*	BACKGROUND-POSITION: -32px 50px */
}
.jcarousel-skin-tango .jcarousel-next-horizontal:active {
	/* BACKGROUND-POSITION: -64px 50px */
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal {
	/* BACKGROUND-POSITION: -96px 50px; */
	CURSOR: default
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover {
	/* BACKGROUND-POSITION: -96px 84px; */
	CURSOR: default
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	/* BACKGROUND-POSITION: -96px 84px;  */
	CURSOR: default
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
	LEFT: 0px;
	WIDTH: 20px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 0px;
	HEIGHT: 100%;
	/* background-color: #c7c7c7; */
	background-image: url(../images/puce_left.gif);
	background-repeat: no-repeat;
	background-position: 7px 12px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	/* BACKGROUND-POSITION: -32px 84px */
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
	/* BACKGROUND-POSITION: -64px 84px */
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal {
	/* BACKGROUND-POSITION: -96px 84px; */
	CURSOR: default
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover {
	/* BACKGROUND-POSITION: -96px 84px;  */
	CURSOR: default
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	/* BACKGROUND-POSITION: -96px 84px;  */
	CURSOR: default
}

.jcarousel-skin-tango h2  {
	padding:0 0 0 5px;
	margin:0;
	font-size:12px;
	
}

.jcarousel-skin-tango p {
	padding:0 0 0 5px;
	margin:0;
}	

.jcarousel-skin-tango h2  a {
	text-decoration:none;
	color:#333;
}
.jcarousel-skin-tango h2  a:hover {
	color:#999;
}


/* SLIDE */     
/***** clearfix *****/
.div_total {
	position:absolute;
	top:0;
}


.clear {clear: both;height: 0;line-height: 0;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display:;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clearfix {height: 1%;}
.clearfix {display: block;}

/* Panel Tab/button */
.tab {
  background: url(../images/tab_b.png) repeat-x 0 0 ;
	height: 6px;
	position: relative;
    top: 0;
	width:990px;

}
/* onglet login */
.tab ul.login {
	display: block;
	position: absolute;
	float: right;
	height: 20px;
	width: auto;
	padding: 0;
	right: 0;
	text-align: center;
	margin-right: 0px;
	margin-top: 0px;
}

.tab ul.login li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
	width: 15px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.login li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	height: 30px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.login li a {
	color: #fff;
	text-decoration:none;
}

.tab ul.login li a:hover {
	color:#f5de00;
}
/* onglet coord */
.tab ul.coord {
	display: block;
	position: absolute;
  	float: right;
	height: 20px;
	width: auto;
	padding:0;
	right: 0;
	text-align: center;
	margin-right: 185px;
	margin-top: 0px;
}

.tab ul.coord li.left {
  	background: url(../images/tab_l.png) no-repeat left 0;
	width: 15px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.coord li.right {
  	background: url(../images/tab_r.png) no-repeat left 0;
	width: 10px;
	padding: 0;
	margin: 0;
  	display: block;
	float: left;
}

.tab ul.coord li {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
 	text-align: left;
  	padding: 0 0px;
	display: block;
	float: left;
	height: 30px;
  	background: url(../images/tab_m.png) repeat-x 0 0;
}

.tab ul.coord li a {
	color: #fff;
	text-decoration:none;
}

.tab ul.coord li a:hover {
	color:#f5de00;
}
/* */

.tab a.open, a.open2, .tab a.close {
	height: 20px;
	line-height: 18px !important;
	padding-left: 25px !important;
	cursor: pointer;
	display: block;
	width: 130px;
	position: relative;
	top: 6px;
	left: 0px;
}

.tab a.open {background: url(../images/tab_bt_open.png) no-repeat left 0;}
.tab a.open2 {background: url(../images/tab_bt_open2.png) no-repeat left 0;}
.tab a.close {background: url(../images/tab_bt_close.png) no-repeat left 0;}
.tab a:hover.open {background: url(../images/tab_bt_open.png) no-repeat left -19px;}
.tab a:hover.open2 {background: url(../images/tab_bt_open2.png) no-repeat left -19px;}
.tab a:hover.close {background: url(../images/tab_bt_close.png) no-repeat left -19px;}


/* sliding panel */
#toppanel {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;
		left:0;
	width: 990px;
	z-index: 999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	
}

#toppanel2 {
	position: absolute;   /*Panel will overlap  content */
	/*position: relative;*/   /*Panel will "push" the content down */
    top: 0;		left:0;
	width: 990px;
	z-index: 999;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	
}

/* */
#panel {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 85px; /* hauteur de la fenetre */
	color: #ffffff;
	font-weight:bold;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background: url(../images/top_panel_trans.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #afaca6;
	border-left-color: #AFACA6;
}


#panel a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #fff;
	padding-left:5px;
	font-weight:normal;
}

#panel a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration: underline;	
}


#panel .content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 0 auto;
	padding:5px;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
}


#panel .content input.field {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#506581;
	border: 1px #ffffff solid;
	background:#ffffff;
	margin-right: 5px;
	margin-top: 4px;
	width: 70px;
	height: 16px;	
}

#panel .content input:focus.field {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px #506581 solid;
	background: #f5de00;
	color:#000;
}
/* panel 2 */
#panel2 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 100%;
	height: 85px; /* hauteur de la fenetre */
	color: #ffffff;
	font-weight:bold;
	overflow: hidden;
	position: relative;
	z-index: 3;
	display: none;
	background: url(../images/top_panel_trans.png);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #afaca6;
	border-left-color: #AFACA6;
}


#panel2 a {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #fff;
	padding-left:5px;
	font-weight:normal;
}

#panel2 a:hover {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	text-decoration: underline;
}


#panel2 .content {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 0 auto;
	padding-top: 8px;
	text-align: left;
	font-size: 11px;
	font-weight:bold;
}


#panel2 .content input.field {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#506581;
	border: 1px #ffffff solid;
	background:#ffffff;
	margin-right: 5px;
	margin-top: 4px;
	width: 70px;
	height: 16px;	
}

#panel2 .content input:focus.field {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	border: 1px #506581 solid;
	background: #f5de00;
	color:#000;
}
#toggle {

}

/* BUTTONS */
/* Login and Register buttons */

#panel .content input.bt_register {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	width: 74px;
	height:20px;
	color: white;
	background: transparent url(bt_register.png) no-repeat 0 0;
	border:none;
	cursor:pointer;
	font-weight:bold;
	font-size:12px
}
 
#panel .login_left {
	float:left;
	width:600px;
	padding:5px;	
}
#panel .login_left  h2{
	padding:0;
	margin:0;
	font-size:14px;
	color:#f5de00;
}
#panel .login_right {
	width:320px;
	padding:5px;
	float:right;
	
}

#panel2 .login_left {
	float:left;
	width:600px;
	padding:5px;	
}
#panel2 .login_left  h2{
	padding:0;
	margin:0;
	font-size:14px;
	color:#f5de00;
}
#panel2 .login_right {
	width:320px;
	padding:5px;
	float:right;
	
}

#panel ul {
	width:150px;
	list-style:none;
	float:left;
	padding:0;
	margin:0;	
}
#panel ul li {
		width:150px;
	list-style:none;
	float:left;
		padding:0;
	margin:0;	
}
#panel2 h1 {
	width:100%;
	margin:0;
	padding:0 5px;
	
	font-size:14px;
	
}	
#panel2 ul {
	width:990px;
	padding:0;
	margin:0;
}

#panel2 ul li {
	width:200px;
	float:left;
	display:inline;
	padding:0;
	margin:0;
}
#panel2 ul li  a{
	width:200px;
	float:left;
	text-align:left;
	font-weight:bold;
	color:#ddd;
	text-decoration:none;
	font-size:10px;
		padding:0 0 0 5px;
	margin:0;
	
	}
#panel2 ul li  a:hover{
		color:#666;
		text-decoration:none;	
			font-size:10px;
		background:#fff;
}

/* actu fnaim **********************************/
.content-block-s a {
color: #0f4d98;
}

.content-block-s a:hover {
color:#000;
text-decoration:none;
}

.content-block-s {
	border-left:solid 1px #b0b0b0;
	border-right:solid 1px #b0b0b0;
	border-bottom:solid 1px #b0b0b0;
	/* background:url(../images/block-title-back-repeat.jpg) repeat-x top; */
font-size: 11px;
	font-family: Arial, sans-serif;
	margin:0;
	padding:0;
	width:252px;
	background-color: #f2f2f2;
}


.content-block-title {
}

.content-block-title h1 {
margin:0;
padding: 4px 0 0 10px;
font-size:14px;
font-variant: normal;
font-weight: normal;
background:url(../images/block-title-back.jpg) no-repeat top right;
text-align: left;
color: #000;
height: auto;
}


.content-block-s p {
padding:0;
margin:0;
text-align:left;
}

.content-block-s ul {
margin:0;
padding-left:0;
}

.content-block-s li {
margin:0;
padding:0;
background:none;
font-weight:normal;
}

.bloc-actualites {
padding: 5px;
overflow: auto;
height: 90px; 
clear:both;
}

.bloc-actualites h4 {
color: #0f4d98;
font-size:14px;
font-weight:bold;
}


/* tabs */

/* $Id: example.css,v 1.5 2006/03/27 02:44:36 pat Exp $ */

/*--------------------------------------------------
  REQUIRED to hide the non-active tab content.
  But do not hide them in the print stylesheet!
  --------------------------------------------------*/
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
display:none;
}
.tabberlive {
 margin-top:2em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 	padding: 1px 0;
 border-bottom: 1px solid #787878;
}

ul.tabbernav li
{
	list-style: none;
	/*margin: 0; */
	 margin: -19px 0 0 0;
	display: inline;
	background: url(../images/tableft.png) no-repeat left top;
	padding: 3px 0 3px 4px;
	 	float: left;
		width:45%;
}

ul.tabbernav li a
{
/* display:block; */

/* float:left; */
 
 margin: 0px 0 0 4px;
 /* border: 1px solid #787878;
 border-bottom: none; */
 /* background: url(../images/tab-back-off.gif) repeat-x top; */
 

	 	background: url(../images/tabright.png) no-repeat top right;
	padding: 3px 4px 3px 0;
	/* padding: 8px 14px 8px 0; */
 
 text-decoration: none;
text-align:center;
font-size:11px;
font-weight:bold;
white-space: nowrap;
}

ul.tabbernav li a:link { color: #333; }
ul.tabbernav li a:visited { color: #333; }

ul.tabbernav li a:hover
{
 color: #000;
 background: url(../images/tab-back-on.gif) repeat-x top;
 border-color: #787878;
}

ul.tabbernav li.tabberactive a
{
 background: url(../images/tab-back-on.gif) repeat-x top;
 border-bottom: 1px solid #fff;
}

ul.tabbernav li.tabberactive a:hover
{
 color: #000;
 background: url(../images/tab-back-on.gif) repeat-x top;
 border-bottom: 1px solid #fff;
}

/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {


 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 height:100px;

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;

}
.tabberlive .tabbertab h3 {
 display:none;
}

/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


/* carousel *******************************************/
.jcarousel-container {
	POSITION: relative
	
}
.jcarousel-clip {
	margin:0;
	padding:0;
	Z-INDEX: 2; 
	OVERFLOW: hidden; 
	POSITION: relative
	
}
.jcarousel-list {
	Z-INDEX: 1;
	LEFT: 0px; 
	OVERFLOW: hidden; 
	POSITION: relative; 
	TOP: 0px;
	margin:0;
	padding:0;
	
		
}
.jcarousel-list LI {
	margin:0;
	padding:0;
}
.jcarousel-list a {
	margin:0;
	padding:0;
}
.jcarousel-list a:hover {
	margin:0;
	padding:0;
}
.jcarousel-list LI img {
	border:none;
	padding:0;
	margin:0;

}
.jcarousel-item {
	FLOAT: left; 
	WIDTH: 250px; 
	LIST-STYLE-TYPE: none; 
	HEIGHT: 250px
	
}
.jcarousel-next {
	DISPLAY: none; 
	Z-INDEX: 3
}
.jcarousel-prev {
	DISPLAY: none; 
	Z-INDEX: 3
}



