#content.home {
	background-color: #FFF;
	display: block;
	width: 996px;
	margin: 0 auto;
}

#content.home > article {
	padding: 10px;
}

#content.home h1 {
	display: none;
}

#content.home h2 {
	margin: 0 0 5px;
	text-transform: uppercase;
	font-size: 20px;
	position: relative;
	padding-left: 9px;
}

#content.home .colonne h2 {
	padding: 5px;
	margin-left: 15px;
}

.colonne h2.customised {
	background-color: #000;
	color: #EEE;
	display: inline;
	top: 5px;
}

.colonne h2.customised > span {
	color: #000;
	background-color: #EEE;
	padding: 5px;
	margin-left: -5px;
}

.gt  h2.customised {
	color: #FFD616;
}

.bt  h2.customised {
	color: #E24B23;
}

.cl  h2.customised {
	color: #009999;
}

.au h2.customised {
	color: #29649B;
}

.dj  h2.customised {
	color: #A5D4D8;
}

.iv  h2.customised {
	color: #5A478E;
}

.gt  h2.customised > span {
	background-color: #FFD616;
}

.bt  h2.customised > span {
	background-color: #E24B23;
}

.cl  h2.customised > span {
	background-color: #009999;
}

.au  h2.customised > span {
	background-color: #29649B;
}

.dj  h2.customised > span {
	background-color: #A5D4D8;
}

.iv  h2.customised > span {
	background-color: #5A478E;
}

.colonne + .colonne h2.customised {
	display: block;
	top: auto;
}

#content.home h2.framed {
	margin-left: 20px;
}
	
#content.home .colonne h2.framed, #content.home h2.framed {
	display: inline;
	padding: 0;
	top: -6px;
}

.colonne h2.framed > span, #content.home h2.framed > span {
	display: inline-block;
	width: 100%;
	height: 100%;
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	padding: 6px;
	top: -6px;
	left: -4px;
}

.colonne h2.framed > span + span, #content.home h2.framed span + span {
	position: relative;
	background-color: transparent;
	z-index: 2;
	width: auto;
	padding: 0;
	top: auto;
	left: auto;
	height: auto;
}

.colonne h3 {
	margin: 0;
	font-size: 14px;
}

#content.home article header {
	position: relative;
}

/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
.scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 976px;
	height: 412px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accomodate scrollable items.
	it's enough that you set the width and height for the root element and
	not for this element.
*/
.scrollable .items {
	/* this cannot be too large */
	position:absolute;
	width:20000em;
}

.scrollable .items > div {
	display: none;
	float:left;
	position: absolute;
	text-align: center;
	width: 976px;
	height: 412px;
	line-height: 412px;
}

.scrollable .items img {
	width: 976px;
}

.scrollable .jp-video {
    left: 470px;
    position: absolute;
    top: 20px;
}

a.nextHome, a.prevHome {
	background: url("imgs/chevrons.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 31px;
    width: 51px;
	position: absolute;
	z-index: 5;
	bottom: 10px;
}

a.prevHome {
	left: 0;
}

a.nextHome {
	background-position: -59px 0;
	right: 25px;
}

article.gt a.prevHome {
	background-position: -2px -41px;
}

article.gt a.nextHome {
	background-position: -57px -41px
}

article.bt a.prevHome {
	background-position: -2px -82px;
}

article.bt a.nextHome {
	background-position: -57px -82px;
}

article.cl a.prevHome {
	background-position: -2px -123px;
}

article.cl a.nextHome {
	background-position: -57px -123px;
}

article.au a.prevHome {
	background-position: -2px -164px;
}

article.au a.nextHome {
	background-position: -57px -164px;
}

article.dj a.prevHome {
	background-position: -2px -205px;
}

article.dj a.nextHome {
	background-position: -57px -205px;
}

article.iv a.prevHome {
	background-position: -2px -246px;
}

article.iv a.nextHome {
	background-position: -57px -246px;
}

span.indicateur {
	display: inline-block;
	position: absolute;
	height: 29px;
	width: 25px;
	background-color: #FFF;
	bottom: 10px;
	right: 0;
	line-height: 29px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}

.navi {
	text-align: center;
	height:20px;
	margin-top: -20px;
	z-index: 2;
	position: relative;
}


/* items inside navigator */
.navi a {
	width:8px;
	height:8px;
	margin:3px;
	background:url(imgs/navigator.png) 0 0 no-repeat;
	display:inline-block;
	font-size:1px;
}

/* mouseover state */
.navi a:hover {
	background-position:0 -8px;      
}

/* active state (current page state) */
.navi a.active {
	background-position:0 -16px;     
}

#content.home iframe {
	border: 1px solid #000;
	margin-top: 15px;
}

h3.youtube {
	display: none;
}

.colonne {
	width: 570px;
	float: left;
}

.colonne + .colonne {
	float: right;
	width: 406px;
}

.colonne > div {
	margin: 10px 5px 10px 0;
	position: relative;
}

.colonne + .colonne > div {
	margin: 10px 0 10px 5px;
}

.colonne a.plus {
    background-color: #000;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    color: #FFFFFF;
    display: inline-block;
    font-family: monospace;
    font-size: 26px;
    font-weight: bold;
    height: 32px;
    line-height: 33px;
    text-align: center;
    text-decoration: none;
    width: 32px;
    position: absolute;
    top: 3px;
    right: 3px;
}

.colonne div.forum a {
	text-decoration: none;
}

.colonne div.forum a.plus {
    border: 11px solid white;
    right: -8px;
    top: -22px;
    -khtml-border-radius:30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

a.find {
	display: block;
	width: 178px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	text-decoration: none;
	font-weight: bold;
	clear: both;
	margin: 10px 0 0 193px;
	background-image: url("imgs/fond-btn.png");
	text-transform: uppercase;
}

.gt a.find {
	background-position: 0 -38px;
}

.bt a.find {
	background-position: 0 -76px;
}

.cl a.find {
	background-position: 0 -114px;
}

.au a.find {
	background-position: 0 -152px;
}

.dj a.find {
	background-position: 0 -190px;
}

.iv a.find {
	background-position: 0 -228px;
}

div.weekProduit {
	background-color: #000;
	color: #FFF;
	text-align: center;
	padding: 0 15px 15px;
	max-height: 264px;
}

#content.home div.weekProduit h2 {
    margin: 0 0 10px;
    text-align: left;
}

#content.home div.weekProduit h3 {
    margin: 5px 0 10px;
}

div.weekProduit img.produit {
	background-color: #FFF;
	width: 200px;
	border: 10px solid #FFF;
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 15px 0;
	float: left;
}

div.weekProduit img.logo {
	max-width: 100px;
	max-height: 60px;
	margin-bottom: 10px;
}

#content.home div.weekProduit b {
	display: inline-block;
	font-size: 24px;
	position: absolute;
	bottom: 10px;
	width: 193px;
	text-align: center;
	left: 15px;
}

#content.home div.weekProduit span {
	display: inline-block;
	margin: 10px 0 -3px;
	font-size: 10px;
	position: absolute;
	bottom: 40px;
	width: 193px;
	text-align: center;
	left: 15px;
}

#content.home div.mostWatched {
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	height: 297px;
	width: 397px;
}

#content.home div.mostWatched h2 {
	background-color: #DDD;
    margin: 0 0 10px;
    padding: 5px 15px;
    text-align: left;
}

#content.home div.mostWatched ol {
	counter-reset: section;
	margin: 15px;
}

#content.home div.mostWatched li:before {
	content: counter(section) ".";
	counter-increment: section;
	font-size: 14px;
	font-weight: bold;
	margin-right: 15px;
	margin-left: -36px;
}

#content.home div.mostWatched li {
	list-style-type: none;
	margin: 23px 0;
}

#content.home article.gt div.mostWatched h2 {
	background-color: #FFD616;
}

#content.home article.bt div.mostWatched h2 {
	background-color: #E24B23;
}

#content.home article.cl div.mostWatched h2 {
	background-color: #009999;
}

#content.home article.au div.mostWatched h2 {
	background-color: #29649B;
}

#content.home article.dj div.mostWatched h2 {
	background-color: #A5D4D8;
}

#content.home article.iv div.mostWatched h2 {
	background-color: #5A478E;
}

#content.home div.mostWatched a {
	text-decoration: none;
}

div.finder {
	background-color: #828282;
	text-align: center;
}

span.corner {
	display: inline-block;
	width: 25px;
	height: 25px;
	position: absolute;
	border-style: solid;
	border-color: #000;
}

span.corner.tl {
	border-width: 7px 0 0 7px;
	top: 0;
	left: 0;
}

span.corner.tr {
	border-width: 7px 7px 0 0;
	top: 0;
	right: 0;
}

span.corner.bl {
	border-width: 0 0 7px 7px;
	bottom: 0;
	left: 0;
}

span.corner.br {
	border-width: 0 7px 7px 0;
	bottom: 0;
	right: 0;
}

#content.home div.finder h2 {
	margin: 0;
	padding: 9px 15px;
}

div.finder h2 > span {
	display: block;
	text-align: left;
	margin-left: 5px;
}

div.finder h2 > span + span {
	text-align: right;
	color: #FFF;
	margin-right: 5px;
}

div.finder p {
	text-align: left;
	padding: 6px 15px;
	margin: 0;
	line-height: 28px;
}

div.finder p.cp b {
	display: inline;
}

div.finder input {
	float: right;
	width: 172px;
	margin-top: 3px;
}

div.finder a.find {
	float: right;
	margin: 0;
}

div.finder > img {
	margin: 11px auto;
}

#content.home .dd {
	float: right;
	width: 178px !important;
	margin: 0;
	line-height: normal;
	margin-top: 3px;
}

/* #content.home .dd .ddTitle { */
/* 	width: 168px; */
/* 	background-color: #FFF; */
/* } */

/* #content.home .dd .ddChild { */
/* 	background-color: #FFF; */
/* } */

#content.home .dd .ddChild a {
	color: #262626;
}

#content.home .dd .ddChild a:before {
	background-color: #262626;
}

.colonne > div.forum {
	background-color: #E6E6E6;
	padding-top: 0;
	z-index: 2;
	margin-top: 20px;
}

.listForum {
	padding: 0 0 0 5px;
	list-style-type: none;
	margin: 15px 0 8px;
}

.listForum > li {
	margin: 5px 0;
}

#content.home #scrollableContainer {
	margin: 0;
	background-color: #000;
	height: 150px;
	padding: 0;
}

#content.home a.nextMarques, #content.home a.prevMarques {
	background-image: url("imgs/chevrons.png");
	background-position: -10px 0;
	height: 31px;
	width: 41px;
	top: 70px;
}

#content.home a.prevMarques {
	left: 0;
}

#content.home a.nextMarques {
	background-position: -59px 0;
	right: 0;
}

#content.home article.gt a.prevMarques {
	width: 43px;
	background-position: -10px -41px;
	left: 0;
}

#content.home article.gt a.nextMarques {
	width: 43px;
	background-position: -57px -41px;
	right: 0;
}

#content.home article.bt a.prevMarques {
	width: 43px;
	background-position: -10px -82px;
	left: 0;
}

#content.home article.bt a.nextMarques {
	width: 43px;
	background-position: -57px -82px;
	right: 0;
}

#content.home article.cl a.prevMarques {
	width: 43px;
	background-position: -10px -123px;
	left: 0;
}

#content.home article.cl a.nextMarques {
	width: 43px;
	background-position: -57px -123px;
	right: 0;
}

#content.home article.au a.prevMarques {
	width: 43px;
	background-position: -10px -164px;
	left: 0;
}

#content.home article.au a.nextMarques {
	width: 43px;
	background-position: -57px -164px;
	right: 0;
}

#content.home article.dj a.prevMarques {
	width: 43px;
	background-position: -10px -205px;
	left: 0;
}

#content.home article.dj a.nextMarques {
	width: 43px;
	background-position: -57px -205px;
	right: 0;
}

#content.home article.iv a.prevMarques {
	width: 43px;
	background-position: -10px -246px;
	left: 0;
}

#content.home article.iv a.nextMarques {
	width: 43px;
	background-position: -57px -246px;
	right: 0;
}

#content.home  .scrollableMarques {
	background-color: #000;
	position: absolute;
	top: 25px;
	left: 43px;
	width: 890px;
}

.jp-video{
    width: 482px !important;
}
#content.home .jp-video-play{
	height:270px;
}

#content.home div.jp-video div.jp-current-time {
    margin-left: 20px;    
	width: auto;
}
#content.home div.jp-current-time {
    display: inline;
    float: left;
}
#content.home .jp-volume-bar {
    width: 50px !important;
}
#content.home div.jp-video div.jp-duration {
    position: absolute;
    right: 0;
    top: 10px;
}
#content.home div.jp-controls-hldr {
    clear: both;
    height: 25px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -14px;
    width: 440px;
	float:none;
}
#content.home .scrollableMarques div a {
	background-color: #000;
	-moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
	border-radius: 0;
	border-width: 0;
	width: 138px;
	margin: 13px 3px -3px;
}

#content.home .scrollableMarques div a img {
	max-width: 100px;
	max-height: 70px;
}
.delVille {
    font-size: 17px;
    position: absolute;
    right: 20px;
    text-decoration: none;
}
/* .gt h2{ */
/* 	color:#FFD616 !important; */
/* } */
/* .bt h2{ */
/* 	color:#E24B23 !important; */
/* } */
/* .cl h2{ */
/* 	color:#009999 !important; */
/* } */
/* .au h2{ */
/* 	color:#29649B !important; */
/* } */
/* .dj h2{ */
/* 	color:#A5D4D8 !important; */
/* } */
/* .ve h2{ */
/* 	color:#5A478E !important; */
/* } */