@charset "utf-8";
/* CSS Document */

/* Style for convenience in my old dreamweaver editor that don't compute PHP in the design panel. 
   In the page that is generared with PHP, these defaults are superseded, even without javascript.
			Remove them or set them with the dimension and left offset of your preferred slide in each slider. */
			

.slidemask.r.container1 {
	width: 950px;
	height:507px;
}
.slidemask.r.container1 .container  {
	left:0px;
	width: 10000px;
}

.slidemask.b.container1 {
	width: 556px;
	height:208px;
}
.slidemask.b.container1 .container  {
	left:0px;
	width:10000px;
}

.slidemask.t.container1 {
	width: 556px;
	height:208px;
}
.slidemask.t.container1 .container  {
	left:0px;
	width: 100000px;
}

.slidemask.d.container1 {
	width: 556px;
	height:27px;
}
.slidemask.d.container1 .container  {
	left:0px;
	width: 100000px;
}

.slidemask.d.container2 {
	width: 556px;
	height:208px;
}
.slidemask.d.container2 .container  {
	left:0px;
	width: 100000px;
}

/* Slider dependent style needed for graceful degradation. 
   These are superseded with javascript */


/* Slider independent style 
   These are the only style instructions needed by javascript */

.gkcnode.slider {
   display: inline;
			float:left; 
			border:0;
			padding:0;
			margin:0;
}

.clearleft { clear:both; 
}

.slidemask { 	
  position: relative; 
  overflow:hidden; 
		border:0;
		padding:0;
		margin:0;
}

.container {
	position: absolute;
	border:0;
	padding:0;
	margin:0;
}

.slidelink { /* Optional */
  cursor: pointer;
}

/*  */
div.slideprev.b.container1,
div.slidenext.b.container1,
div.control_link.b {
   display:inline;
}


/* This is just an example of how to use the class activelink,
   which is initially set by PHP and by javascript thereafter. */
#nav .b.gkcactive a,
#nav .t.gkcactive a { 
	color:#144D95;
}

#col_right ul.nav div.d.gkcactive a { 
	color:#144D95;
}

#col_right #carousel_nav li .titre.d.gkcactive a { 
background-color: #4D9EC9; 
color:#FFF;
font-weight: bold;
}

.slidelink.testA.gkcactive,
.slidelink.testB.gkcactive,
.slidelink.testC.gkcactive {
	 background-color:#999;
}
