/* DEFINITION DES BALISES STANDARD */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	margin-bottom: 20px;
}

/* ARRIERE PLANS */

.bkgheader {
	background-image: url(/images/accueil/bkg_bw.gif);
	background-repeat: repeat-x;
}

.bkgfooterliquid {
	background-image: url(/images/entete/bkg_bottom.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bkgfooter {
	background-image: url(/images/pied_de_page/bkg_footer.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}

.bkgmenu {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #404040;
}

/* COUP DE PROJECTEURS */

.cptitle {
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding-bottom: 10px;
}

/* CONCERTS */

.linkconcert {
	font-size: 11px;
	font-weight: normal;
	color: #F0AA13;
	padding: 2px ;
}

.linkconcert a {
	text-decoration: none;
	color: #F0AA13;
}

.linkconcert a:link {
	text-decoration: none;
}

.linkconcert a:hover {
	text-decoration: underline;
}

.dateconcert {
	font-size: 11px;
	color: #999999;
	text-align: left;
	padding-left: 5px;
}



/* CONTENUS ET MARGE */

.textdefault {
	font-size: 11px;
	line-height: 14px;
}

.textwhite {
	color: #FFFFFF;
	font-size: 11px;
	line-height: 14px;
}

.textgrayleft {
	font-size: 11px;
	color: #999999;
	text-align: left;
}

.textgrayleftsmall {
	font-size: 10px;
	color: #999999;
	text-align: left;
}

.banner {
	margin-bottom: 20px;
}

/* MENUS */

.mnulink {
	font-size: 13px;
	color: #F0AA13;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	border-bottom-color: #CCCCCC;
}

.mnulink a {
	color: #F0AA13;
	text-decoration: none;
}

.mnulink a:link {
	text-decoration: none;
}

.mnulink a:hover {
	text-decoration: underline;
}

.mnusel {
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
}

.mnusel a {
	color: #FFFFFF;
	text-decoration: none;

}

.mnusel a:link {
	text-decoration: none;
}

.mnusel a:hover {
	text-decoration: underline;
}

.mnucoordtitle {
	font-size: 11px;
	color: #666666;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #404040;
	margin-top: 100px;
	margin-bottom: 3px;
}

.mnucoordtxt {
	font-size: 10px;
	color: #666666;
	text-align: right;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-right: 7px;
}

.mnulinkl2 {
	font-size: 11px;
	color: #F0AA13;
	text-align: right;
	padding-bottom: 5px;
	padding-top: 5px;
	padding-right: 19px;
	border-bottom-color: #CCCCCC;
}

.mnulinkl2 a {
	color: #F0AA13;
}

.mnulinkl2 a:link {
	text-decoration: none;
}

.mnulinkl2 a:hover {
	text-decoration: underline;
}


.mnusell2 {
	color: #FFFFFF;
}

.mnusell2 a {
	color: #FFFFFF;
}

.mnusell2 a:link {
	text-decoration: none;
}

.mnusell2 a:hover {
	text-decoration: underline;
}


/* PIED DE PAGE */

.footerlink {
	font-size: 10px;
	color: #F0AA13;
	padding-top: 5px;
}

.footerlink a {
	color: #F0AA13;
}

.footerlink a:link {
	text-decoration: none;
}

.footerlink a:hover {
	text-decoration: underline;
}


/* LIENS */

.linkregular {
	font-size: 10px;
	font-weight: normal;
	color: #F0AA13;
	padding-top: 5px;
}

.linkregular a {
	color: #F0AA13;
}

.linkregular a:link {
	text-decoration: none;
}

.linkregular a:hover {
	text-decoration: underline;
}


