@charset "windows-1252";

/* Menu horizontal de cabecera */
#menu_cab {
	clear: both;
	width: 100%;
	border: 1px solid Silver;
	text-align: center;
	background-color: #CC0000;
	font-size: 1,7em;
	font-weight: bold;
}
#menu_cab small {
	display: block;
	padding: 3px;
}
#menu_cab, #menu_cab a {
	padding-left: 2px;
	color: #FFF;
	text-decoration: none;
}
#menu_cab a:hover {
	color: #000;
	background: #e8e8e8;
}

.menu-Ini {
	text-align: center;
	font-weight: bold;
	border-bottom: 1px dashed #d0d0d0;
	padding-top: 3px;
	padding-bottom: 3px;
}
.menu-sec {
	border-top: 1px solid #a0a0a0;
	font-size: 100%;
}
.menu-art {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 16px;
	font-size: 78%;

}

.menu-subsec {

	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	font-size: 95%;
}

/*  */
.menu_rubr	{ background-color: #ecffd8;  text-align:left;}
.menu_rubr .menu-sec	{ background-color: #CC0000; }
.menu-liste .menu-art	{ background-color: #FFCC66; }
.menu-liste .menu-subsec	{ background-color: #FFEECC; }

.menu_rubr a {
	text-decoration: none;
	color: #006600;
}

.menu_rubr .menu-Ini a {
	text-decoration: none;
	color: #FFF;
}
.menu_rubr a:hover {
	text-decoration: none;
	color: #000;
	background: #e8e8e8;
}



/* Pied de page */


#pied {
	clear: both;
	width: 70%;
	border-top: 1px solid #CCC;
	text-align: left;
	font-size: 0.9em;
	
	
}
#pied small {
	display: block;
	padding: 2px;
	text-align: center;
}
#pied, #pied a {
	color: #666;
	text-decoration: none;
}
#pied a:hover {
	color: #000;
}
