/*
 * Correction des styles HTML par defaut
 */
@font-face {font-family: Ecoconso; src: url('../fonts/EcoconsoRegular.ttf');}
@font-face {font-family: Ecoconso; font-weight: bold; src: url('../fonts/EcoconsoBlack.ttf');}

h1,
h2,
h3,
h4,
h5 {	margin-top: 0em;
	margin-bottom: 20px;
	font-weight: normal;font-family: Ecoconso, Arial, Helvetica, Verdana sans-serif; 
	letter-spacing: 0.1em;
	font-weight:normal;
	color: #609E20;
}
	
h1 a,
h2 a,
h3 a,
h4 a,
h5 a { text-decoration: none; }

a {color: #609E20;}
a:hover {color:#7C3A8B;}
p {padding:0; margin:0 0 7px 0;}
.structure {
	display: none;
}


/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
body {
	margin: 0;
	padding: 0;
	background: #CCCCCC;
	font-weight: normal;
	font-family: Arial, Helvetica, Verdana sans-serif; 	 
	font-size: 12px;
}
#page {
		position: relative;
	margin: auto;
	padding : 0;
	 
	width: 960px;
	border: 0px none;
}

#top a h1 {height: 130px;}

.chapo {

	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {

	text-align: justify;
}
.ps {

	text-align: justify;
	font-size: 85%;
}
.notes {

	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {

}
.contenu h1,h2.titre-extrait {

}
.contenu h1,h2.titre-texte {

}
.contenu .surtitre {

}
.contenu .detail {
	font-size: 80%;

}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
	font-size: 85%;
}


/*
 * Disposition a l'ecran
 */

#principal {

	margin: 0px;
	padding: 0px;
	border: 0px none;
	position: relative;

}

#plan {

}

#navigation {

	margin: 0px;
	padding: 0px;
}


