/* CSS Document */

                             /* PRINT */

/*------------------------------------------------------------------------
    Feuille de style pour modele Economiste.ch (version pour impression)
  ------------------------------------------------------------------------*/
body {
	background-repeat: repeat-x;
	font-family: "Century Gothic", "URW Gothic L", Helvetica;
	font-size: 14px;
}
h1 {
	font-size: 24px;
	text-align: center;
	margin-top:10px;
	margin-bottom:15px;
}
ul {
	list-style-type: square;
}
p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#Header {
	display:none;
}

#Header-print {
	position:static;
	height:67px;
	padding-top:25px;
	padding-bottom:25px
}

#Container{
	width: 100%;
	height: auto;
	top: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color:#FFFFFF;
}
#Rubriques{
	display:none;
}
#Rubriques ul {
	display:none;
}
#Rubriques li{
	display:none;
	}
#Rubriques ul li a
{
	display:none;
}
#Rubriques ul li a:hover
{
	background-color: #990000;
	color:#FFFF00;
	font-weight: bold;
	text-decoration: none;
} 
#Left_column{
	display:none;
}
#Content{
	position:static;
}
#Right_column{
	display:none;
}

#Footer {
	font-size: 10px;
	margin:inherit;
	padding-top:15px;
	text-align:center;
}