/* *************************** Redéfinition des marqueurs ***************************** */
ul
{
	margin-top:0px;
	margin-bottom:0px;
}

li
{
  list-style-image: url(/common/images/puce_redactionnel.gif);
  list-style-position:outside;
}

P 
{   
  margin:0px;
  border:0px solid red;
}

h1
{
	padding:0px; /* Espacement dans le bloc de texte */
	margin: 0px; /* Espacement en dehors du bloc de texte */
	font-size:15px; /* On assigne une taille */
	font-weight:bold;
}
h2
{
	padding:0px; /* Espacement dans le bloc de texte */
	margin: 0px; /* Espacement en dehors du bloc de texte */
	font-size:13px; /* On assigne une taille */
	font-weight:bold;
}
h3
{
	padding:0px; /* Espacement dans le bloc de texte */
	margin: 0px; /* Espacement en dehors du bloc de texte */
	font-size:11px; /* On assigne une taille */
	font-weight:normal;
}
h4
{
	padding:0px; /* Espacement dans le bloc de texte */
	margin: 0px; /* Espacement en dehors du bloc de texte */
	font-size:11px; /* On assigne une taille */
	font-weight:normal;
}

/* *************************** Layout setup ***************************** */
.TABLEAide
{
	font-size: 10px;
	font-family: Arial;
	margin-left:3px;
	width: 90px;
}
.TABLEAide IMG
{
	margin-top: 3px;
	margin-bottom: 3px;	
}
.TABLEAide .TDFragTitre
{
	color: #5E4F9B;
	font-size: 11px;
	font-weight: bold;
}
.TABLEAide .TDFragAide
{
	text-align:center;
}
.TABLEAide .TDFragAide .divTexteAide
{
	width: 100%;
	text-align: left;
}
.TABLEAide .TDFragAideAlt
{
	text-align:center;
}
.TABLEAide .TDFragAideAlt .divTexteAide_Alt
{
	width: 100%;
	text-align: left;
}
.TABLEAide HR
{
	width: 90%;
	color: #F3F3F3;
	height: 2px;
	text-align:center;
}
.TABLEAide A
{
	font-size: 10px;
	font-family: Arial;
	color: #5D4F95;
	text-decoration: none;
}
.TABLEAide A:HOVER
{
	text-decoration: underline;
}