/*  
Theme Name: Cned.fr HOMEPAGE Common styles
Description: CSS for masterpage Cned.fr HOMEPAGE Common styles
Version: 0.1
Author: Cned
Author URL: http://www.cned.fr/
Date : April 2010
Compatibility PC : 
Accessibility : 
*/
/****************************     MASTERPAGE STRUCTURAL ELEMENT RULES      ****************************/
/*-------------------------------------------------------------------
                      WEBSITE STRUCTURAL ELEMENT RULES
-------------------------------------------------------------------*/
body {
				background-image: url('/media/css/homepage/bck_HP.png');
				background-repeat: repeat-x;
}
.header_search {
				background-color: #bdbdbd;
}
.header_block_breadcrumb {
				height: 2px;
}
.header_block_search {
				color: #3a3939;
}
.content {
				height: 600px;
}
/* WII menu HP */
.zitem {
	width: 193px;
	height: 164px;	
	margin:5px 5px 5px 0;
	/* required to hide the image after resized */
	overflow:hidden;
	/* for child absolute position */
	position:relative;
	/* display div in line */
	float:left;
	background-color:Transparent;
	
}

.zitem .caption {
	width: 193px;
	height:50px;
	color:#fff;
	font-weight:bold;
		
	/* fix it at the bottom */
	position:absolute;
	bottom:-1px; /* fix IE issue */
	left:0;

	/* hide it by default */
	display:none;

}
.zitem .caption a {
	text-decoration:none;
	color:#fff;
	font-size:12px;	
	
	/* add spacing and make the whole row clickable*/
	padding:5px 9px 5px 9px;
	display:block;
}

.zitem img {
	border:0;
	
	/* allow javascript moves the img position*/
	position:absolute;
}


/* Setting for corners */
.topLeft, .topRight, .bottomLeft, .bottomRight {
				position: absolute;
				background-repeat: no-repeat;
				float: left;
}
.topLeft {
				background-position: top left;
}
.topRight {
				background-position: top right;
}
.bottomLeft {
				background-position: bottom left;
}
.bottomRight {
				background-position: bottom right;
}
/* CAROUSEL */
.jcarousel-skin-tango .jcarousel-container {
				height: 338px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
				padding: 20px 88px; /*MODIFS 20px 100px suite site 1000px*/
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
				margin-right: 5px; /*MODIFS 10px suite site 1000px*/
}
.jcarousel-skin-tango .jcarousel-item-vertical {
				margin-bottom: 10px;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
				background: #fff;
				color: #000;
}
/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
				position: absolute;
				top: 150px;
				right: 5px;
				width: 56px;
				height: 63px;
				cursor: pointer;
				background-image: url('/media/css/homepage/next-horizontal.png');
				background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
				cursor: default;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
				position: absolute;
				top: 150px;
				left: 5px;
				width: 56px;
				height: 63px;
				cursor: pointer;
				background-image: url('/media/css/homepage/prev-horizontal.png');
				background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover, .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
				cursor: default;
}
/* CAROUSEL PUBLICITE */
.jcarousel-skin-tango1 .jcarousel-clip-horizontal {
				width: 990px;
    height: 222px;
}
.jcarousel-skin-tango1 img {
				border:0px;
}
.jcarousel-skin-tango1 .jcarousel-item {
				width: 990px;
    height: 222px;
}

.jcarousel-skin-tango1 .jcarousel-item-horizontal {
    margin-right: 10px;
}
.jcarousel-skin-tango1 .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}










/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

