/* SPIP-STYLE                                              version 1.9  */
/* Cette feuille contient les styles associes au code genere par SPIP.  */
/* Ces styles sont indispensables et doivent necessairement etre        */
/* definis pour le bon fonctionnement de vos squelettes.                */


/* Raccourcis typographiques de SPIP */
i.spip {}
strong.spip {}
hr.spip {}

.spip_puce { list-style-position: outside; }

ul.spip {}
ol.spip {}
li.spip {}

h3.spip {
	text-align: center; 
	margin-top: 2em; 
	margin-bottom: 1.4em; 
	font-size: 1.15em; 
	font-weight: bold; }

/* Paragraphes, citations, code et poesie */
p.spip {}
p.spip_note {}

blockquote.spip, .spip_serif { font-family: Georgia, Times, serif; }

blockquote.spip { 
	margin: 1em; 
	padding-left: 1em;
	padding-right: 1em;
	border: 1px dotted; }

div.spip_poesie { 
	margin: 1em; 
	padding-left: 1em; 
	border-left: 1px solid;
	font-family: Garamond, Georgia, Times, serif; }
div.spip_poesie div { text-indent: -60px; margin-left: 60px; }

.spip_code, .spip_cadre { font-family: monospace; font-style: normal; font-size: 1.2em; }
.spip_cadre { width: 99%; border: 1px inset; }

.spip_surligne { background: #FF6; }

/* Tableaux */
table.spip {
	margin: auto;
	margin-bottom: 1em;
	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: 3px;
	font-weight: bold; }
table.spip tr.row_first { background: #FFC; }
table.spip tr.row_odd { background: #DDD; }
table.spip tr.row_even { background: #EEE; }
table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */
img, .spip_logos { margin: 0; padding: 0; border: none; }

.spip_documents { text-align: center; }
.spip_documents_center { clear: both; width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { float: right; margin-left: 15px; margin-bottom: 5px; }
.spip_doc_titre { font-weight: bold; font-size: 0.8em; margin-left: auto; margin-right: auto; }
.spip_doc_descriptif { clear: both; font-size: 0.8em; margin-left: auto; margin-right: auto; }

/* Images typographiques (via image_typo), URL a revoir... */
.format_png { behavior: url(win_png.htc); }

/* modeles par defaut */
.spip_modele { float: right; display: block; border: 1px dotted #666; width: 180px; }

/* Barre de raccourcis typographiques */
table.spip_barre { width: 100%; }

table.spip_barre a img {
	background: #FDA;
	padding: 3px;
	border: 1px outset #999; }
table.spip_barre a:hover img {
	background: #FFF;
	border: 1px solid #999; }

table.spip_barre input.barre { width: 100%; background: #EEE; }

/* * Couleurs des liens de Spip */
a.spip_note {} /* liens vers notes de bas de page */
a.spip_in { color: #900; } /* liens internes */
a.spip_out { color: #009; } /* liens sortants */
a.spip_url { color: #009; } /* liens url sortants */
a.spip_glossaire { color: #060; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */


/* ====================== Blocs principaux, decomposition de la page en 3 colonnes et 1 bandeau ====================== */

a.bandeau {
	/*bandeau contenant le titre du site*/
	display: block;
	/*background: #6262A4;*/
	background: #FFFFFF;
        
	border-top: 3px solid  #9053A0;
border-left: 1px solid  #9053A0;
border-right: 1px solid  #9053A0;
	margin: 0px;
	font-family: Verdana,Helvetica,Arial,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;	
	height: 100%;
	padding: 1px 20px 10px 10px;
	text-align: left;
}

a.bandeau:hover {
	color: #EEEEEE;
	text-decoration: none;
}

h6.bandeau{
    float:right;
font-size: 16px;
font-weight: bold;
	color: #009933;
padding-top:3em;	
padding-right:15em;	
}

.bande-chemin a {
	color: #EEEEEE;
	font-weight: bold;
}

.bande-chemin a:hover {
	/*color: #AAAAAA;*/
	/*color: #CC0000;*/
background:#CC0000;
}


/*Izquierda*/
.gauche {
	/*colonne de gauche*/
	border: 0px;
	/*width: 18px;*/
        width: 172px;
	position: absolute;
	left: 1px;
        /*padding-left:28px;*/
	font-family: Arial,Verdana,Helvetica,sans-serif;
}

.nav1 {
        /*bloc contenant la hierarchie*/
        width: 100%;
        padding-top:6px;
        font-size: 11px;
}


ul.menulist li ul{ display:none; }

ul.menulist li:hover>ul{ display:block; }

ul.menulist,
ul.menulist ul{
 /*background:#6262A4;*/
background: #9053A0;
 border:1px solid #FFFFFF;
 border-bottom: 0px;
 list-style:none;
 margin:0px;
 padding:0px;
 width:170px;
 /*_width:182px;*/

text-align: center; 
margin-top: none; 
margin-bottom: 1.4em; 
font-size: 11px; 
font-weight: bold; 

}

ul.menulist ul{
 position:absolute;
 top:-1px;
 left:170px;
}

ul.menulist li{
 position:relative;
 margin:0px;
 padding:0px;
 border-bottom: 1px solid #FFFFFF;
}

ul.menulist a{
 display:block;
 _width: 100%;
 color:#FFFFFF;
 text-decoration:none;
 padding: 5px;
padding-left: none;
}

ul.menulist a:hover{
 background:#323284;
/*color: #CC0000;	*/
}

ul.menulist a.averde:hover{
background: #339966;
/*color: #CC0000;	*/
}
ul.menulist a.arojo:hover{ 
background: #CC0000;
 color:#FFFFFF;
}
ul.menulist a.amalva:hover{
background: #FFFFFF;
color: #9053A0;	
}
ul.menulist a.ablanco:hover{
background: #FFFFFF;
color: #CC0000;	
}

ul.menulist li.smenu {
        background-image: url(../images/arrow.gif) !important;
        background-position: 171px;
        background-repeat: no-repeat;
}

ul.menulist li.smenu:hover, ul.menulist li.smenu>a:hover {
        background-image: url(../images/arrowb.gif) !important;
        background-position: 168px;
        background-repeat: no-repeat;
}


/*Columna de la derecha*/
.droite {	
    border: 0px;
    width: 160px;
    position: absolute;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    /*font-size: 10px;*/
   /* padding-right:30px;*/
    right: 1px;
}

table.ranking{
border:1px #CC0000 solid;
background-color:#CCCCCC;
color:#000000;
font-weight:bold;
font-size:10pt;
border-spacing: 0;
WIDTH: 50%;
}
TD.uno
{
    BORDER-RIGHT: 0px; BORDER-TOP: 10px; BORDER-LEFT: 0px; WIDTH: 25%; BORDER-BOTTOM: 10px; font-weight:bold;
    TEXT-ALIGN: center; BACKGROUND-COLOR: #fff;

}
TD.dos {
    BORDER-RIGHT: 0px; BORDER-TOP: 0px; BORDER-LEFT: 0px; WIDTH: 25%; BORDER-BOTTOM: 0px; font-weight:bold;
    TEXT-ALIGN: center;
}
.atencion{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    text-align: center; 
    font-size: 10px; 
    font-weight: bold; 
    border: 1px solid #009933;
    border-top: 3px solid #009933;
    margin-bottom: 1em;
}
.copyr{
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 10px; 
}
h1.copyr{
    text-align: center; 
    font-weight: bold;			
    border-top: 1px dotted #CCC;
    margin-top: 4em;
}
p.copyr{
    margin-top: 0;
padding-top: 0;

    text-align: left; 
    font-size: 10px; 
}
    /*font-weight: bold; */
}

h1.atencion{
    font-size: 12px; 
    border:none;
    margin-bottom: none;
}


