*{
	padding: 0px;
	margin: 0px;
}
body{
	background-color: #000;
	text-align: center;
}
#global{
	position: relative;
	top: 0px;
	width: 960px;
	height: 678px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/fond.jpg);
	background-repeat: no-repeat; 
	text-align: left;
}
.nom-artiste{
	position: relative;
	left: 603px;
	top: 73px;
	width: 310px;
	height: 80px;
	background-image: url(../img/nom_artiste.jpg);
}
.titre{
	position: relative;
	left: 362px;
	top: 78px;
	width: 551px;
	height: 78px;
}
.menu{
	position: relative;
	left: 407px;
	top: 93px;
	width: 521px;
	height: 22px;
}
.contenu{
	position: relative;
	left: 407px;
	top: 140px;
	width: 521px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}
p{
	text-align: justify;
	margin-bottom: 15px;
	width: 521px;
}
p.sous-titre{
	padding-bottom: 0px;
	text-decoration: underline;
	font-weight: bold;
}
.bottom{
	position: relative;
	left: 0px;
	margin-left: -327px;
	width: 848px;
	height: 30px;
}
.pied-page{
	position: relative;
	/*left: -327px;
	width: 848px;*/
	left: 0px;
	margin-left: -327px;
	width: 848px;
	height: 30px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #6F0200;
	text-align: center;
}
a.credit{
	color: #6F0200;
	text-decoration: none;
	border-bottom: dotted 1px #6F0200;
}
a.credit:hover{
	color: #6F6F68;
}
img{
	border: 0px;
}
dl.cv{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.cv dt{
	position: relative;
	left: 0;
	top: 15px;
	font-weight: bold;
	color: #9A0000;
	width: 50px;
}
.cv dd{
	border-left: solid 1px #fff;
	margin-bottom: 15px;
	margin-left: 60px;
	padding-left: 10px;
}
label.mois{
	width: 70px;
	padding-bottom: 15px;
	float: left;
}
label.chevrons{
	width: 12px;
	float: left;
	color: #C36909;
}
.apercu{
	text-align: center;
	width: 110px;
	height: 110px;
	vertical-align: bottom;
	padding: 10px 10px 5px 10px;
	border-bottom: dotted 1px #C36909;
}
p.pages{
	text-align: right;
}
a.lpages{
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
a.lpages:hover{
	background-color: #C36909;
}
.page-active{
	background-color: #C36909;
}
.encartdroite{
	margin-right: 8px;
	float: left;
}
.contour-img{
	border: solid 1px #C36909;
}
.txt-adresse{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	border-left: solid 1px #000000;
	padding-left: 10px;
}
hr{
	border-top:none;
	border-right:none;
	border-left:none;
	border-bottom: solid 1px #C36909;
	width: 350px;
	margin-top: 15px;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
label
  {
  display: inline;
  float: left;
  width: 100px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	text-align:right;
	padding-right: 5px;
  } 

INPUT, TEXTAREA { 
	background-color: #fff ; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border-bottom: solid 1px #A4B2BF;
	border-top: none;
	border-left:none;
	border-right:none;
	margin-bottom:5px;
	padding: 2px;
}
.nosize{
	width: auto;
}