/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	background-image: url(../images/bg.jpg);

}

p {
	margin-left:10px;
	margin-right:10px;
	font-style: normal;
	line-height: 100%;
	font-size: 12px;
	color: #3C3C3C;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height:130%;
}

h1 {
	margin-left:10px;
	margin-right:10px;
	font-style: normal;
	line-height: 100%;
	font-size: 16px;
	color: #C51E1E;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	margin-left:10px;
	margin-right:10px;
	font-style: normal;
	line-height: 100%;
	font-size: 14px;
	color: #black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.avenir {
	color: #fff;
	background-color: #000000;
	width:115px;
}

.passe {
	color: #fff;
	background-color: #000000;
	width:119px;
}

h3 {
	margin-left:10px;
	margin-right:10px;
	font-style: normal;
	line-height: 100%;
	font-size: 12px;
	color: black;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

hr {
	margin-left:10px;
	margin-right:10px;
	color:#BACAD5;
	width:350px;
	background-color:#BACAD5;
	height: 1px;
	border: 0;
}

img {
	border:none;
}

img.band {
	margin-left:10px;
	margin-right:10px;
	border: 2px solid #BACAD5;
}

a {
	color:#959595;
	text-decoration:none;
	background-color:inherit;
}

a:hover {
	text-decoration:none;
	color:#C51E1E;
}

/* div */
#haut {
	display:block;	
	margin: 0px auto;
	width:710px;
	height:208px;
	background-image:url(../images/up.jpg);
}

#haut2 {
	display:block;	
	margin: 0px auto;
	width:710px;
	height:208px;
	background-image:url(../images/up2.jpg);
}

#contenu {
	display:block;
	margin: 0px auto;
	width:700px;
	border:5px solid white;
	background-color: white;
}

/* menu */
ul#navigation { 
	margin-left:10px;
	list-style-type:none; 
	height:19px; 
	padding-bottom:40px;
}

ul#navigation li { 
	float:left; 
	padding:0 8px 0 9px; 
	background:url(../images/points.gif) left 0 no-repeat; 
	font-size:12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

ul#navigation li a { 
	text-decoration:none; 
	color:#969696;
}

ul#navigation li a:hover { 
	text-decoration:underline; 
	color:#A7B9CB;
}
/* menu fin */


/* image artiste*/
img.artiste {
	float:left;
	margin-left:52px;
	border: 1px solid #C51E1E;
}
