@charset "iso-8859-1";

body 
{
background: #ffffff;   /*rose*/
color: black;
font-family: Arial, Verdana, sans-serif;
font-size: 12pt;
}

img
{
border: 0;
}

.logo
{
position: absolute;
border: 0;
}

.title_bar
{
color: #8c2c94;  /* violet foncé */
background: #ccb3d1; /* violet clair */
width: 100%;
border: 0;
border-collapse: separate;
}

.title_text
{
font-weight: bold;
font-size: 30pt;
margin-left: 160px;
}

.first_par
{
margin-left: 180px;
margin-bottom: 120px;
}

p
{
font-size: 12pt;
margin-top: 10px;
margin-bottom: 10px;
margin-left: 0px;
}

p.subtitle
{
font-size: 18pt;
margin-top: 50px;
margin-bottom: 30px;
color: #8c2c94;  /* violet foncé */
background: #ccb3d1; /* violet clair */
}

p.small
{
font-size: 11pt;
margin-top: 0em;
margin-bottom: 2em;
margin-left: 0em;
}

p.very_small
{
font-size: 10pt;
margin-top: 0em;
margin-bottom: 0em;
margin-left: 0em;
}

A:link
{
text-decoration: none;
font-weight: bold;
color: #8c2c94;
}

A:visited
{
text-decoration: none;
font-weight: bold;
color: #8c2c94;
}

A:active
{
text-decoration: none;
font-weight: bold;
color: #8c2c94;
}
