/* 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.                */


/* Les titres */

H2.titre {} /* titre de l'article */

/* inter-titre */
H3.spip {
    color:#2d2d2d;
    text-transform:uppercase;
    font-size:1.375em;
    font-family: 'Futuramc';
    font-weight:bold;
    text-align:justify;
    margin:15px 0;
    display:block;
    float:left;
    height:auto;
    width:100%;
	
}
/* Paragraphes, citations, code et poesie */

P.chapo {}/* chapo de l'article */

P.spip {}/* paragraphe */

P.spip_note {}

UL.spip {
     margin-bottom: 30px;
}

.col-gauche > UL.spip > LI {

}


UL.spip LI {
    background: url("../img/rond.jpg") no-repeat scroll left 14px rgba(0, 0, 0, 0);
    color: #000;
    font-size: 1em;
    font-weight: 300;
    line-height: 32px;
    padding-left: 12px;
    clear:both;
}  



.col-gauche > UL.spip > LI  > UL.spip > LI {}

        UL.spip LI LI LI {}

OL.spip {}

.col-gauche OL.spip li {
    font-family: 'Futura Light BT';
    font-size: 1em;
    text-align: justify;
    color:#4a4a4a;
}

.col-gauche > OL.spip  LI { list-style:decimal inside; }
	
.col-gauche > OL.spip > LI > OL.spip > LI{padding-left:4%;}

.col-gauche > OL.spip > LI > OL.spip > LI > OL.spip > LI{padding-left:4%;}

.col-gauche > OL.spip > LI > OL.spip > LI > OL.spip > LI > OL.spip > LI{padding-left:4%;}

LI.spip {}
	
	
I.spip {}

STRONG.spip {}

HR.spip {}

.spip_puce { list-style-position: outside; }

/* Tableaux */

TABLE.spip {
	margin: auto;
	margin-bottom: 1em;
/*	border: 1px solid;*/
	border-collapse: collapse; 
        margin:-6px auto 1em -32px;
}

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{ /*padding: 3px;*/ text-align: left; vertical-align: middle; color:#fff;margin-left: 3px;}

TABLE.spip TD{ padding: 3px; text-align: left; vertical-align: middle; }

/* Logos, documents et images */

IMG, .spip_logos { margin: 0; padding: 0; border: none; }
H1 .spip_logos { position: absolute; max-width:102px; height: auto !important;top:0; }

.spip_documents { text-align: center; }

.spip_documents img{max-width: 100%; height: auto !important; }

.spip_documents_center { clear: both; width: 100%; margin: auto; }

SPAN.spip_documents_center { display: block; margin-top:1em; }

.spip_documents_left { 
    float: left; 
    margin-bottom: 5px;
    margin-right: 14px;
    padding: 0 0 0 0 !important;
    width: 50% !important; }

.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; }

/* * Couleurs des liens de Spip */
A.spip_note {} /* liens vers notes de bas de page */
A.spip_in { color: #2A99BE; } /* liens internes */
A.spip_out { color: #2A99BE; } /* liens sortants */
A.spip_url { color: #2A99BE; } /* liens url sortants */
A.spip_glossaire { color: #2A99BE; } /* liens vers encyclopedie */
.on { font-weight: bold; color: #000; } /* liens exposes */


/* Autres balises */

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; }

/* 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 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; }

.spip-admin-bloc, .spip-admin-float {
    position: absolute;
	left: 0;
    top: 0;
    white-space: nowrap;
    z-index: 100;
}

.montreDiv li{
    display:block;
    text-align:justify;
    padding-left:10px;
}

li.pair  {
 background-color: #E0E0E0;
 margin: 2px ;
}


li.impair {
 background-color: #fff;    
}

.messagefirst {
    background-color: #FFFFFF;
    height: 168px;
    margin-top: 191px;
    overflow-y: visible;
}

