body, html
{
	width: 100%;
}
body{
	background-color:#FFF;
	margin:0px;
	padding:0px;
}

#contentFrame{
	margin: 0px 0px 0px 10px;
	display:block;
	border: 0px solid #FFF;
	width:850px;
	overflow:hidden;
}
#footer{
	background:url(../media/html/footerbg.gif) transparent no-repeat;
	margin:0px 0px 0px 10px;
	padding:4px;
	width:850px;
	height:20px;
}
#page{
	width:870px;
	padding:0px 10px 0px 10px;
	background:url(../media/html/mainbg.gif) #FFF repeat-y;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
}
#megasuperfooter{
	width:870px;
	height:70px;
	padding:0px 10px 0px 10px;
	margin:0px;
	margin-left:auto;
	margin-right:auto;
	background:url(../media/html/footer.gif) #FFF no-repeat;
}
#footer a{
	color:#67C4C6;
	display:block;
	float:right;
	padding:0px 10px 0px 10px;
}
#footer a:hover{
	color:#FFF;
	text-decoration:none;
}

body, td, input, textarea, select{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
}

/** FORMATS TEXTE */
h1{
	padding:3px 0px 3px 0px;
	margin:10px 0px 10px 0px;
	border-bottom: solid 1px #016978;
	color:#016978;
	font-size:12px;
	text-transform:uppercase;
	width:inherit;
	font-weight:bold;
}
h2{
	margin:10px 0px 5px 0px;
	padding:0px;
	color:#016978;
	font-size:11px;
	font-weight:bold;
}
p{
	margin: 2px 0px 4px 0px;
	padding:0px;
	clear:both;
}

/** LIENS */ 
a:active, a:link, a:visited{
	font-weight:bold;
	color:#53BDBD;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a.linkExt{
	display:block;
	background:url(../media/html/linkExt.gif) no-repeat #FFF;
	padding: 0px 0px 6px 18px;
	float:left;
}
a.linkAudio{
	display:block;
	background:url(../media/html/linkAudio.gif) no-repeat #FFF;
	padding: 0px 0px 6px 18px;
	float:left;
}

/** GABARITS */
	/** BASIC */
	table.basic{
		width:100%;
		padding:0px;
		margin:0px;
		border:solid 0px #FFF;
	}
	table.basic td{
		padding:0px 0px 0px 10px;
		margin:0px;
	}
	table.basic td.left{
		background: url(../media/html/left210.gif) repeat-y #FFF;
		width:190px;
		padding:10px;
		color:#FFF;
	}
	table.basic td.left a:active, 
		table.basic td.left a:visited, 
		table.basic td.left a:link, 
		table.basic td.left a:hover
	{
		color:#FFFFFF;
		font-weight:bold;
		font-size:11px;
		text-transform:uppercase;
	}
	/** PROGRAMME */
	table.prog td.left{
		background: url(../media/html/left210.gif) repeat-y #FFF;
		width:190px;
		padding:10px;
		color:#FFF;
	}
	table.prog td.progDate{
		padding: 5px 10px 0px 0px;
		width:80px;
	}
	table.prog td.progLineup {
		padding: 2px 0px 5px 0px;
		margin:0px;
	}
	table.prog td.progInfo{
		padding: 5px 0px 0px 10px;
		width: 120px;
	}
	/** ARTISTS */
	table.artistInfo{
		width:100%;
		margin:0px 0px 5px 0px;
	}
	table.artistInfo td.title{
		padding:0px 0px 0px 0px;
		margin:0px 0px 0px 0px;
		color:#016978;
		font-size:12px;
		text-transform:uppercase;
		width:inherit;
		font-weight:bold;
	}
	table.artistInfo td.subtitle{
		margin:0px;
		padding:0px;
	}
	table.artistInfo td.back{
		padding: 5px 0px 0px 10px;
		width: 120px;
	}
	
/** CLASSICS */
br.cleaner{
	clear: both;
}
div.left{
	float:left;
}
div.right{
	float: right;
}
	
/** GALERIE */
#presse_gallerie {	
	position:relative;
	width:90%;
}
#presse_gallerie .photos {
	float:left;
	width:150px;
	margin-right:2px;
	margin-top:5px;
	padding:0 3px;
}

#presse_gallerie .photos img{
	padding-left:1px;
	border:0;
}
