/* CSS Document */

/*
 * Styles spéciaux
 */
.Citation
{
	font-size: 9pt;
	font-style: italic;
	margin-top: 1em;
	margin-left: 2em;
	margin-bottom: 1em;
	border-left-color: #999999;
	border-left-width: 3px;
	border-left-style: solid;
	padding-left: 8px;
}

/*
 * Autre styles globaux utiles
 */
.TextPetiteListe
{
	font-size: 8pt;
}

.DatePetiteListe
{
	font-size: 8pt;
	color:#FF6633;
}

.LienOrange, .LienOrange a, .LienOrange a:focus, .LienOrange a:visited
{
	font-size: 9pt;
	font-weight:bold;
	color:#FF6633;
	text-decoration:none;
}
.LienOrange a:hover
{
	text-decoration:underline;
}

.TitreAccueilOrange
{
	font-size: 12pt;
	font-weight:bold;
	color:#FF6633;
}

.SousTitreAccueilBleu
{
	font-size: 10pt;
	font-weight:bold;
	color:#3366FF;
}

/*
 * Différentes tailles de texte et couleurs
 *
 */
.Texte12
{
	font-size: 12pt;
}

.Texte14
{
	font-size: 14pt;
}

.TexteGras12
{
	font-size: 12pt;
	font-weight: bold;
}

.TexteGras14
{
	font-size: 14pt;
	font-weight: bold;
}

.TexteOrange12
{
	font-size: 12pt;
	color:#FF6633;
}

.TexteOrange14
{
	font-size: 14pt;
	color:#FF6633;
}

.TexteGrasOrange12
{
	font-size: 12pt;
	font-weight: bold;
	color:#FF6633;
}

.TexteGrasOrange14
{
	font-size: 14pt;
	font-weight: bold;
	color:#FF6633;
}

.TexteBleu12
{
	font-size: 12pt;
	color:#003399;
}

.TexteBleu14
{
	font-size: 14pt;
	color:#003399;
}

.TexteGrasBleu12
{
	font-size: 12pt;
	font-weight: bold;
	color:#003399;
}

.TexteGrasBleu14
{
	font-size: 14pt;
	font-weight: bold;
	color:#003399;
}

.TexteGris12
{
	font-size: 12pt;
	color:#999999;
}

.TexteGris14
{
	font-size: 14pt;
	color:#999999;
}

.TexteGrasGris12
{
	font-size: 12pt;
	font-weight: bold;
	color:#999999;
}

.TexteGrasGris14
{
	font-size: 14pt;
	font-weight: bold;
	color:#999999;
}

.TexteJaune12
{
	font-size: 12pt;
	color:#FFFF00;
}

.TexteJaune14
{
	font-size: 14pt;
	color:#FFFF00;
}

.TexteGrasJaune12
{
	font-size: 12pt;
	font-weight: bold;
	color:#FFFF00;
}

.TexteGrasJaune14
{
	font-size: 14pt;
	font-weight: bold;
	color:#FFFF00;
}

/*
 * Redéfinition des en-têtes
 */
h1
{
	font-size: 14pt;
	color:#3333CC;	
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	color:#3333CC;	
}

h3
{
	font-size: 12pt;
	font-weight: bold;
	color:#FF6633;
}

h4
{
	font-size: 12pt;
	color:#3333CC;	
}

h5
{
	font-size: 12pt;
	color:#FF6633;
}

h6
{
	font-size: 10pt;
	text-decoration:underline;
	color:#3333CC;	
}


