/* CSS Document */
html {
	height: 100%;  /*nécessaire : recouvre toute la page en hauteur (balises : body et html)*/	
	/*width:100%;*/
}

body {
	height: 100%; /*nécessaire : recouvre toute la page en hauteur (balises : body et html)*/
	/*width:100%;
	/*background-color:#dad5fe; */ /*couleur ifrance rose pastel*/
	background-color:#FFFFFF; 
	/*background-image:url(img_layout/bckgrnd.gif);*/
	color: #00000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
}

a {
	font-family:Arial;
	text-decoration: none;
	/*font-weight: bold;*/
	color:#1aafe6; /*bleu pastel*/
}
.borderBottom {
	border-bottom-color:#999999;
	border-bottom-style:solid;
	border-bottom-width:1px;
}
.borderTop {
	border-top-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
}
.borderContour {
	border-color:#999999;
	border-top-style:solid;
	border-top-width:1px;
	border-left-style:solid;
	border-left-width:1px;
	border-right-style:solid;
	border-right-width:1px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	

}
/* --------- polices ------- */
.txtGris14pgi {
	font-size:18px;
	font-weight:bold;
	font-style:italic;
	color: #999999;
	letter-spacing:4px;
}
.txtGris12pgi {
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #999999;
}
.txtGris10pgi {
	font-size:13px;
	font-weight:bold;
	font-style:italic;
	color: #999999;
}
.txtBlanc10pgi {
	font-size:11px;
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
}
.txtBlanc20pgi {
	font-size:22px;
	font-weight:bold;
	color:#FFFFFF;
	font-style:italic;
}

.txtNoir12pg {
	font-size:14px;
	font-weight:bold;
}
.txtNoir10pg {
	font-size:13px;
	font-weight:bold;
}
.txtNoir10p {
	font-size:13px;
}
.txtNoir08pgi {
	font-size:11px;
	font-weight:bold;
	font-style:italic;
}

