
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

h1,h2,h3,h4 {
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) -- I delete it because 10px produced a mistake in newer browsers (la fleur)*/



body {
font-size: 11px;
line-height: 16px;
}

/*Link Definitions*/

a img {
border: 0;
}

a { 
	text-decoration: none; 
}
a:hover { 
	text-decoration: none;
}


a.spip_out:visited { 
}

a.spip_out { 
}

a.spip_out:hover { 
}


a.spip_in, a.spip_url {  
}

a.spip_glossaire { 
}


.chapo { }


.texte, .texte p.spip { }

.ps {
	font-family:  Verdana, sans-serif;
	font-size: 85%;
}

.notes {
	font-family:  Verdana, Arial, sans-serif;
	text-align: left;
	font-size: 80%;
}

.surtitre { }

.titre { }

strong { }
 

b.spip { }


/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 120%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
	font-size: 160%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 190%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	color: #303030;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#plan {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

#navigation {
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.encart {
	font-family: "Trebuchet MS", Arial, sans-serif;
}


