/*----------------------------------------------------------------------*/
/* debut - fiche détail */
/*----------------------------------------------------------------------*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #0267a7;
	margin:50px 0 0 0;
	padding: 0px;
	background: #FFF;

}

#siteFiche {
	width: 700px;
/*	_height: 570px;
	min-height: 570px;*/
	margin:auto;
}

#headerFiche{
	display:none;
}

#headerPrint{
	width: 700px;
	height:160px;
	background: #02063C;
	border:1px solid #0267a7;
	text-align:center;
}

#contenuFiche{
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-weight:normal;
	border:1px solid #0267a7;
	margin:10px 0 0 0;
	padding:10px 10px 0 10px;
}

#contenuFiche h1{
	font-size:8pt;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 10px 0;
	padding:0px;
	color:#0267a7;
}

#contenuFiche p{
	font-size:8pt;
	font-weight:normal;
	margin:0px;
	padding:0px;
	text-align:justify;
}

.ligneHr{
	width:100%;
	height:1px;
	color:#996600;
}

#footerFiche {
	clear:both;
	font-size:8pt;
	text-align: center;
	width: 700px;
	height: 50px;
	padding: 0px;
	margin:30px 0 20px 0;
	color: #010230;
}

#footerFiche a{
	color: #010230;
	text-decoration: none;
}
#footerFiche a:hover{
	text-decoration: underline;
}
#footerFiche em {
	padding: 0px 60px;
}
/*----------------------------------------------------------------------*/
/* fin - fiche détail */
/*----------------------------------------------------------------------*/


