/* *************************** 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 ***************************** */
.TABLEPage, .TABLEPage TD
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
}
.TABLEPage .GrandTitre
{
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}
.TABLEPage .LabelA, .TABLEPage .LabelC, .TABLEPage .LabelB
{
	font-weight: bold;
}
.TABLEPage .TABLERelLink TD A
{
	color: #5D4F95;
	text-decoration: none;
}
.TABLEPage .TABLERelLink TD A:HOVER
{
	text-decoration: underline;
}
.TABLEPage A
{
	color: #5D4F95;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
.TABLEPage A:HOVER
{
	text-decoration: underline;
}
.TABLERedac, .TABLEPage .TABLERedac TD
{
	font-family: Arial;
	font-size: 11px;
	color: #666666;
	padding: 2px 2px 2px 2px;
}
.TABLERedac .TDFragRedac, .TABLEPage .TABLERedac .TDFragRedacAlt
{
	padding: 7px 9px 7px 9px;
	text-align: left;
}
.TABLERedac .TDFragRedac IMG
{
	display: block;
	float: left;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.TABLERedac .TDFragRedacAlt IMG
{
	display: block;
	float: right;
	padding: 5px 5px 5px 5px;
	margin: 5px 5px 5px 5px;
}
.TABLERedac .TDFragTitre
{
	color: #5E4F9B;
	font-weight: bold;
	font-size: 13px;
}
.TABLERedac A
{
	color: #5D4F95;
	text-decoration: none;
	font-family: Arial;
	font-size: 11px;
}
.TABLERedac A:HOVER
{
	text-decoration: underline;
}


