﻿BODY 
{	    
	font-family : Verdana;
	font-size : 12px;	    
	text-align : justify;
}

h1
{
    
}

h2
{
    padding-left : 20px;
    background-image : url('Images/H2.gif');    
    background-position : left;
    background-repeat : no-repeat;
    font-size : 14px;
	text-align : left;
	color : #CC0033;
	font-weight : bold;
}

h3
{
    padding-left : 20px;
    background-image : url('Images/H3.gif');        
    background-position : left;
    background-repeat : no-repeat;    
    font-size : 13px;
	color : #FF9900;
	font-weight : bold;
}

h4
{
    font-size:1.1em;
	font-weight:bold;
	color:black;
}

h5
{

}

p
{
    
}

ul
{
	/*list-style-type:square;*/
	list-style-type:square;
	/*list-style-image: url("dossier.png"); Pour changer l'image de la puce */
}

.imgCenter
{
	display:block;
	width:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}