body
{
	background-color: #ffffff; 
	margin-left: 0pt;
	margin-top: 0pt; 
	margin-right: 0pt;
	font-size: small; 
	font-family: Arial; 
	color: #000000; 
}

/*titre des chapitres bleu fonce*/
h1
{
	font-size: large; 
	font-family: Arial;  
	color: #0A385A; 
	font-weight: bold;
}

/*titre des sections gris*/
h2
{
	font-size: large;
	font-family: Arial;  
	color: #879DAE;
}

/*titre des sous-section rouge*/
h3
{
	font-size: large; 
	font-family: Arial;  
	color: #FF9900; 
	font-weight: bold;
}

/*titre des chapitres dans le sommaire - bleu foncé*/
a.toc-chapter
{	
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold; 
	color: #0A385A;
	vertical-align: middle;
}

/*rollower sur les chapitres dans le sommaire - bleu foncé*/
a.toc-chapter:hover
{	
	text-decoration: none; 
	font-family: Arial; 
	font-size: medium; 
	font-weight: bold; 
	color: #333333; 
	vertical-align: middle;
}

/*titre de chapitre selectionne - blanc*/
a.toc-chapter-selected
{
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold;  
	color: #000066;
	vertical-align: middle;
}
/* titre des chapitres dans la table des matières*/
a.minitoc-chapter
{
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold;  
	color: #0066CC;
}

/* titre des sections dans le sommaire - blanc*/
a.toc-section
{	
	text-decoration: none; 
	font-family: Arial; 
	font-weight: bold;  
	font-size: small; 
	color: #FFFFFF;
	vertical-align: middle;
}

/*rollower des sections - bleu fonce*/
a.toc-section:hover
{
	text-decoration: none; 
	font-family: Arial; 
	font-size: medium; 
	font-weight: bold; 
	color: #0A385A;
	vertical-align: middle;
}
/*titre des sections selectionne - blanc*/
a.toc-section-selected
{
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold; 
	color: #FFFFFF;
	vertical-align: middle;
}

/*titre des sections dans la table des matières - bleu fonce*/
a.minitoc-section
{
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	font-weight: bold; 
	color: #0A385A;
}
/*titre des sous-section dans le sommaire*/
a.toc-subsection
{	
	text-decoration: none; 
	font-family: Arial; 
	font-size: small; 
	color: #0A385A; 
	vertical-align: middle;
}
/*rollower des sous-section dans le sommaire - */
a.toc-subsection:hover
{	
	text-decoration: none; 
	font-family: Arial; 
	font-size: medium; 
	color: #0A385A; 
	vertical-align: middle;
}
/*sous-section selectionne - blanc */
a.toc-subsection-selected
{
	text-decoration: none; 
	font-size: x-small; 
	font-family: Arial; 
	color: #FFFFFF;
	vertical-align: middle;
}

/*titre des sections dans la table des matières - bleu fonce*/
a.minitoc-subsection
{
	text-decoration: none;
	font-family: Arial;
	font-size: small;
	color: #0A385A;
	font-weight: normal;
}

h4
{
	font-size: large; 
	font-family: Arial;  
	color: #993333; 
	font-weight: normal;
}
h5
{
	font-size: medium; 
	font-family: Arial;  
	color: #666666; 
	font-weight: normal;
}
h6
{
	font-size: small; 
	font-family: Arial;  
	color: #993333;  
	font-weight:normal;
}

a.interne:hover
{  
	font-size: small; 
	color: #333333; 
	text-decoration: underline;
}
a.interne
{  
	font-size: small; 
	color: #862631; 
	text-decoration: underline;
}
a.interne:visited
{  
	font-size: small; 
	color: #666666; 
	text-decoration: underline;
}

a.externe:hover
{  
	font-size: small; 
	color: #333333; 
	text-decoration: underline;
}
a.externe
{  
	font-size: small; 
	color: #862631;
	text-decoration: underline;
}
a.externe:visited
{ 
	font-size: small; 
	color: #666666; 
	text-decoration: underline;
}

/* couleurs */

.couleurA {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	background-color: #F6F6F6;
} /* gris clair */
.BGcouleurA { background-color: #879DAE;}
.couleurB { color: #990000;} /* rouge */
.BGcouleurB { background-color: #B8242E;}
.couleurC {
	color: #0099CC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
} /* bleu*/
.couleurD { color: #0A385A;}
.couleurE {
	color: #FF6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
} 
.BGcouleurE { background-color: #333333;} /* gris */
.couleurF { color: #666666;}
.BGcouleurF { background-color: #666666;}
.couleurG { color: #CCCCCC;}
.BGcouleurG { background-color: #CCCCCC;}
.couleurH { color: #990000;} /* bordeau */
.BGcouleurH { background-color: #862631;} /* bordeau */
.couleurI {
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
} /* rouge univ*/
.BGcouleurI { background-color: #B41621;}
.couleurJ { color: #9900FF;}
.BGcouleurJ { background-color: olive;}
.couleurK { color: #CC0000;}
.BGcouleurK { background-color: tan;}
.couleurL {
	color: #FF9933;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	border: thin none #FFFFFF;
}
.BGcouleurL { background-color: darksalmon;}
.couleurM { color: silver;}
.BGcouleurM { background-color: silver;}
.couleurN { color: #009966;}
.BGcouleurN { background-color: olivedrab;}
.couleurO {
	color: #FF9900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	list-style-image: none;
	list-style-type: none;
	text-align: justify;
	text-indent: 50px;
	display: list-item;
}
.BGcouleurO { background-color: gold;}
.couleurP {
	color: white;
	font-size: xx-small;
}
.BGcouleurP { background-color: white;}

.texte
{
	font-size: small;
	font-family: Arial;
	text-align: justify;
	color: #006699;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	background-color: #FFFFFF;
}

.legende
{

	font-style: italic;
	font-size: small;
	text-align: center;
}

.normal
{
	font-size: medium;
}

.important
{
	font-size: larger;
	font-weight: bolder;
}

.remarque
{
	font-size: small;
	padding: 5px;
	border: 1px solid #006699;
	margin-left: 50px;
	margin-right: 50px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

.titreremarque
{
	font-size: medium;
	background-color: #6699FF;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #006699;
}

.definition
{
	font-size: medium;
	font-style: italic;
	padding: 5px;
	border: 1px solid #B8242E;
	background-color: CAD3DB;
	margin-left: 30px;
	margin-right: 30px;
	color: #B8242E;

}

.titredefinition
{
	font-size: small;
	background-color: #DCDCDC;
	font-weight: normal;
	padding: 2px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	text-align: justify;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.citation
{
	font-size: small;
	font-style: italic;
	padding: 5px;
	border: 1px solid #FFC244;
	margin-left: 50px;
	margin-right: 50px;
	color: #B8242E;
}

.titrecitation
{
	font-size: medium;
	background-color: #0000CC;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	color: #FFFFFF;
}

.exemple
{
	font-size: medium;
	font-style: italic;
	padding: 5px;
	margin-left: 30px;
	margin-right: 30px;
	color: #333333;
	background-color: #CAD3DB;
}

.titreexemple
{
	font-size: small;
	font-weight: normal;
	font-style: normal;
	background-color: #F6F6F6;
	margin-top: 0px;
	margin-right: 50px;
	margin-bottom: 0px;
	margin-left: 50px;
	padding: 5px;
	color: #FF6600;
	background-position: center center;
	text-align: justify;
	vertical-align: middle;
	font-family: Arial, Helvetica, sans-serif;
}

.application
{ 
	font-size: medium;
	padding: 5px;
	background-color: #CAD3DB;
	margin-left: 30px;
	margin-right: 30px;
}

.titreapplication
{
	font-size: medium;
	font-weight: bold;
	background-color:#CEE1ED;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	color: #006699;
	font-family: Arial, Helvetica, sans-serif;
	border: thin solid #0099CC;
}

.exercice
{
	font-size: small;
	background-color: #CAD3DB;
	padding: 5px;
	border: 1px solid #800000; 
	margin-left: 50px;
	margin-right: 50px;
	color: #B8242E;
}

.titreexercice
{
	font-size: small;
	background-color: #ECE9D8;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 2px;
	color: #006699;
}
.sommaire
{
	font-size: small;
	padding: 5px;
	background-color: #F6F6F6;
	margin-left: 50px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF6600;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.listing
{
	font-size: small;
	padding: 5px;
	background-color: #ECE9D8;
	margin-left: 50px;
	margin-right: 50px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006699;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.titrelisting
{
	font-size: small;
	font-weight: normal;
	background-color: #ECE9D8;
	padding: 1px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0A385A;
	margin: 0px;
	border: thin none #FFFFFF;
}


tt {font-size: 120%;}
code {font-size: 120%;}

acronym
{
	cursor: help;
	border-bottom: 1px dotted #862631;
}

span.citation
{
	font-style: italic;
    font-size: none;
    padding: none;
    border: none;
    margin-left: 0px;

    margin-right: 0px;
	color: #B8242E;
}
