/* CSS Document */
body
{
	width:100%;
	margin: 0px 0px ;
	text-align: center ;
	font: 0.8em "Arial", helvetica, sans-serif ;
background: #000f1e;
}
 
 div#fond-haut {
 background: url(http://www.astropolis.fr/background-haut2.jpg) no-repeat;
 margin: 0px 0px ;
 background-position:top;
 }

div#fond-bas {
 background: url(http://www.astropolis.fr/background-bas2.jpg) no-repeat;
 background-position:bottom;
 }

div#conteneur
{
	width: 950px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #043263 ;
	background: url(http://www.astropolis.fr/accueil/bandeau-conteneur.jpg);

}

div#header
{
	
	height: 185px ;
	margin: 10px ;
}

div#tst 
{
  position:fixed ;
  bottom: 0 ;
  left : 0 ;
  width: 100%;
  height:30px ;
  background: url(http://www.astropolis.fr/accueil/toolbar3.png);
}
	
	#fixed {
		position: absolute;
		top: expression((document.documentElement.scrollTop || document.body.scrollTop) + this.offsetHeight - this.offsetHeight);
	}
	

div#sommaire
{
border: solid 1px #043264
}

div#articles
{
border: dashed 1px #043264
}

A 
{ color:#043264; text-decoration:none; 
}

A:hover 
{ color:#84b6bd;
}

.Style1 
{	
color: #FF0000;
font-style: italic;
}

.Style3 
{
font-weight: bold
}

.Style4 
{
	font-size: medium;
	color: #FFFFFF;
	font-weight: bold;
}

.Style5 
{
font-size: xx-small
}

div.css-sidebar
{
	 background: url(http://www.astropolis.fr/accueil/css-sidebar.png);
	 color: #ffffff ;
}

div#sidebar
{
	color:#043264;
	padding: 0 5px 0 5px;
	position:absolute;
	margin: auto;
	width: 179px;
	height: auto;
	top: 390px;
}

div#contenu
{
	margin : 0 0 0 190px;
	padding: 0 15px 0 5px;	
	border-left     : 1px solid #5697ab ;
	border-bottom: 1px solid #5697ab ;
}

img:ahover
{
-moz-opacity:0.7;
opacity: 0.7;
filter:alpha(opacity=70);
}

div#contenu h1
{
color: #ffffff ;
background: url(http://www.astropolis.fr/accueil/pour-les-h1.jpg) ;
}


div#contenu h2
{
	padding-left: 80px ;
	line-height: 40px ;
	font-size: 1.4em ;
	background: url(http://www.astropolis.fr/accueil/mini.png) no-repeat left bottom ;
	color: #043264 ;
	border-bottom: 1px solid #043264 ;
}

div#contenu h3
{
	margin-left: 15px ;
	padding-left: 5px ;
	border-bottom: 1px solid #043264 ;
	border-left: 3px solid #043264 ;
	color: #043264 ;
}

div#contenu h4
{
font-size: 1em ;
color: #043264 ;
border-bottom: 1px solid #043264 ;
}

div#contenu p
{
	text-align: justify ;
	text-indent: 2em ;
	line-height: 1.7em ;
}

div#contenu a
{
	color: #043264 ;

}

div#contenu a:hover
{
	color: #84b6bd ;
}

p#footer
{
	margin: 0 ;
	padding-left: 50px ;
	padding-right: 50px ;
	line-height: 20px ;
	text-align: center ;
	color: #000 ;
	background: url(http://www.astropolis.fr/accueil/footer.jpg) ;
}

pre
{
	overflow: auto ;
	background: #dea ;
	border: 2px solid #043264 ;
	padding: 5px 0 0 5px ;
	font-size: 1.2em ;
}


pre span
{
	color: #84b6bd ;
}

pre span.comment
{
	color: #84b6bd ;
}

