/* *************************** Redéfinition des marqueurs ***************************** */
li
{
  list-style-image: url(/com/images/puce_redactionnel.gif);
  list-style-position:outside;
  
}
P 
{   
  margin:0px;
  border:0px solid red;
}



/* *************************** Layout setup ***************************** */
/*CSS ACCUEIL */
.TABLEAccueil 
{
	width: 754px;
	background-image: url(/com/images/fond_accueil.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border:0px solid green;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.TDSeparateur
{
	display:none;
}
.TD_Accueil_Titre
{
	font-family: verdana;
	font-size: 16px;
	color: #32659e;
	padding:0px 0px 0px 90px;
	font-weight: bold;
}


.TD_Frag_accueil_SousTitre
{
	font: Arial;
	font-size: 14px;
	color: #003e85;
	font-weight: bold;
	padding:15px 0px 0px 90px;
}
.TD_Accueil_Image
{
	padding: 20px 0px 0px 90px;
}
.TD_Accueil_Image IMG
{
	display: block;
	padding: 0px 0px 0px 0px;
}
.TD_Frag_Texte
{
	font: Arial;
	font-size: 11px;
	color: #666666;
	font-weight: normal;
	padding: 20px 170px 0px 35px;
	vertical-align: top;
}

.FragLien
{
	font: Arial;
	font-size: 11px;
	color: #003e85;
	font-weight: normal;
	text-decoration: none;
}
.FragLien:HOVER
{
	font: Arial;
	font-size: 11px;
	color: #003e85;
	font-weight: normal;
	text-decoration: underline;
}
.TD_image_bas
{
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	vertical-align: bottom;
	border:0px solid red;
}
.TD_image_bas IMG
{
	display: block;
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
/* Liens créés par l'action "LIEN HYPERTEXT" STA */
.LiensDefauts, .LiensDefauts:HOVER
{ 
	font-family: arial; 
	font-weight: bold; 
	color:#003e85; 
}
A.LiensDefauts, A.LiensDefauts:HOVER
{ 
	font-family: arial; 
	font-weight: bold; 
	color:#003e85; 
}