@charset "UTF-8";
* {
	margin: 0;
	padding: 0;
}
html, body{
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #2B2B2D;
	color: white;
}
a {
	color: white;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h2 {
	font-size: 15px;
}


/* common */
.clear {
	font-size: 2px;
	clear: both;
}
input.gray {
	color: #999;
}
img.png {
}

/* page layout */
#header {
	height: 181px;
	background: url(/images/interface/fond_haut.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
}
#main {
	background: url(/images/interface/fond_milieu.png);
	background-position: center;
	background-repeat: repeat-y;
}
#maincontent {
	background: url(/images/interface/fond_milieu_tache.png);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
}
#footer {
	height: 215px;
	background: url(/images/interface/fond_bas.png);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
}
.content {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#maincontent .content {
	background: #000;
}
#maincontent .content .contentmargin {
	margin: 0 30px;
}
#maincontent .content p {
	font-size: 11px;
	margin: 4px 0;
}
#navbar {
	height: 44px;
	background-color: black;
	background-image: url(/images/interface/fond_bande_nav.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#navbar #navliens {
	float: left;
	width: 350px;
	height: 40px;
	overflow: hidden;
	margin-left: 386px;
	font-size: 10px;
	color: #4E4F4F;
}
#navbar #navliens ul {
	list-style-type: none;
	margin-top: 16px;
}
#navbar #navliens ul li {
	display: block;
	float: left;
	padding-right: 6px;
	margin-right: 6px;
}
#navbar #navliens ul li.sep {
	border-right: solid 1px #ddd;
}
#navbar #navliens a {
	color: #9C9E9F;
	font-style: italic;
}
#navbar #navliens a.courant {
	color: #E2001A;
	font-style: italic;
}
#navbar #navlienform {
	float: right;
	height: 29px;
	padding-top: 14px;
	margin-right: 29px;
}
#navbar #navlienform img {
	float: left;
	margin: 0 2px;
}
#navbar #navlienform form {
	float: left;
}
#navbar #navlienform input {
	height: 19px;
	width: 97px;
	padding-left: 4px;
	border: none;
	background: #FFF;
	font-size: 11px;
	line-height: 19px;
}
#partenaires {
	height: 55px;
	background: url(/images/interface/fond_logos_partenaires.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: center;
}
#partenaires img {
	float: left;
	margin: 0;
}
#partenaires img.logo {
	float: left;
	margin: 10px 12px 0 12px;
}
#partenaires form {
	float: left;
	margin: 16px 0 0 0;
}
#partenaires img#rechercheok {
	float: left;
	margin: 16px 0 0 2px;
}
#partenaires input {
	height: 19px;
	width: 147px;
	padding-left: 4px;
	border: none;
	background: #FFF;
	font-size: 11px;
	line-height: 19px;
}
#contacts {
	width: 980px;
	height: 17px;
	background: #1C1C1D;
	color: #777;
	font-size: 10px
}

/* commun */
div#menuderoulant {
	float: left;
	margin-top: 10px;
/*	background: url(/images/interface/fond_menu.png); */
	padding: 4px;
}

#menuderoulant ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 1000;
}

#menuderoulant li.titremenu {
	font-size: 16px;
	height: 30px;
}

#menuderoulant a {
	font-weight: normal;
	font-size: 12px;
	display: block;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	border: 0;
	border-right: 1px solid #B9D2F3; /* dividing line between menu items */
	text-decoration: none;
}

#menuderoulant li {
	float: left;
	position: relative;
	text-align: center;
	cursor: default;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 1000;
	line-height: 100%;
	background: transparent;
	font-size: 12px;
	letter-spacing: 0px;
	font-style: normal;
}

#menuderoulant li ul {
	list-style: none;
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: transparent; /* seems to fix height problem a bit */
	z-index: 1500;
}
#menuderoulant li>ul {
	top: 16px;
	left: 0;
	list-style: none;
	margin-top: 5px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	border: 0;
	background: transparent;
	background: red;
}

#menuderoulant li li {
	display: block;
	float: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

#menuderoulant li:hover ul {
	display: block;
	list-style: none;
}

#menuderoulant li a {
	line-height: 22px;
	height: 22px;
	position: relative;
	margin: 0;
	padding: 0;
}

#menuderoulant li a:hover{
	border-bottom: solid 2px #BFBFBF;
	background: #5B0C0C;
}

#menuderoulant li li a {
	display: block;
	position: relative;
	font-weight: normal;
	font-size: 11px;
	text-align: left;
	margin: 0;
	padding: 0 10px;
	border: none;
	background: #333;
	border-bottom: solid 2px #BFBFBF;
	width: 200px;
	z-index: 2000;
}

#menuderoulant li li a:hover {
	display: block;
	position: relative;
	padding: 0 10px;
	z-index: 2000;
}

/*
div#menuderoulant ul {
	float: left;
	list-style: none;
}
div#menuderoulant ul li {
	font-size: 13px;
	margin: 2px 16px 4px 2px;
	border-bottom: solid 2px #BFBFBF;
}
div#menuderoulant ul li:hover {
	font-size: 13px;
	margin: 2px 16px 4px 2px;
	border-bottom: solid 2px #BFBFBF;
	background: #5B0C0C;
}
div#menuderoulant a:hover {
	text-decoration: none;
}
*/

/*** page accueil ***/
ul.blocformation li {
	/* list-style: url(/images/interface/listes/fleche_noire-trans.png); */
	list-style: none;
	padding-left: 10px;
	background: url(/images/interface/listes/fleche_noire-trans.png);
	background-repeat: no-repeat;
	margin: 6px 0;
}
ul.blocformation li a {
	font-size: 10px;
	color: #FFF;
}
/* > liste concerts */
ul.listeconcerts {
	margin: 17px 19px;
	list-style: none;
}
ul.listeconcerts li {
	font-size: 10px;
	margin: 6px 0;
}
ul.listeconcerts li h2 {
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	margin: 0 0 2px 0;
}
ul.listeconcerts li p {
	padding: 0 0 0 8px;
}
ul.listeconcerts li a {
	color: #000;
	font-weight: bold;
}
ul.listeconcerts hr {
	border-top: solid 1px #fff;
	border-left: none;
	border-right: none;
	border-bottom: none;
}

/* > liste artistes */
ul.listeartistes {
	margin: 17px 19px;
	list-style: none;
}
ul.listeartistes li {
	font-size: 10px;
	margin: 5px 0;
	border-bottom: solid 1px #E62C38;
}
ul.listeartistes li a {
	color: #FFF;
}

/* > liste actualites */
div#actus {
	margin-left: 8px;
	margin-right: 130px;
	margin-top: 11px;
	height: 86px;
	overflow: auto;
}
div#actus div.visuel {
	cursor: pointer;
	width: 120px;
	height: 85px;
	text-align: center;
	float: left;
}
div#actus h2 {
	font-size: 13px;
	font-weight: bold;
}
div#actus p {
	font-size: 11px;
}

/*** page le coach ***/
/* > texte intro */
span.rouge {
	color: #E2001A;
}
/* > liste activites */
ul.listeactivite {
	list-style: none;
	margin-top: 2px;
	width: 300px;
	background: url(/images/interface/pages/lecoach/liste_cadre_haut.png);
	background-position: top center;
	background-repeat: no-repeat;
}
ul.listeactivite li {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	border-bottom: solid 2px #1C1C1C;
}
ul.listeactivite li:hover {
	padding-left: 30px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 10px;
	border-bottom: solid 2px #1C1C1C;
	background: #5B0C0C;
}
ul.listeactivite li a:hover {
	text-decoration: none;
}

/*** page formation ***/
div.formation {
	font-size: 11px;
	background: url(/images/interface/pages/formation/fond_platine.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div.formation h2 {
	font-size: 14px;
	color: #E2001A;
	margin: 7px 0 2px 0;
	border-left: solid 3px #E2001A;
	padding-left: 4px;
	padding-top: 6px;
}
div.formation ul {
	margin: 3px 3px 3px 20px;
	padding: 3px;
}
div.formation ul li {
	margin: 3px;
}
div.formation ul.listedroite {
	padding: 6px 12px;
	list-style: none;
	background: url(/images/interface/bloc_rouge_fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}
div.formation ul.listedroite li {
	margin: 10px 0;
	font-size: 13px;
}
div.formation ul.listedroite li a {
	color: black;
	font-size: 11px;
}

/*** page stage ***/
div.stage {
	font-size: 11px;
}
div.stage h2 {
	font-size: 14px;
	color: #E2001A;
	margin: 7px 0 2px 0;
	border-left: solid 3px #E2001A;
	padding-left: 4px;
	padding-top: 6px;
}
div.stage ul {
	margin: 0 20px;
}
div.stage ol {
	margin: 0 20px;
}
div.stage ul.listedroite {
	padding: 6px 12px;
	list-style: none;
	background: url(/images/interface/bloc_rouge_fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}
div.stage ul.listedroite li {
	margin: 10px 0;
	font-size: 13px;
}
div.stage ul.listedroite li a {
	color: black;
	font-size: 11px;
}
div.stage hr {
	margin: 16px 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #1c1c1c;
	margin: 25px 0;
	clear: both;
}

/*** page artiste ***/
div.artiste {
	font-size: 11px;
}
div.artiste ul {
	margin: 3px 3px 3px 20px;
	padding: 3px;
}
div.artiste ul li {
	margin: 3px;
}
div.artiste ul.listedroite {
	padding: 6px 12px;
	list-style: none;
	background: url(/images/interface/bloc_rouge_fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}
div.artiste ul.listedroite li {
	margin: 10px 0;
	font-size: 13px;
	color: white;
}
div.artiste ul.listedroite li a {
	color: black;
	font-size: 11px;
}
div.artiste div.colonne_liste {
	float: left;
	width: 227px;
}
div.artiste div.colonne_liste ul {
	width: 208px;
	background: #1B1A1C url(/images/interface/pages/listeartistes/fond_liste.png);
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 11px 0;
}
div.artiste div.colonne_liste ul li {
	margin: 1px 6px 1px 9px;
	border-bottom: solid 2px #28292A;
	color: #9C9E9F;
	font-size: 10px;
}
div.artiste div.colonne_liste ul li a {
	color: #9C9E9F;
	font-size: 10px;
}

/*** page concerts ***/
div.concerts div.liste {
	width: 610px;
	float: left;
}
div.concerts div.liste ul.concertsregion {
	width: 610px;
	clear: left;
	background: #E2001A url(/images/interface/bloc_rouge_fond.png);
	background-position: top center;
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 4px 0 16px 0;
}
div.concerts div.liste ul.concertsregion li h2 {
	background: #a30d1e;
	margin: 6px 8px;
	padding: 3px 6px;
}
div.concerts div.liste ul.detailsconcert {
	list-style: none;
	margin: 0 10px;
}
div.concerts div.liste ul.detailsconcert li {
	height: 17px;
	border-bottom: solid 1px #ff8492;
	margin: 4px 10px;
	font-size: 11px;
}
div.concerts div.liste ul.detailsconcert li a {
	color: black;
	font-weight: bold;
	font-size: 11px;
}

/*** page partenaires ***/
div.partenaires div.intro {
	color: white;
	font-size: 12px;
}
div.partenaires div.intro h2 {
	color: #E2001A;
	font-size: 14px;
	margin-top: 10px;
}
div.partenaires div.liste {
	width: 300px;
	float: left;
}
div.partenaires div.liste ul {
	width: 300px;
	clear: left;
	background: #FFFFFF url(/images/interface/bloc_blanc_fond.png);
	background-position: top center;
	background-repeat: repeat-x;
	list-style: none;
	color: #a0a0a0;
	margin: 0;
	padding: 4px 0 16px 0;
}
div.partenaires div.liste ul li {
	clear: left;
}
div.partenaires	div.liste ul li	a {
	color: #404040;
}
div.partenaires	div.liste ul li	hr {
	clear: both;
	width: 280px;
	height: 0;
	margin: 0 10px;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 1px #808080;
}
div.partenaires div.liste ul li h2 {
	background: #a30d1e;
	margin: 6px 8px;
	padding: 3px 6px;
}
div.partenaire {
	font-size: 11px;
}
div.partenaire h2 {
	font-size: 14px;
	color: #E2001A;
	margin: 7px 0 2px 0;
	border-left: solid 3px #E2001A;
	padding-left: 4px;
	padding-top: 6px;
}

/*** page actualités ***/
div.actualites {
	font-size: 11px;
}
div.actualites h2 {
	font-size: 14px;
	color: #E2001A;
	margin: 0 0 2px 0;
	border-left: solid 3px #E2001A;
	padding-left: 4px;
}
div.actualites ul {
	margin: 0 20px;
}
div.actualites ul.listedroite {
	padding: 6px 12px;
	list-style: none;
	background: url(/images/interface/bloc_rouge_fond.png);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0;
}
div.actualites ul.listedroite li {
	margin: 10px 0;
	font-size: 13px;
}
div.actualites ul.listedroite li a {
	color: black;
	font-size: 11px;
}
div.actualites hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: solid 2px #303030;
	margin: 16px 0;
	clear: both;
}

/*** page contacts ***/
div.contacts div.liste {
	width: 450px;
	float: left;
}
div.contacts div.liste ul.equipe {
	width: 450px;
	clear: left;
	background: #FFFFFF url(/images/interface/bloc_blanc_fond.png);
	background-position: top center;
	background-repeat: repeat-x;
	list-style: none;
	margin: 0;
	padding: 4px 0 16px 0;
	color: #202020;
}
div.contacts div.liste ul.equipe li {
	clear: both;
	padding: 10px 0;
}
div.contacts div.liste ul.equipe li a {
	color: #606060;
}
/*
div.contacts div#listeequipeadmin ul.equipe li h2 {
	background: #a30d1e;
	margin-left: 120px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 3px 6px;
}
div.contacts div#listeequipeadmin ul.equipe li p.role {
	margin-left: 120px;
}
*/
div.contacts div#listeequipeadmin ul.equipe li h2 {
	background: #b0b0b0;
	color: #606060;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 3px 6px;
}
div.contacts div#listeequipeadmin ul.equipe li p.role {
	margin-left: 10px;
}
div.contacts div#listeequipepedago ul.equipe li h2 {
	background: #b0b0b0;
	color: #606060;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 6px;
	padding: 3px 6px;
}
div.contacts div#listeequipepedago ul.equipe li p.role {
	margin-left: 10px;
}
div.contacts div#listeequipepedago ul.equipe li a {
	color: #606060;
}
