@charset "UTF-8";
/* CSS Document */


/* Général */

html {
	overflow: auto;
	margin: 0;
	}

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

#main {
	margin: 0;
	padding: 20px;
	width: 480px;
	margin-bottom: 20px;
	}

h1 {
	margin: 0;
	margin-top: 10px;
	color: #644535;
	font-size: 24px;
	line-height: 30px;
	text-align: right;
	}
	
h2 {
	margin: 0;
	color: #E09132;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: right;
	}
	
p {
	font-size: 12px;
	line-height: 16px;
	}
	
ul {
	text-align: right;	
	}

li {
	font-size: 12px;
	color: #333;
	padding-top: 4px;
	list-style-position: inside;
	list-style-type: none;
	} 
	
li a {
	color: #666;
	text-decoration: none;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	} 

#date {
	font-size: 13px;
	color: #F29500;
	font-weight: bold;
	}

#lieu {
	font-size: 12px;
	color: #666;
	margin-bottom: 8px;
	}

#info {
	font-size: 11px;
	font-style: italic;
	}
	

#concert {
	font-size: 13px;
	color: #333;
	margin-bottom: 32px;

	}
	
#concert a{
	font-size: 13px;
	color: #333;
	font-weight: bold;
	}
	
p a{	
	font-size: 11px;
	font-weight: bold;
	color: #333;
	}
	
.copyright {
	font-size: 9px;
	color: #666;
	}