P.breakhere {
	page-break-after: always
}
thead {
	display: table-header-group;
} 
tfoot {
	display: table-footer-group;
}
.Titre {
	font-size: 16pt;
	font-weight: bold;	
}
.SousTitre {
	font-size: 14pt;
	font-weight: bold;
}
.HeaderTitre {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;		
}
.HeaderSousTitre {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;	
}
.FooterTitre {
	font-size: 10pt;
	font-weight: normal;
	text-align: center;		
}
.FooterSousTitre {
	font-size: 8pt;
	font-weight: normal;
	text-align: center;	
}
.InterTitre {
	font-size: 12pt;
	font-weight: bold;
	text-align: center;	
}
.StabiloGris {
	font-family: Georgia, Times New Roman, Times, serif;
	/*background-color: #CCCCCC;*/
	text-decoration: underline;
}
.StabiloJaune {
	background-color: #FFFF99;
/*	font-weight: bold;*/
	text-decoration: underline;
	
}
.StabiloRouge {
	background-color: #FF9999;
}
.StabiloVert {
	background-color: #99FF99;
}
.StabiloBleu {
	background-color: #9999FF;
}
.TexteRougeGras {
	font-weight: bold;
	color: #FF0000;
}
.TexteBleuGras {
	font-weight: bold;
	color: #0000FF;
}
.EncadreGrisBordureRetrait {
	background-color: #CCCCCC;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-style: solid;
}
.EncadreGris {
/*	background-color: #CCCCCC;*/
/*	color: #CCCCCC;*/
	font-style: italic;
	font-weight: bold;	
}
ul {
	/*list-style-image: url(/bitmap/Puce7x10.gif);*/
}
li {
	list-style-position: outside;
	padding-bottom: 10px;
}

/* Fin styles disponibles globalement ainsi que dans l'editeur de pages */
body {
	/*size: portrait; Ca marche pas pour forcer les blocs en haut de page */
	vertical-align: top; /* Ca marche pas pour forcer les blocs en haut de page */
	background-color: #FFFFFF;
	font-family: Times New Roman, Times, Serif;
	font-size: 12pt;
	padding: 5pt;
}

u {
	background-color: #DDEEDD;
}

/* s'applique au tableaux de texte*/
.TableauMiseEnpage {
vertical-align: top;
	background-color: #FFFFFF;
	width: 100%;
	text-align: justify;

	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-style: solid;
}
.ExergueNavigMain {
	background-color: #AAEEee;
}
.ExergueNavigSec {
	background-color: #BBEEcc;
}
.ExergueNavigGauche {
	background-color: #BBEEcc;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;	
}
/* Position et apparence de la navigation*/
.PositionNavig {
	position: relative;
	padding=10px;
	/*width: 150px;*/
	left: -20px;
	top: -30px;
	right: 20px;
	bottom: 20px;
	border-bottom-width: 1px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-style: solid;
	background-color: #33cc99;
/*	background-image: url(bitmap/ligneH3Lum80px.gif);*/
}
/* Position et apparence de l'en-tete*/
.PositionHeader {
text-align: center;
margin-left: auto;
margin-right: auto;
	border-color: #000000;
	border-bottom-width: 2pt;
	border-top-width: 0px;
	border-left-width: 0px;
	border-right-width: 0px;
	border-bottom-color: #000000;
	border-style: solid;
}
/* Position et apparence du pied de page*/
.PositionFooter {
	font-size: 10pt;
	text-align: center;
	border-bottom-width: 0px;
	border-top-width: 2pt;
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-style: solid;
}
/*Pour les titres de chapitre dans les pages publiques*/
.TitreChapitre {
	font-size: 16pt;
	font-weight: bold;
	border-bottom-width: 0px;
	border-top-width: 1px;
	border-left-width: 5px;
	border-right-width: 0px;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-style: solid;
	padding: 5px;
	background-color: #DDEEDD;
}
/*Pour les titres des articles dans les pages publiques*/
.TitreArticle {
	font-size: 16pt;
	font-weight: bold;
	text-align: center;
}

/*Pour des textes en petits caracteres*/
.SmallChar {
	font-size: 9pt;
	font-weight: normal;
}

/*Mise en forme de la date de modification de l'article/annexe*/
.Modification {
	text-align: center;
	font-size: 8pt;
}

table {
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
}
tr {
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
}
td {
	font-family: Times New Roman, Times, Serif;
	font-size: 11pt;
}
.rouge {
	color: red;
}