/******************************************/
/* CSS pour les blocs HTML				 **/
/******************************************/

/* Texte par d�faut */
.htmlBlock_default,
.htmlBlock_default *, 
.htmlBlock_default * a, 
.htmlBlock_default * a:visited, 
.htmlBlock_default * a:hover,
.htmlBlock_default_title
{
	font-family: "Arial", "Helvetica";
	/* font-size: 11px; */
}

.htmlBlock_default_title {
	font-weight: bold;
	margin-bottom: 10px;
	color: #000084;
	text-transform: uppercase;	
	/* font-size: 17px; */
}

.htmlBlock_default_title hr {
	border: 4px solid #000084;
}

/* Texte dans les tableaux des blocs html */
.htmlBlock_default table * {
	/* font-size: 11px; */
}

/* Tableaux dans les blocs html */
.htmlBlock_default table {
	border-collapse: collapse;
}

/* Bordure des tableaux des blocs html */
.htmlBlock_default table tr td {
	padding: 2px;
	vertical-align: top;
}

/* Bullets dans les blocs html */
.htmlBlock_default ul {
	list-style-image: url(/images/listniv1.gif);		
	padding-top: 6px;
	padding-bottom: 3px;
}

.htmlBlock_default ul li {
	list-style-image: url(/images/listniv1.gif);		
	padding-bottom: 3px;
}

.htmlBlock_default ul * ul,
.htmlBlock_default ul ul  {
	list-style-image: none;
	list-style-type:circle;
}

.htmlBlock_default ul * ul li,
.htmlBlock_default ul ul li  {
	list-style-image: none;
	list-style-type:circle;
	padding-bottom: 3px;
}

/**********************/
/* CSS des composants */
/**********************/

/* Menu automatique */
.menuAuto {
	padding-left: 29px;
	padding-right: 2px;
}

.menuAuto_sel {
	color: #556150;
	/* font-size: 10px; */
}

.menuAuto_Parent, .menuAuto_ParentCurrent {

}

.menuAuto_ParentCurrent {

}

.menuAuto_ParentItem, .menuAuto_ParentItemCurrent {
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.menuAuto_ParentItem, .menuAuto_ParentItemCurrent, .menuAuto_ParentItem a, .menuAuto_ParentItemCurrent a  {
	/* font-size: 11px; */ 	
	text-decoration: underline;
}

.menuAuto_ParentItemCurrent {
	font-weight: bold;
}

.menuAuto_ParentItem a:hover, .menuAuto_ParentItemCurrent a:hover {
	text-decoration: none;
}

.menuAuto_ChildItem, .menuAuto_ChildItemCurrent {
	padding-left: 24px;
	padding-right: 3px;	
	padding-bottom: 4px;
	/* font-size: 10px; */	
}

.menuAuto_ChildItem a, .menuAuto_ChildItemCurrent a {
	/* font-size: 10px; */
	color: #565656;
	text-decoration: underline;
}

.menuAuto_ChildItem a:hover, .menuAuto_ChildItemCurrent a:hover {
	text-decoration: none;
	color: #00A2D6;
}

