
<style type="text/css">


/*
	Eviter de couper les images à l'impression (lors d'un saut de page)

img {page-break-inside: avoid;} // ne fonctionne pas, même sous Firefox !

*/


/*
	Ne pas imprimer l'interface, mais uniquement la page centrale.
*/


#header {
	display: none;
}

#menuhaut {
	display: none;
}

#coinrecherche {
	display: none;
}

#gauche {
	display: none;
}

#droite {
	display: none;
}


/*
	Page centrale
*/

body {
	background: white;
	color: black;
	font-size: 12pt;
}


#conteneur {

	float:none;
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	background: transparent;

}

a:link, a:visited {

	color: #0000FF;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;

}


/*
	Styles de titres
*/

.TitreH2 {

	margin-left: auto;
	margin-right: auto;
	text-align: center;

}

.IntroductionCCPT {
	font-size: 11pt;
	font-weight: bold;
}


.Titre1CCPT {
	font-size: 16pt;
	font-weight: bold;
}

.Titre2CCPT {
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
}

.Titre3CCPT {
	font-size: 14pt;
	text-decoration: underline;
}

.LienCentreCCPT {
	text-align: center;
}



.ImageCentree {
   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
}

.ImageScrollableEnHorizontal {

   display: block;
   margin-left: auto;
   margin-right: auto;
   text-align: center;

   width: auto ;
}

.ImageADroite {
	float: right;
}

.ImageAGauche {
	float: left;
}

.imageAntiSpam {

	border: none;
	vertical-align: bottom;
}



.DivTableauNormal {
	width: auto;
}

.DivTableauTelechargement {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}


.DivTableauTelechargement table tr {

	line-height: 30px;
	border: 1px solid black;

}

.DivTableauTelechargement table tr td {

	border: 0px;

}

.DivTableauTelechargement table th {

	background-color: white;
	color: black;
	border: 1px solid black;
}


.DivTableauTelechargement table img {

	border: 0px;
}

.ImageMap a {
	/* Ne pas souligner les images qui sont dans le lien */
	text-decoration: none;
	
}






</style>












