
/*
 * Correction des styles HTML par defaut
 */

.structure {
	display: none;
}
h1,h2,h3,h4 {
	margin-top: 0em;
	margin-bottom: 0em;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px 0;
}
h2.rouge {
color: #E86519;
}
/*
 * Styles generaux
 */

/* bien regler la marge (bugs IE) */
html, body {
	margin: 0;
	padding: 0;
	font-size:62.5%;
	line-height: 1.3em;
}
body { 
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	background: url(IMG/aero/fond.jpg) top left no-repeat #1d3058;	
}
body.accueil { 
	background: #1d3058;	
}
a { text-decoration: none; color: #7ca6b8; }
/*#navigation a { text-decoration: none; color: white; }*/
#map a, #map a img { text-decoration: underline; color: #6295aa; }
#navigation .menu-titre a:hover { text-decoration: none; color: #fff; }
a:hover { text-decoration: none; color: #fff; }
#navigation .menu-itemon a, .menu-titre a { text-decoration: none; color: #fff; }
a.spip_out { text-decoration: underline overline; }
a.spip_glossaire { text-decoration: underline; color: #7ca6b8; }

.chapo {
	font-weight: bold;
	text-align: justify;
}
.texte, .texte p.spip {
	text-align: justify;
}
.ps {
	position: absolute;
	top: -30px;
	text-indent: -9999px;
}
.notes {
	text-align: left;
}
.spip_doc_titre, .spip_doc_descriptif {
		font-size: 1.2em;
}
.spip_doc_descriptif {
	font-style: italic;
}
/*
 * Ici les styles pour le contenu
 */

.contenu h1,h2 {
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.contenu h1,h2.titre-extrait {
	font-size: 1.3em;
	font-weight: bold;
}
.contenu h1.titre-texte,h2.titre-texte {
	font-weight: bold;
}
.contenu h1.titre-texte {
	font-size: 2.0em;
}
.contenu h1 {
	font-size: 1.8em;
	padding: 10px 0;
}
.contenu h1 {
	font-size: 1.6em;
	padding: 10px 0;
	font-weight: normal;
}
#principalaccueil h1.accueil, #navigationaccueil h1  {
	font-weight: normal;
	font-size: 1.6em;
}
h1.titre-rubrique {
	font-size: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1.titre-rubrique a {
	text-decoration: none;
}
h1.spip, h3.spip {
	clear: both;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	text-align: center;
}
h1.spip {
	font-size: 1.6em;
}
h3.spip {
	font-size: 1.5em;
}
hr {
	clear: both;
	background: #fff;
	border: 1px solid #fff;
	height: 0;
	
}
.contenu .surtitre {
	font-size: 1.0em;
	letter-spacing: 2px;
	padding: 2px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.contenu .detail {
	font-style: italic;
}
.extrait {
	border: groove 2px #a0a0a0;
	padding: 1em;
}


/*
 * Disposition a l'ecran
 */

#principal .texte {
	line-height: 2.0em;
}
/*
#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;
}*/


