/* * Design: Yan Brailowsky * * 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 {	font-family: Georgia, Garamond, Times, serif;	font-size: 0.88em;	color: #000;
	width: auto;	background-color: #fffbfb;}

p.spip {
	text-align: justify;}
h1 {	font-family: Georgia, "Times New Roman", Times, serif; 	letter-spacing: .06em; 	font-size: 1.62em;	font-weight: 100; 	border-bottom: groove 2px #CCC; 	width: auto; 	line-height: 1.5em; 	font-variant: small-caps;	color: #800517;}h2 {	font-family: Georgia, "Times New Roman", Times, serif; 	font-size: 1.27em;	font-weight: bold;	color: #800517;	text-decoration: none;}h3 {	font-family: Georgia, "Times New Roman", Times, serif; 	font-size: 1.21em;	font-weight: bold;	color: #000;}a {	font-weight: bold;	color: #151B8D;	text-decoration: none;	}a:hover {  	font-weight: bold;	color: #800517; 	text-decoration: none;	}	a:visited {  	font-weight: bold;	color: #999999; 	text-decoration: none; }

ul.spip { list-style: disc; }
ol.spip { list-style: decimal; }
ul.spip li, ol.spip li { list-style: inherit; }
li.spip { margin: 0.3em 0 0.3em 0.8em; list-style-position: outside; }

ul, li {
	list-style-type:none;
	padding:0;
	margin:0;
	}	

/* * Styles pour les liens internes SPIP */

a.spip_in {
	border-bottom: 1px dotted #151B8D; }
a.spip_out {
	background: url(images/extlink.gif) no-repeat center right;
	padding-right: 16px;
}

/* * Styles pour les colonnes: menu, colonne centrale */

#colonne_centrale {
	margin: 0px 1em;
	margin-left: 22%;
	width: auto;	padding: 1em;	height:100%;
	border: 1px solid #ccc;
	background: #f9f7ef;
}

*>#colonne_centrale{	height: auto;	min-height: 250px;
}
#menu {
	float: left;	width: 20%;
	height: 100%;
}
*>#menu{	height: auto;	min-height: 250px;
}
/* * Styles recurrents (dates, retraits, auteur) */
.accueil_site, a.accueil_site , a.accueil_site:visited{
	font-weight: bold;
	font-size: 0.77em;	font-family: Arial, Helvetica, sans-serif;
	color: #000;}
a.accueil_site:hover{
	color: #034769;
	text-decoration: underline;
}.date {	font-size: 0.77em;	color: #333;}.date_lien_autres_articles {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.82em;	font-weight: normal;	color: #333;	text-decoration: none;}.date_publication_article {	font-family: Arial, Helvetica, sans-serif;	text-align: right;	font-size: 0.82em;	color: #333;}	.lien_auteur {	font-family: Arial, Helvetica, sans-serif;	font-weight: normal;	text-decoration: none;	font-size: 0.82em;	color: #333;}a.lien_auteur {		color: #333;	font-weight: normal;	text-decoration: none;}a.lien_auteur:hover {	color: #411842;	text-decoration: underline;}.piece_jointe_descriptif {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.82em;	font-weight: normal;	color: #000;	text-decoration: none;}p.retrait	 {	margin-left: 7px;	margin-right:7px;	margin-top: 7px;	margin-bottom: 7px;}.indent {	margin-left: 20px;}	/* * Styles propres a auteur, mot, recherche */.proposer_lien_ou_ecrire_email {	text-align: center;	font-weight: bold;	font-size: 110%;}.lien_a_partir_mots_cles {	font-family: Arial, Helvetica, sans-serif;	font-size: 0.82em;	font-weight: normal;	color: #000;	text-decoration: none;}a.lien_a_partir_mots_cles {	font-weight: normal;	color: #151B8D;	text-decoration: none;}a.lien_a_partir_mots_cles:hover {  	font-weight: normal;	color: #800517; 	text-decoration: none; }	a.lien_a_partir_mots_cles:visited {  	color: #999999; }/* * Styles pour le pied de page */.footer {	font-family: Verdana, "Bitstream Vera Sans", Tahoma, Arial, sans-serif;	font-size: 0.81em;	clear: both;	margin: 2em 0;
	margin-left: 22%;/*	border-top: 1px dotted #CCC;*/	text-align: center; }.footer img { vertical-align: top; }
/* * Styles pour les images */
 
img {
	border: 0px;
}

.spip_documents_center {
	display: block; 
	text-align: center; 
	margin: 5px auto;
}

.spip_documents_left {
	width: auto;
	margin: 5px 5px 5px -5px;
	float: left;
}

.spip_documents_right {
	width: auto;
	margin: 5px 5px 5px -5px;
	float: right;
}


.spip_documents { text-align: center; }
/*.spip_documents_center { width: 100%; margin: auto; }
span.spip_documents_center { display: block; margin-top:1em; }
.spip_documents_left { position: inherit; float: left; margin-right: 15px; margin-bottom: 5px; }
.spip_documents_right { position: inherit;  float: right; margin-left: 15px; margin-bottom: 5px; }
*/
