/***********************************************************************************************************************/
/* div general */
/***********************************************************************************************************************/

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 100%;
}
img {
	border:0;
}
body {
	background-color: #D3D3D3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 0.90em;
}
a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color: #e52d87;
	text-decoration: none;
	border-color:#e52d87;
}
/***********************************************************************************************************************/
/* page fiche et galerie */
/***********************************************************************************************************************/

.Trait {
	background-image: url(images/traitgris.png);
	width: 100%;
	height: 3px;
	clear: both;
	margin-top: 5px;
 margin-bottom: 5px;
	}
	.OngletFiche {
 margin: -48px 0 0px 20px;
}
.RetourListe {
	padding: 5px 3px 0 0;
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
}
.RetourListeIcone {
	margin: -40px 5px 0 5px;
	float: right;
	width: 36px;
	height: 80px;
	position: relative;
	z-index: 1;
}
.logoNNP {
	padding: 0;
}
	.Puce{
	font-size: 0.7em;
	font-weight: bold;
	}
/***********************************************************************************************************************/
/* les typos */
/***********************************************************************************************************************/

.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	letter-spacing: 2pt;
}
.grandtitre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	letter-spacing: 1pt;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	letter-spacing: 1pt;
}
/***********************************************************************************************************************/
/* les couleurs */
/***********************************************************************************************************************/
.couleur1Police {
	color: #e52d87;
}
.couleur1Fond {
	background-color:#dd3192;
}
.couleur1Bordure {
	border-color:#dd3192;
}
.couleur2Police {
	color: #8f8f8f;
}
.couleur2Fond {
	background-color:#8f8f8f;
}
.couleur2Bordure {
	border-color:#8f8f8f;
}
.couleur3Police {
	color: #333333;
}
.couleur3Fond {
	background-color:#333333;
}
.couleur3Bordure {
	border-color:#333333;
}
.couleur4Police {
	color: #575757;
}
.couleur4Fond {
	background-color:#575757;
}
.couleur4Bordure {
	border-color:#575757;
}
.couleur5Police {
	color: #cccccc;
}
.couleur5Fond {
	background-color:#cccccc;
}
.couleur5Bordure {
	border-color:#cccccc;
}
