
/*
 * Correction des styles HTML par defaut
 * Fred 10/11/18 Modif Body Backgrounde de A0A0A0 vers A00000
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-size: 80%;
	font-weight: normal;
}

/*
 * Styles generaux
 */
/* 	background: url(../IMG/pub/Synergy50.png) repeat-y left top fixed,
	url(../IMG/pub/MagicMarine40.png) repeat-y right top fixed; */
/* bien regler la marge (bugs IE) */
/* OK 0506 body { background: #FFFFE0; margin: 10px; } /* Epona */ 
body { 
	background: url(../../IMG/jpg/YoleOkSynergySalon2018.jpg) left top fixed, right top fixed;
	background-color: darkblue;
	margin: 2px;
}
@media (max-width:800px){body {background: green;}}
/*body { background: #F4FFFF; margin: 10px }*/
/* body { background: #F4FFFF ; margin: 10px } */

a { text-decoration: none; color: #505050; }
a:hover {
	text-decoration: underline;
	color: #303030; 
/*	background: #e8e8e8; */
}
a.spip_out { text-decoration: none; color: #a02020; }
a.spip_in, a.spip_url { text-decoration: none; color: #2020a0; }
a.spip_glossaire { text-decoration: none; color: #20a020; }

.chapo {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: justify;
	font-size: 105%;
}
.texte, .texte p.spip {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
}
.ps {
	font-family: Georgia, Garamond, Times, serif;
	text-align: justify;
	font-size: 85%;
}
.notes {
	font-family: Georgia, Garamond, Times, serif;
	text-align: left;
	font-size: 80%;
}

/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 110%;
	font-weight: bold;
}
.contenu h1,h2.titre-extrait {
/* Police des noms de rubriques */
/* Couleur joue sur nom rubrique mais pas sur titre ds sommaire */
/* OK0506	font-size: 120%; */
/* OK0506 color : blue; */
	font-size: 155%;
	font-weight: bold;
}
.contenu h1,h2.titre-texte {
	font-size: 150%;
	font-weight: bold;
}
.contenu .surtitre {
	font-size: 100%;
	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", Tahoma, Arial, Helvetica, sans-serif;
}

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

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.encart {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

	

