*{
	padding: 0px;
	margin: 0px;
}
body{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	color: #000;
}
#global{
 position: relative;
 top: 10px;
 width: 800px;
 height: 600px;
 background-image: url(../img/fond.jpg);
 background-repeat: no-repeat;
 margin-left: auto;
 margin-right: auto;
 text-align: left;
}
#nom-artiste{
	position: relative;
	top: 0px;
	left: 0px;
	width: 281px;
	height: 83px;
}
#menu{
	position: relative;
	top: 23px;
	left: 25px;
	width: 113px;
	height: 95px;
}
#photo-artiste{
	position: absolute;
	top: 83px;
	left: 145px;
	width: 136px;
	height: 145px;
}
#contenu{
	position: absolute;
	top: 30px;
	left: 310px;
	width: 480px;
	height: 550px;
}
#credit{
	position: relative;
	top: 405px;
}
img{
	border: 0px;
}
dl{
	margin-left: 20px;
	margin-top: 20px;
}
dl dt{
	font-weight: bold;
	color: #6B1415;
	width: 50px;
	text-align: right;
	padding-right: 5px;
	float: left;
	height: 20px;
}
dl dd{
	margin-bottom: 5px;
	line-height: 14px;
}
h1{
	font-size: 14px;
	margin-left: 10px;
	border-bottom: solid 1px #6B1415;
	margin-right: 20px;
	padding-right: 20px;
}
.italic-sousligne{
	font-style: italic;
	text-decoration: underline;
}
.date{
	color: #29617B;
	font-weight: bold;
}
p{
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: justify;
	margin-right: 20px;
	font-size: 12px;
	margin-top: 20px;
}
hr{
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
	border: none;
	border-bottom: solid 1px #000;
}
label
  {
  display: inline;
  float: left;
  width: 60px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align:right;
	padding-right: 5px;
	/*padding-left: 50px;*/
  } 

input, textarea { 
	background-color: #f5f5f5 ; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	width: 300px;
	border-bottom: solid 1px #6B1415;
	border-top: none;
	border-left: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	margin-bottom:5px;
	padding: 2px;
	background: transparent;
}
.nosize{
	width: auto;
}
.cell-apercu{
	padding: 10px;
	text-align: right;
}
.apercu{
	border: solid 1px #000;
}
.legende{
	vertical-align: top;
	padding-top: 10px;
	/*padding-right: 5px;*/
}
p.pages{
	text-align: center;
}
a.lpages{
	color: #000;
	text-decoration: none;
	border-bottom: dotted 1px #000;
}
a.lpages:hover{
	color: #fff;
	background-color: #000;
	border: none;
}