/************* balises principales*/

html,body
{
 background-color : #FFFFFF;
 color : #000099;
 font-family : Verdana;
}

p
{
 text-align: justify;
}

p.orange
{
 text-align: justify;
 color : #FF6600;
}

/************* balises titre*/

h2
{
 color : #000099;
 font-family : Verdana;
 text-align: center;
}

h3
{
 color : #000099;
 font-family : Verdana;
}

.h4vert
{
 color : #009C5B;
 font-family : Verdana;
 padding : 2;
 font-weight: bold;
 font-size : 1.4 em;
}

/************* balises tables*/

td.nom
{
 text-align: center;
 vertical-align : top;
 font-family: arial;
 padding: 5px;
 color: #000066;
 font-weight: bold;
 font-size : 1.2 em;
 font-style: normal;
 width: 15 em;
}

td.titre
{
 text-align: left
 vertical-align : top;
 font-family: arial;
 padding: 5px;
 color: #0066cc;
 font-weight: normal;
 font-size : 1 em;
 font-style: italic;
}

tr.espace
{
 height: 2em;
}


td.date
{
 font-family: sans-serif;
 padding: 5px;
 text-align: right;
 color : #cc0000;
 width : 150;
 vertical-align : top;
}



/************* balises couleurs*/

.noir
{
 font-family: Verdana;
 color : #000000;
 text-align: justify;
 font-weight : normal;
 font-style: italic;
}

.rouge
{
 font-family: Verdana;
 color : #FF0000;
 text-align: justify;
 font-weight : normal;
 font-style: normal;
}

.orange
{
 font-family: Verdana;
 color : #FF6600;
 text-align: justify;
 font-weight : normal;
 font-style: normal;
}

