/*
 * Background général
 */
 
html{
	/*background: #FFF url(../img/back-wide-top.jpg) center top no-repeat;*/
	background: #FFF url(../img/fond_22042015_bis.png) center 10px no-repeat;
	/*background: #FFF url(../img/fond_nankin2014.jpg) center top no-repeat;*/
}
body{
	/*padding-bottom: 330px;
	background: url(../img/back-wide-bot.png) center bottom no-repeat;*/
}

/*
 * Thème univers "EQUIPE" (par défaut)
 */
.top {
	background: #003f80;
	color: #FFF;
}
.top-menu-item a {
	color: #FFF;
}
.top-menu-item.active,
.top-menu-item:hover {
	background: #00aae8;
}
.nav-prim{
	background: url(../img/rib-equipe.png) left -46px repeat-x;
}
.title{
	color: #FFF;
	background: url(../img/rib-equipe.png) left -46px repeat-x;
}
.rib{
	background: url(../img/rib-equipe.png) left top no-repeat;
}
.rib.right{
	background-position: right top;
}
.diaporama nav .active{
	border-color: #0064a4;
}
.univers-nav{
    background: url(../img/onglets-equipe.png) left top no-repeat;
}

/*
 * Thème univers "CLUB"
 */
.u-club .nav-prim,
.u-club .title,
.u-club .rib{
	background-image: url(../img/rib-club.png);
}
.u-club .diaporama nav .active{
	border-color: #00a9dd;
}
.u-club .univers-nav{
    background-image: url(../img/onglets-club.png);
}

/**
 * Thème bloc "En Bref" dans le header
 */

.u-club .news-ticker{
    right: 40px;
}
.u-club .news-ticker .h{
    border-color: #00a9dd;
}
.u-club .news-ticker .h:after{
    border-color: #00a9dd transparent;
}