/**
* @creation date:	2006-01-03 12:00:00
* @update date:		2010-01-06 22:30:00
* @author:			Stéphane Dédéyan
* @author url:		http://www.dedeyan.net
* @customer url:	http://www.astresmelodies.com
*/

/* General ************************************************/
BODY {
	color: #600;
	font-family: Georgia, Arial;
	font-size: 16px;
}

A {
	color: #CF0000;
}

IMG {
	border: 0px;
}

UL {
	list-style: outside none;
	margin: 0 0 0 24px;
	padding: 15px;
}

P {
	/*line-height: 24px;*/
}

TABLE {
	border: 1px solid #935506;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: hide;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	width: 99%;
}

TD {
	border: none;
	padding: 0px;
}

.center {
	text-align: center;
}

H1 {
	color: #C00000;
	font-size: 26px;
	margin: 0px;
	padding: 10px 0px;
}

H2 {
	background-color: #FFF0C2;
	color: #C00;
	font-size: 26px;
	font-weight: bold;
	margin: 0px;
	padding: 10px 0px 10px 0px;
}

TABLE.futur TD.left {
	background-color: #CF0000;
}

TABLE.futur TD.right {
	background-color: #FFCC94;
}

TABLE.futur TD.right H2 {
	background-color: #FFF0C2;
	font-size: 30px;
}

/* Screen **************************************************/
DIV.screen {
	background-color: #FFFEE4;
	background: url(../img/partition.gif) top center;
	margin: auto;
	padding: 30px 50px;
	width: 920px;
}

/* Header ************************************************/
DIV.header {
	background-color: #FFFEE4;
	border: 1px dotted #600;
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
}

DIV.header A.menu, DIV.header A.active {
	border-bottom: 1px dotted #F00;
	color: #750000;
	text-decoration: none;
}

DIV.header A.active {
	background-color: #FFF1A3;
}

DIV.header A.menu:hover {
	background-color: #FFF5BD;
}

DIV.title {
	color: #C00000;
	font-size: 40px;
	font-weight: normal;
	margin: 0px;
	padding: 20px 0px 20px 0px;
}

DIV.title SPAN {
	color: #DC4A0D;
}

/* Footer ************************************************/
DIV.footer {
	background-color: #FFFEE4;
	border: 1px dotted #600;
	text-align: center;
	font-size: 11px;
	padding: 5px;
}

/* Content ***********************************************/
DIV.content {
	background-color: #FFFEE4;
	border: 1px dotted #600;
	margin-bottom: 20px;
	padding: 20px;
}

/* Accueil ***********************************************/
DIV#nouveau {
	background-color: #FFF;
	border: 1px dotted #600;
	opacity: 0;
	padding: 10px;
	text-align: center;
}

DIV#nouveau A {
	font-size: 20px;
	font-weight: bold;
}

DIV#nouveau SPAN {
}

/* Programme *********************************************/

/* Concerts *********************************************/
TD.left {
	background-color: #DC4A0D;
	text-align: center;
	vertical-align: top;
	width: 20%;
}

TD.left A {
	color: #FFF5BD;
}

TD.right {
	background-color: #FFE6A9;
	text-align: center;
	vertical-align: top;
	width: 80%;
}

TD.artiste {
	font-size: 13px;
	font-weight: bold;
}

TD.photo {
	background-color: #DC4A0D;
	padding: 10px;
	text-align: center;
}

TD.photo DIV.album1 {
	height: 130px;
	overflow: auto;
}

TD.photo DIV.album2 {
	height: 280px;
	overflow: auto;
}

IMG.photo {
	border: 0px;
	cursor: pointer;
}

P.date {
	font-weight: bold;
}

P.lieu {
	font-weight: normal;
}

P.programme {
	font-style: italic;
}

TABLE.programme {
	border: none;
}

TABLE.programme TH {
	font-style: italic;
	font-weight: normal;
	height: 30px;
	vertical-align: bottom;
}

TABLE.programme TD {
	padding: 5px;
	text-align: left;
	vertical-align: top;
}

TABLE.programme TD.compositeur {
	font-weight: bold;
}

TABLE.programme TD.titre {
	font-style: italic;
}

TABLE.programme TD.chanteur {
	text-align: right;
}

TABLE.programme TD.commentaire {
	font-size: 11px;
}

P.reservation {
	background-color: #7A1212;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}

/* Discographie *****************************************/
DIV.discographie TABLE {
	border: none;
}

DIV.discographie TABLE IMG {
	border: 1px solid #600;
}

/* Artistes *****************************************/
DIV.artistes > DIV {
	overflow: auto;
}
		
DIV.artistes > DIV > DIV {
	background-color: #FFCC94;
	float: left;
	font-size: 14px;
	margin: 2px;
	padding: 14px 4px;
	text-align: center;
	width: 160px;
}
		
DIV.artistes > DIV > DIV > DIV.inv {
	visibility: hidden;
}

DIV.artistes > DIV > DIV > DIV > IMG {
	border: 1px solid #FFF;
}