/* CSS Document */

/*Toute les textes de la page auront la même police et le même alignement!*/
body {
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size: 10pt;
}
.photo {
	margin: 0 10px 5px 0;
}
.signature {
	visibility: visible;
}
.signature_bas_page {
	visibility: visible;
	text-align: center;
}
.contenu_accueil {
	visibility: visible;
	position: absolute;
	width: 6.5in;
	height: 6in;
	max-height: 6in;
}
.contenu {
	visibility: visible;
	position: absolute;
	width: 7in;
	height: 6in;
	max-height: 6in;
}
.centre_presse {
	width: 548px;
	text-align: left;
	border-top: 10px solid white;
}
.centre_presse td {
	width: 182px;
	padding: 5px 0 5px 0;
	vertical-align: top;
}
.co_contenu {
	font-size: 12pt;
	margin-bottom: 10px;
}
.ariane {
	margin-bottom: 10px;
}
/*Pour les titres de page*/
h1 {
	font-size: 14pt;
	/*font-weight: bold;*/
}
/*Pour les sous-titres de page*/
h2 {
	font-size: 12pt;
	font-weight: bold;
}
/*Pour les titres de sections*/
h3 {
	font-weight: bold;
}
/*Pour le copyright de la page dans le bas*/
.copyright {
	text-align:center;
	font-size: 0.8em !important;
	padding-top: 10px;
	text-decoration: none;
}
/**/
