/*  ----------------------------------------------------------- */
/*  Feuilles de styles des squelettes par defaut pour SPIP 1.9  */
/*  ----------------------------------------------------------- */

/* taille typo
 * Base				100%
 * -------------------------------------
 * 20px				1.27em
 * 19px				1.21em
 * 18px				1.15em
 * 17px				1.09em
 * 16px				1.03em
 * 15px				0.96em
 * 14px				0.88em
 * 13px				0.82em
 * 12px				0.77em
 * 11px				0.71em
 * 10px				0.65em
 *  9px				0.59em
 * Attention : en dessous de 0.71em le texte devient illisible en text smallest sur MSIE
 */

/*  ------------------------------------------
/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	background: #FFF url('img/lineborder.gif') repeat-y;
	margin: 0em;
	padding: 0em;
	text-align: left;
	font-size: 13px;
	color: #000;
	font-family: Arial, sans-serif; 
}

#encabezado {text-align:left; 
	width:100%; 
	background: #98b173 url('img/fondologo.gif') repeat-x; 
}
#menu {width:100%
	text-align:left; 
	color: #eee;
	font-weight: bold;
	border-bottom: solid 2px #c28658;
	padding-left: 1em;
}

#menu a { text-decoration: none; color: #eee; }
#menu a:hover { text-decoration: underline; color: #c28658; }


#page {	width: 96%;
	text-align: left;
	margin-left:13px;
	margin-right:auto;
	background: #fff url('img/fondo_deg1.gif') repeat-y 45.1em 0;
}

#page a { text-decoration: none; color: #c28658; }
#page a:hover { text-decoration: underline; }

#contenido { width: 45em;
	text-align: left;
}


#contenido .secundarias{
	padding: 0.3em;
	margin-right: 205px;
	

}

#contenido .titulos{
	width: 200px;
	padding: 0.2em;
	float:right;
}


#col_derecha { min-width: 165px;
	max-width: 170px;
	text-align: left;
	padding-left:1em;

}



.roundedcornr_box_851766 {
   background: #ffffff url('img/roundedcornr_851766_grad.gif') repeat-x top left;	
}
.roundedcornr_top_851766 div {
   background: url('img/roundedcornr_851766_tl.gif') no-repeat top left;
}
.roundedcornr_top_851766 { 
   background: transparent url('img/roundedcornr_851766_tr.gif') no-repeat top right;
}
.roundedcornr_bottom_851766 div {
   background: url('img/roundedcornr_851766_bl.gif') no-repeat bottom left;
}
.roundedcornr_bottom_851766 {
   background: transparent url('img/roundedcornr_851766_br.gif') no-repeat bottom right;
}

.roundedcornr_top_851766 div, .roundedcornr_top_851766,
.roundedcornr_bottom_851766 div, .roundedcornr_bottom_851766 {
   height: 30px;
}

.roundedcornr_content_851766 { margin: 0 10px;}


.portadatitulo {font-size:1.45em; font-weight:bold; font-family: Arial, sans-serif;}
.portadatitulo2 {font-size:1.35em; font-weight:bold; font-family: Arial, sans-serif;}
.portadatitulo3 {font-size:1.05em; font-weight:bold; font-family: Arial, sans-serif;}
.portadavolanta {font-size: 1.1em; font-weight: bold; font-family: Arial, sans-serif;}
.portadacopete {font-size: 0.97em; font-family: Arial, sans-serif;}
.portadafecha {font-size:0.85em;}



/* Estilo del pie de pagina */

#pie {
	clear: both;
	width: 100%;
	border-top: 1px dotted #c28658;
	text-align: center;
	margin:auto;
	margin-left: 10px;
}

#pie a { text-decoration: none; color: #666; }
#pie a:hover { text-decoration: underline; }

#pie .ref {font-size: 0.77em;}

/* Espacios de bloques */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }



/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 0.5em;
	border: 1px solid;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 2px;
	font-weight: bold; 
	background: #386038;
	color: #ffffff;
}
table.spip tr.row_first { background: #B9D7B9; }
table.spip tr.row_odd { background: #F2F9FD; }
table.spip tr.row_even { background: #D7E8D7; }
table.spip th, table.spip td { padding: 2px; text-align: center; vertical-align: middle; border: 1px solid;}




/* Botones de administracion... */
.spip-admin-float {
	top: 0px;
	left: 15px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}

