/*
======================
Mise en forme générale
======================
*/

@page {
    size: portrait;
}

body {
    background-color: #fff;
    color: #444;
    font-family: Arial, sans-serif;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    text-align: justify;
}

/*
==============================
Mise en forme principaux blocs
==============================
*/

#principal {
    margin: 0 2cm;
}

#bandeau {
	background: url(../images/logo.png) no-repeat;
}

#logo_impression {
	margin-bottom: 20px;
}

#nav_haut {
	display: none;
}

#nav_gauche {
	display: none;
}

#ajaxticker1 {
	display: none;
}

#pied {
	display: none;
}

/*
================================
Mise en forme articles/rubriques
================================
*/

#hierarchie {
	font-size: 10pt;
	color: #999999;
}

#hierarchie a {
	text-decoration: none;
	color: #999999;
}

#outils_article {
	display: none;
}

#date {
      float: right;
      font-style: italic;
}

a img {
  	 border: none;
}

a {
	text-decoration: none;
}

.chapeau {
	font-weight: bold;
	font-style: italic;
}

.img {
	display: none;
}

#calendrier_menu {
	display: none;
}

#calendrier_mois {
	text-align: center;
	font-weight: bold;
	font-size: 150%;
}

.calendrier_date {
	text-transform: uppercase;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
}

/*
====================================
Mise en forme du moteur de recherche
====================================
*/

.titre_recherche {
	font-size: 11pt;
	color: #bb0000;
	font-weight: bold;
}

.ligne_recherche {
	height: 0px;
	border: 1px solid #bb0000;
	background-color: #bb0000;
}

.date_recherche {
	color: #666666;
}