/*  ----------------------------------------------------------- */
/*  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
/*  ------------------------------------------ */
html
{
    margin:0;
    padding:0;
    position:relative;
    width:100%;
    height:100%;
    overflow:hidden;
}

body {
	background: #FFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 0.77em;
	color: #333;
	width:100%;
	height:100%;
	position:relative;	
	overflow:hidden;
}

img, table { margin: 0; padding: 0; border: none; }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 1em; font-weight: normal; }

p.spip { margin-bottom:0.6em; margin-top:3px; }
ul.spip { margin:5px 0 5px 10px; padding-left:10px; list-style-position:inside; }
ul.spip li { margin-left:2px;  }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
div#description {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background-image:url('tournesol_mosa.jpg');
	background-color:#235f9b;
	background-position:bottom center;
	background-repeat:repeat-x;
	z-index:1;
}

div#description * { display:none; }

div#wrapper {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    overflow:auto;
    z-index:10;
}


#page {
	width: 880px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position:relative;
	z-index:20;
}

/* Blocs du contenu (c-a-d. la colonne principale) */
#contenu { padding:0; margin:0; margin-left:160px; }

#contenu .contre-encart {
	float: left;
	width: 21em;
}

#contenu .encart {
	float: right;
	width: 11em;
	margin: 0;
	margin-bottom: 1em;
}

/* Entete */
h1#entete {
	width: 560px;
	margin-left:160px;
	margin-bottom:10px;
	height:145px;
	background-image:url('annick_croque_v2.jpg');
	background-position:center;
}

h1#entete span {
    display:none;
} 


/* Fil d'Ariane */
#hierarchie {
	font-size:0.8em;
    width: 560px;
	margin-left:160px;
	background-color:#FFFFFF;
	margin-bottom:5px;
}

/* Recherche */
div#outils .formulaire_recherche {
    float:right;
}	

div#navigation {
    position:absolute;
    top:184px;
    left:0;
    width:150px;
    margin:0 10px 0 0;
}

div#navigation .outils {
    text-align:right;
    font-size:0.9em;
    color:#ffffff;
}

div#navigation .outils a {
    color:#ffffff;
}


div#navigation .outils div.cadre {
    border:1px solid #ffffff;
    padding:2px 5px;
    text-align:center;
}

div#navigation .outils strong {
    font-size:1.25em;
}


/* Pied de page */
#pied {
	clear: both;
	width: 100%;
	margin-top: 4em;
	border-top: 1px dotted #CCC;
	padding: 2px;
	text-align: center;
	color:#ffffff;
}
#pied img { vertical-align: bottom; }
#pied a { color:#ffffff; }

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

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }


/*  ------------------------------------------
/*  Typographie generale du site
/*  ------------------------------------------ */

/* Typo pour les menus et la navigation */
#navigation, .encart, .formulaire_spip {
	font-family:Verdana, Arial, Tahoma, sans-serif; }

/* Typo pour le contenu */
body, #contenu {
	font-family: Arial, Verdana, Tahoma, sans-serif; }

/* Typo pour les citations et extraits introductifs */
q, blockquote, .liste-articles li .texte, h3.spip, .voirskel {
	font-family: Arial, Verdana, Tahoma, sans-serif; }


/*  ------------------------------------------
/*  Habillage des menus et de la navigation
/*  ------------------------------------------ */
.rubriques
{
    margin-top:0px;
   	padding-bottom:10px;
    margin-bottom:15px;
    width:150px;
    background-image:url(rubrique-bas.png);
    background-repeat:no-repeat;
    background-position:bottom center;
}

* html .rubriques {
  background-image:url(rubrique-bas.gif);
}

.rubriques h2 { 
	background-color:transparent;
	background-image:url(rubrique-haut.png);
    background-repeat:no-repeat;
    background-position:top center;
	line-height:0.9em;
	}

* html .rubriques h2 {
  background-image:url(rubrique-haut.gif);
}

.rubriques ul { font-size:1em;
				background-color:#FFFFFF;
				width:150px;
				}
				
.rubriques ul a { color:#CC6600; font-weight:bold; text-decoration:none;}
.rubriques ul a:hover { color:#993300;}
#navigation li.small { font-size:0.8em; margin-top:2.5em; }

#navigation p, .encart p { margin: 0; padding: 0.2em 0.7em; text-align: left;  }
#navigation ul, .encart ul { margin: 0; padding: 0.2em 0; text-align: left; list-style: none; }
#navigation li, .encart li { margin: 0; padding: 0 1em; line-height:1.1em; text-align:right; margin-bottom:0.6em;}

/*  ------------------------------------------
/*  Colonne de droite
/*  ------------------------------------------ */

div#supp {
    position:absolute;
    top:273px;
    right:0;
    width:150px;
    margin:0 0 0 10px;
}

div#supp h2 {
    margin:0;
    padding:10px 0;
    font-size:1.1em;
    text-align:center;
    color:#235F9B;
    font-weight:bold;
    font-style:oblique;
}

/*
div#supp { float:right; width:180px; border:1px dashed #CC3300; margin:10px 0 15px 10px; padding:0 5px; background-color:#ffffff; }

*/

/*  ------------------------------------------
/*  Habillage du contenu
/*  ------------------------------------------ */

.boite, .chapo
{
    padding:0;
    margin:0;
   	padding-bottom:20px;
    margin-bottom:10px;
    width:560px;
    background-image:url(boite-bas.png);
    background-repeat:no-repeat;
    background-position:bottom center;
    z-index:30;
    
}

* html .boite {
  background-image:url(boite-bas.gif);
}

* html .chapo {
  background-image:url(boite-bas.gif);
}

.boite .interior
{
    background-color:#ffffff;
    margin:0;
    padding:0 10px;
    border:1px solid #ffffff;
}

.boite h2 {
    font-size:1.4em;
    background-color:transparent;
	background-image:url('boite-haut.png');
    background-repeat:no-repeat;
    background-position:top center;
    padding-top:5px;
    padding-left:10px;
    color:#235F9B;
    font-weight:bold;
    font-family:Verdana, Arial;
    font-style:italic;
}

* html .boite h2 {
  background-image:url(boite-haut.gif);
}

.boite h2.small
{
    font-size:1em;
    color:black;
}

.boite h3 {
    font-size:1.2em;
    font-weight:bold;
    line-height:1.2em;
    z-index:50;
}

.boite a.titre, div#supp a.titre
{
    color:#CC3300;
	text-decoration:none;
}

.boite a.titre:hover, div#supp a.titre:hover
{
    color:#993300;
	text-decoration:none;
}


.boite em
{
    font-size:0.9em;
    white-space:nowrap;
}

ul.articles, ul.articles li {
    list-style:none;
    padding:0; margin:0;
    margin-top:10px;
}

ul.articles li {
    clear:left;
}

ul.articles li img {
    margin:0px 5px 5px 2px;
}

ul.articles li em.info
{
    display:block;
    text-align:right;
    background-color:#f2f2f2;
}

ul.articles li p.texte {
    margin:5px 0px 0px 5px;
}

ul.articles table td
{
    vertical-align:top;
}


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	font-weight: bold;
	line-height: 1.4em;
	margin-top:0; }

.lien {
	background: #EEE;
	margin: 1em;
	margin-bottom: 1.5em;
	padding: 0.82em;
	border: 1px solid #CCC;
	font-weight: bold; }

.texte { color: #000; font-size: 1em; }

.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
.ps { font-size: 0.82em; }
.notes { clear: both; font-size: 0.77em; }
.ps h2, .notes h2 { font-size: 1.19em; font-weight: bold; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: both;
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_portfolio h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }

#document_actif { margin-top: 1em; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 2px solid #CCC; }
#documents_joints h2 { margin-bottom: 0.4em; font-size: 0.88em; font-weight: bold; }
#documents_joints ul { margin: 0; padding: 0; list-style: none; }
#documents_joints li { margin-bottom: 0.4em; }
#documents_joints li .spip_doc_titre {}
#documents_joints li .spip_doc_titre small { font-weight: normal; }
#documents_joints li .spip_doc_descriptif {}

/* Listes d'articles et extraits introductifs
----------------------------------------------- */
.liste-articles ul { margin: 0; padding: 0; list-style: none; }
.liste-articles li { margin-bottom: 1em; clear: both; }

.liste-articles li .titre {
	font-size: 1.03em;
	font-weight: bold; }

.liste-articles li .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px;
	clear: right; }

.liste-articles li p { margin: 0; padding: 0; }

.liste-articles li .enclosures {
	float: right;
	text-align: right;
	max-width: 60%;
	margin: 0; }

.liste-articles li small {
	display: block;
	font-size: 0.71em; }

.liste-articles li .texte {
	margin-top: 15px;
	margin-bottom: 2em;
	/*border: 1px solid #CCC;*/
	padding:0 0 0 5px;
	line-height: 1.4em; }

.pagination { font-size: 0.90em; }

/*  ------------------------------------------
/*  Brèves
/*  ------------------------------------------ */
ul.breves
{
    margin:0;
    padding:0;
    list-style:none;
}

ul.breves p
{
    margin:0 5px;
    font-size:0.9em;
    line-height:1.2em;
}

ul.breves h3
{
    margin:0 5px;
}

ul.breves em
{
	display:block;
    background-color:#f2f2f2;
	margin-bottom:3px;
	text-align:right;
	padding-right:5px;
}

ul.breves li {
    margin-right:0;
    padding-bottom:20px;
}

ul.breves li img {
    float:left;
    margin-right:10px;
    margin-top:20px;
}


/*  ------------------------------------------
/*  Habillage specifique aux rubriques
/*  ------------------------------------------ */

.page_rubrique .spip_logos,
.page_auteur .spip_logos
 {
    float:left; margin-right:10px;
 }

.page_rubrique ul.articles li *, .page_rubrique ul.articles li p.texte
{
    margin-left:0px;
}

.page_mot .spip_logos
{
    vertical-align:text-top;
}

.page_article .spip_logos
{
    float:left;
    margin-right:10px;
    margin-bottom:10px;
}

.page_article .info
{
    text-align:right;
    background-color:#f2f2f2;
    padding-right:3px;
}

.page_article .intro img
{
    vertical-align:middle;
}

.page_article .intro em
{
    white-space:normal;
}


/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { text-align: left; font-size:; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset {}
.formulaire_spip legend {}

.formulaire_spip label { display:block; }
.formulaire_spip .forml { width:; font-family: inherit; font-size: inherit; }

/* Boutons */
.spip_bouton { text-align: right; }
.spip_bouton input { float: right; }

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #e86519; }
fieldset.reponse_formulaire { border-color: #e86519; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login au forum */
.formulaire_login_forum .forml { width: 12em; }
.formulaire_login_forum .spip_logos { float: right; padding-left: 10px; }

/* Choix des mots-clefs */
ul.choix_mots { float: left; width: 47%; margin: 0; padding: 0; list-style: none; } 
ul.choix_mots label { display: inline; }

/* Formulaire de recherche */
.formulaire_recherche { text-align: right; margin:5px 0 5px 0; }
.formulaire_recherche label { display: none; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration:underline; color: #cc6600; }
a:hover { text-decoration: underline; color:#993300; }
