*{
	padding: 0;
	margin: 0;
}
body{
	padding:0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#global{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -400px;
	margin-top: -300px;
	width: 800px;
	height: 600px;
	background-image: url(../img/f_commun.jpg);
	background-repeat: no-repeat;
	border: solid 1px #000;
	text-align: left;
}
#nom_artiste{
	position: relative;
	top: 0px;
	left: 0px;
	width: 207px;
	height: 95px;
}
#menu{
	position: relative;
	top: 9px;
	left: 26px;
	width: 82px;
	height: 134px;
}
#legende{
	position: relative;
	top: 54px;
	left: 0;
	width: 190px;
	height: 78px;
	text-align: right;
	padding-right: 10px;
	float: left;
}
#contenu{
	position: relative;
	top: 0px;
	margin-top: -170px;
	margin-left: 10px;
	width: 366px;
	height: 492px;
	float: left;
	z-index: 50;
	overflow: hidden;
}
#contenu hr{
	width: 200px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: none;
	border-bottom: solid 1px #000;
	height: 1px;
	margin-bottom: 10px;
}
#portrait{
	position: relative;
	top: -229px;
	left: 1px;
	width: 193px;
	height: 173px;
	float: left;
}
#liste{
	position: relative;
	top: -229px;
	left: 0;
	width: auto;
	height: auto;
	float: left;
}
#liste a{
	color: #000;
}
#pied_page{
	position: absolute;
	clear: left;
	top: 580px;
	left: 5px;
	font-size: 10px;
}
#pages{
	position: relative;
	height: 30px;
	text-align: right;
	padding-right: 10px;
	font-weight: bold;
	padding-bottom: 5px;
}
#apercu{
	position: relative;
	text-align: left;
	border-bottom: 1px solid black;
	padding-bottom: 6px;
}
img{
	border: none;
}
#pied_page a{
	color: #B62E2E;
	font-weight: bold;
	text-decoration: none;
}
#pied_page a:hover{
	color: #000;
}
ul{
	margin-left: 25px;
}
li{
	list-style-type: none;
}
li.article_sel{
	/*color: #175CC0;*/
	color: #000;
	font-weight: bold;
}
.page_active{
	color: #B62E2E;
	font-weight: bold;
}
label{
	clear: left;
	width: 100px;
	height: 18px;
	background-color: #B62E2E;
	border: solid 1px #000;
	text-align :right;
	padding-right: 5px;
	color: #fff;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: -3px;
	float: left;
	margin-right: 14px;
	margin-bottom: 7px;
}
input.txt, textarea{
	width: 227px;
	height: 21px;
	border: solid 1px #000;
	background-color: white;
	margin-bottom: 7px;
}
textarea{
	height: 200px;
	width: 355px;
	padding-top: 15px;
}
input.bt{
	background-color: #175CC0;
	border: solid 1px #000;
	color: #fff;
	font-weight: bold;
	margin-left: 272px;
	cursor: pointer;
}
#pages a{
	color: #000;
	text-decoration: none;
}
#pages a:hover{
	color: #B62E2E;
}
#apercu img{
	padding-right: 3px;
}
.tit_tableau{
	color: #B62E2E;
	font-weight: bold;
	font-size: 13px;
}
#contenu p{
	text-align: justify;
	padding-right: 10px;
	padding-bottom: 7px;
}
#contenu h1{
	padding-top: 11px;
	border-bottom: solid 1px #C76060;
	font-weight: bold;
	font-size: 14px;
}
#contenu h2{
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 10px;
}
dl{
	margin-left: 10px;
}
dt{
	width: 50px;
	font-weight: bold;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 7px;
}
dd{
	margin-bottom: 7px;
	margin-left: 55px;
}
#pages p{
	text-align: right;
}