/*  ----------------------------------------------------------- */
/*  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: #ffffff;

	margin: 0em;
margin-left: 1em;

	text-align: center;
	/*font-size: 0.77em;*/
	color: #330000;
}

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


/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#souspage{
	background: #fff;
width: 97%;

}

#page {
/*background-image:url(http://art-m.eu/IMG/galerie.jpg);*/
/*background-repeat: no-repeat;*/ 
/*background-position: top left;*/

	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#conteneur { width: 100%; }

#conteneur #contenu {
	float: right;
	width: 90%;

/*background-image:url(http://art-m.eu/IMG/vitrine.jpg);*/
/*background-repeat: no-repeat; */
/*background-position: top left;*/
	border: 0px solid #000;
	padding-right: 1em;
	padding-top: 1em;
}

/* Espaceur de blocs */
.nettoyeur { 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 */
body, #navigation, .encart, .formulaire_spip {
	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; }

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

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



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

/*  Cartouche et titraille
---------------------------------------------- */
.cartouche { margin-bottom: 2em; }

.cartouche .titre {
	text-align: left; 
	font-size: 1.5em;

	color: #330000; 
	font-family: Georgia, Times New Roman, Times, serif;
 }
#contenu .surtitre, #contenu .soustitre { font-size: 0.82em; }

.cartouche .spip_logos {
	float: right;
	margin-left: 16px;
	margin-bottom: 16px; }

.cartouche p { margin: 0; padding: 0; clear: left; }
.cartouche small { font-size: 0.71em; }

.cartouche .traductions { font-size: 0.71em; }
.cartouche .traductions * { display: inline; }
.cartouche .traductions li { padding-left: 1em; }


/*  Mise en forme des textes du contenu
---------------------------------------------- */
.chapo {
	margin-bottom: 1.5em;
	font-weight: normal;
	line-height: 1.6em; 
	/*font-size: 0.77em; */
}




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

.texte { color: #330000; 
/* font-size: 0.77em; */
line-height: 1.6em; 
} 



.ps, .notes {
	margin-top: 1.4em;
	padding-top: 2px;
	border-top: 0px 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; }




/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #330000; }
a:hover { 
text-decoration: none; 
background: #EFE1D4
}



table {
font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; 
border-style:solid; 
border-width:1px; 
border-color: #330000;
border-collapse:collapse
}

td { 
font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif; 
border-style:solid; 
border-width:1px; 
border-color: #330000;
}

/* Tableaux */
table.spip {
	margin-left: 0em;
	margin-bottom: 2em;
	border: 0px solid;
	border-collapse: collapse;
	color: #330000; 
 	font-size: 0.77em; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: left;
	/*margin: auto;*/
	font-weight: bold; 
 }
table.spip tr.row_first { background: #FFf; }
table.spip tr.row_odd { background: #fff;  }
table.spip tr.row_even { background: #fff; }
table.spip th, table.spip td { 
padding-right: 1em; 
line-height: 1.5em;  
text-align: left; 
vertical-align: middle; }


