/* CSS Document */
*{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
body{
	background-color: #000;
	color: #fff;
}
h1{
	font-weight: normal;
	text-transform: uppercase;
	color: #e2007a;
	margin-bottom: 15px;
}
img{
	border: none;
	vertical-align: text-bottom;
}
li{
	list-style-type: none;
}
.flt_left{
	float: left;
}
.flt_right{
	float: right;
}
#container{
	width: 860px;
	margin: 0 auto;
}
#top{
	padding: 50px 0 140px 0;
}
/* menu de gauche */
#gauche{
	float: left;
	width: 210px;
	margin-right: 15px;
}
#gauche ul{
	margin-bottom: 30px;
}
#gauche li{
	margin-bottom: 3px;
}
#gauche li a{
	display: block;
	text-align: right;
	padding: 2px 5px;
	color: #fff;
	background: url(../../images/menu.gif) repeat-y right top;
	font-size: 11px;
	text-transform: uppercase;
	text-decoration: none;
}
#gauche li a:hover{
	color: #e2007a;
}
#gauche li a.active{
	color: #fff;
	background: none;
	border-right: 4px solid #e2007a;
}
/* contenu central */
#centre{
	width: 630px;
	float: left;
}
/* fiche numéro */
#numero_visu,
#numero_desc{
	float: left;
}
#numero_visu{
	margin-right: 20px;
}
#numero_visu img{
	border: 1px solid #fff;
}
#numero_desc{
	width: 205px;
	text-align: justify;
}
#numero_desc h1{
	text-align: left;
}
#numero_pdf{
	text-align: right;
	padding-top: 30px;
}
#numero_pdf a{
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: url(../../images/pdf.gif) no-repeat left top;
	padding: 10px 0 10px 60px;
}
#numero_pdf a:hover{
	color: #e2007a;
}
#numero_close{
	float: right;
	margin-left: 30px;
}
#numero_close a{
	text-align: center;
	font-weight: bold;
	color: #e2007a;
	text-decoration: none;
}
#numero_close a:hover{
	text-decoration: underline;
}
#description{
	height: 235px;
	width: 205px;
}
#description td.titre{
	vertical-align: top;
}
#description td.texte{
	vertical-align: bottom;
}
