﻿
h1
{
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	display:inline;
	
}

h1.SecondTitle
{
    text-align:center;
    font-size:20px;
    color:#b90417;
}

h1.titrePage
{   
    font-size:20px;
	color:#003C79;
}

h2
{	
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	display:block;
	color:#003C79;
	border-bottom: solid 1px #D7DADD;
	margin-bottom: 5px;
}

h2.H2Small
{
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	display:block;
	color:#003C79;
	margin-bottom: 5px;
}

h3
{
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	display:block;
	margin-bottom: 0px;
	color:#003C79;
}

div.contenuPage
{
	float:none;
}

/*
td.separateurVertical
{
	border-right: solid 1px #D7DADD;
}
*/

/* contenu de page */


.soustitre
{
	font-weight : bold;
	font-style : italic;
	color: #000000;
}


.boutonPRE
{
	background-image: url(Images/boutons/boutons_PRE.jpg);
	width: 28;
	height: 26;
}
.bouton
{
	background-image: url(Images/boutons/boutons_FOND.jpg);
	height: 26;
}
.boutonPOST
{
	background-image: url(Images/boutons/boutons_POST.jpg);
	width: 7;
	height: 26;
}


.information
{
	color : #000000;
}

/* formatage des programmes de formation */
table.Programme
{
	border: solid 0px #ffffff;
}

table.Programme td
{
	border-bottom: solid 1px #024A70;
	padding: 5px;
}

td.Entete
{
	background-color: #024A70;
	color: #FFFFFF;
}

td.Chapitre
{
	border-left: solid 1px #AAAAAA;
	border-right: solid 1px #AAAAAA;
	background-color: #E1E6EB;
	color: #024A70;
}

td.Point
{
	border-right: solid 1px #AAAAAA;
}