body
	{
	background-image: url(../icones/papierlettre.jpg);
	color: #CCCCCC;
	font-family: verdana, arial;
	font-size: 10pt;
	margin: 50px;
        }

h1
	{
	color: #FF6600;
	font-size: 20pt;
	padding: 6px;
	text-align:center;
	}

h2
	{
	color: #FF6600;
	font-size: 14pt;
        text-align:center;
        font-style: italic;
	}

h3
	{
	color: #FF6600;
	font-size: 12pt;
        text-align:center;
	}
	
h4
	{
	color: black;
	font-size: 12pt;
        text-align:center;
	}

p
	{
        color: black ;
	text-align: justify;
 	font-size: 10pt;
	}

.p_col_d
	{
        color: #FF6600 ;
	text-align: left;
 	font-size: 8pt;
	}

b
	{
	color: black;
	}

a:link, a:visited
	{
	color: #FF6600;
	}

a:link, a:active
	{
	color: #FF6600;
        }

a:link, a:link
	{
	color : #FF6600;
	}

li
	{
        list-style-type: square ;
	color: black;
	font-size: 10pt;
	text-align:justify;
        }

.li_col_d
	{
        list-style-type: disc ;
	color: black;
	font-size: 8pt;
#	text-indent: 3pt;
	text-align:left;
	}

address
	{
	background-color: #113366;
	color: #ffffff;
	padding: 6px;
	font-size: 9pt;
	}

.alert
	{
	color: #ffaa33;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	margin-left: 50px;
	margin-right: 50px;
}

table
      {
      text-align: left;
    }
