/**************************************************************************************************************/
/******************************************* BALISE PAR DEFAUT ************************************************/
/**************************************************************************************************************/ 
* 
{
    margin: 0;
    padding: 0;
}

a 
{
    color: #0E66A0;
    text-decoration: none;
}

a:hover 
{
    text-decoration: underline;
}

body 
{
   	background-color: #f5f5f5;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

h1 
{
	width: 100%;
    font-size: 11px;
    font-weight: bold;
    color: #777;
    border-bottom: 1px dashed #777;
	margin-top: 20px;
    margin-bottom: 5px;
}

h2 
{
    height: 20px;
    font-size: 13px;
    font-weight: bold;
    color: #00561B;
    margin-bottom: 10px;
    border-bottom: 2px solid #00561B;
}

h3
{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	text-align: left;
	padding: 3px 5px 5px 15px;
}


h4 
{
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #444;
    margin-bottom: 5px;
}

h5 
{
    height: 18px;
    font-size: 12px;
    font-weight: bold;
    color: #444;
    border-bottom: 1px solid #444;
    margin-bottom: 10px;
    margin-top: 15px;
}

h5 img
{
	margin-right: 3px;
	vertical-align: top;
}

h6 
{
    height: 15px;
    font-size: 11px;
    font-weight: bold;
    color: #f00;
    border-bottom: 1px solid #f00;
    margin-bottom: 5px;
}

img 
{
    border: none;
}

p 
{
    text-align: justify;
    margin-bottom: 5px;
}

ul 
{
    list-style: none;
    overflow: auto;
}