
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}

hr {
	border: 0px;
	background: url(http://www.lunerouge.org/images/chaine.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 22;
	width: 560;
	min-height: 22;
	min-width: 100;
}

h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 100%;
	font-weight: normal;
}

/*
 * Styles generaux
 */

/*
	background: url(http://www.lunerouge.org/test/img/bg.jpg);
	background-position: top right;
	background-color: #ededed;
	background-repeat: no-repeat;
	background-attachment: fixed;
*/

/* bien regler la marge (bugs IE) */
body {
	font-family: "Times New Roman", Garamond, Times, serif;
	background: #000000;
	margin: 10px;
	margin-top: 200px;
}

a {
	text-decoration: none;
	color: #ff0000; /*#ee4d00;*/
}

a:hover {
	text-decoration: none;
	color: #ff0000;
	background-color: #ff9900;
}

a.spip_out {
	text-decoration: none;
	color: #0000ff; /*#ee4d00;*/
}

a.spip_in {
	text-decoration: none;
	color: #ff0000; /*#ee4d00;*/
}

.chapo {
	font-family: "Times New Roman", Garamond, Times, serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: "Times New Roman", Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: "Times New Roman", Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: "Times New Roman", Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}


/*
 * 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: 200%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 110%;
	font-weight: bold;
	font-variant: small-caps;
}
.contenu .detail {
	font-size: 80%;
	/*color: #303030;*/
	color: #f00000;
}
.extrait { /* Bordure des derniers textes */
	/*border: groove 2px #a0a0a0;*/
	border: 2px solid #ffa0a0;
	padding: 0.5em;
	font-size: 120%;
}


/*
 * Disposition a l'ecran
 */

#titre {
	font-family: "PostCrypt", "Times New Roman", Garamond, Times, serif;
	color: #ff0000;
}

#titre1 {
	font-family: "PostCrypt", "Times New Roman", Garamond, Times, serif;
	color: #ff0000;
	font-size: 250%;
	text-align: center;
}

#titre2 {
	font-family: "Times New Roman", Garamond, Times, serif;
	color: #ff0000;
	text-align: center;
}

#principal {
	font-family: "Times New Roman", Garamond, Times, serif;
}

#plan {
	font-family: "Times New Roman", Garamond, Times, serif;
}

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


