/* José Luis Murillo García - Copyleft 2008 - joseluis@digital77.com */

/* BOTONES ESPECIALES DE ADMIN DE SPIP */
.spip-admin-float {right:5px !important; top:5px !important; }
.spip-admin-boutons { display:block !important; width:110px !important; }

body {
	background: #666;
	padding: 0 0 20px !important
	margin:auto;
	padding:0;
}

#general {
	background-image:url(./img/anilla.jpg);
	background-repeat:repeat-y;
	width: expression(this.width > 1000 ? 1000: true); /* PARCHE PARA EL EXPLORER */
 	width: expression(this.width < 780 ? 780: true); /* PARCHE PARA EL EXPLORER */
 	min-width:778px;
	max-width:953px;
	border: 1px solid #000;
	border-top: 0;
	border-bottom:6px solid #000000;
	padding:0 10px 0 40px;
	margin: 0 auto 20px auto;
	-moz-border-radius-bottomright:40px;
}

#bandeau_fondo {
	background-repeat:no-repeat !important;
	background-color: #000000;
	width: expression(this.width > 1000 ? 1000: true); /* PARCHE PARA EL EXPLORER */
 	width: expression(this.width < 780 ? 780: true); /* PARCHE PARA EL EXPLORER */
 	min-width:778px;
	max-width:1000px;
	margin: 0 auto;
	padding: 0 5px 0 0;
	border-bottom:0;
	-moz-border-radius-topright:40px;
}

#bandeau {
	background-repeat:no-repeat !important;
	background:transparent;
	height:130px;
	width: 100%; /* ancho de la zona central */
}

#bandeau .texto { float:right;padding: 10px;width:580px; background: transparent; border-top: 0; }
#bandeau .nombre { font-size:32px;color:#FFFFFF;font-weight:bold;text-align:right; }
#bandeau .descripcion { color:#FFFFFF;font-weight:bold;text-align:right; font-size:11px; }

#menu_local { 	
	width: expression(this.width > 1000 ? 1000: true); /* PARCHE PARA EL EXPLORER */
 	width: expression(this.width < 780 ? 780: true); /* PARCHE PARA EL EXPLORER */
 	min-width:778px;
	max-width:1000px;
	background: transparent; background-image: none; 
}

#navigation, #corps, #page-sommaire #corps, #footer, #chemin, #chemin-vide { background: transparent !important; }

#navigation { border-bottom: 1px dashed #D2D2D2; }

#footer { 
border:0;
height:1%;
background-image:none;
clear:both;
font-size:10px;
padding:10px;
text-align:center;
border-top: 1px solid #D2D2D2; 
margin-bottom:0;
}

#corps { padding: 25px 12px !important; }

#page-sommaire #corps { padding:0 6px 25px 12px !important; }
*html #page-sommaire #corps { padding:0 10px 25px 10px !important; }

.soustitre { font-style: italic; }

#tabs_bloc { margin:5px 0 18px; }
