/* CSS Document */
body
{
	width:100%;
	margin: 10px 0 ;
	padding: 0 ;
	text-align: center ;
	font: 0.8em "Arial", helvetica, sans-serif ;
	background: url(http://www.astropolis.fr/accueil/pour%20les%20tableaux4.jpg);
}

div#conteneur
{
	width: 950px ;
	margin: 0 auto ;
	text-align: left ;
	border: 2px solid #043264 ;
	background: #fff ;
}

div#header
{
	height: 320px ;
	background: #ffffff ;
	margin: 10px ;
}



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

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

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

img:hover
{
-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: 50px ;
	line-height: 40px ;
	font-size: 1.4em ;
	background: url(http://www.astropolis.fr/accueil/mini.jpg) 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: #043264 ;
}

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 ;
}
