/* CSS Document - grippe_aviaire */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	position: relative;	
	padding: 0;
	margin: 0;
	background: #f6fbfe;
}
#page{
	position: relative;
	margin: 0 auto !important;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #f6fbfe;
	background: #f6fbfe url("../images/ENTETE_GAUCHE2.png") no-repeat;
	text-align: left;
}

#wrapper{
	background: #ffffff url("../images/BG_PAGEHAUT.png") center repeat-y;
	
}

#page_crise{
	position: relative;
	margin: 0 auto !important;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #cecbc2;
	background: #f6fbfe url("../images/ENTETE_GAUCHE2.png") no-repeat;
	text-align: left;
}
#page_article {
	position: relative;
	margin: 0 auto !important;
	margin: 0 auto;
	width: 780px;
	border: 1px solid #f6fbfe;
	background: #f6fbfe url("../images/ENTETE_GAUCHE2.png") no-repeat;
	text-align: left;
}

/* Titres du site */

h1 { /* logo du portail */
	position: absolute;
	padding: 0;
	height: 86px;
	text-indent: -7000em;
	text-decoration: none;
	z-index: 3;
}
h1 a, h1 a:visited, h1 a:hover {
	display: block;
	width: 430px;
	height: 70px;
	text-indent: -7000em;
	text-decoration: none;
}
.baseline a, .baseline a:visited, .baseline a:hover {
	display: block;
	width: 518px;
	text-indent: -7000em;
	text-decoration: none;
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 30px !important;
	line-height: 30px;
}

p.numero_infogrippe { /* tel infogrippe */
	position: absolute;
	top: 13px !important;
	top: 25px;	
	left: 482px;
	width: 280px;
	height: 76px;
	text-indent: -7000em;
	font-size: 1px;
	background: #789298 url("../images/ENTETE_DROITE2.png") no-repeat;
	/*z-index: 8;*/
}
#maj { /* date de mise a jour en haut a gauche */
	color: #999;
	float: left;
	padding: 0 .5em !important;
	padding: .5em .5em 0 .5em;
	font-size: .9em;
	text-transform: uppercase;
} 
#entete {
	position:relative;
	height: 90px;
	margin-left: 15px;
}
#entete ul { /* liens en haut a droite */
	position: absolute;
	left: 508px;
	top: 0;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#entete li {
	margin: 0;
	display: inline;
	list-style-type: none;
	padding: 0 .4em 0 .4em;
	border-left: 1px solid #ccc;
}
#entete li a {
	color: #405d5b;
	text-decoration: none;
	}
#entete li a:hover {
	text-decoration: underline;
	color: #627980;
	}

.invisible {
	display: none;
}


/* Chemin de fer / arborescence du site */
div#chemin_de_fer {
	margin: 0 0 0 180px !important;
	margin: 10px 0 0 180px;
	padding: .7em 0;
	text-transform:capitalize;
	font-size: .9em;
	color: #666;
}
#chemin_de_fer a {
	text-decoration: none;
	color: #333;
}
#chemin_de_fer a:hover {
	text-decoration: underline;
}

/* mini recherche dans l'entete */
div#recherche_top {
	position: absolute;
	top: 108px !important;
	top: 106px;
	left: 15px;
	}

#recherche_top input, #abonnezvous input {
	border: 1px solid #666;
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	padding-left:0.3em;
}

#recherche_top input.valider, #abonnezvous input.valider {
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	top: -3px;
	color: #799398;
	background-color: #f6fbfe;
	background: url('../images/BTN_OK.png') no-repeat;;
	width: 32px;
	height: 21px;
	border: none;
}

#abonnezvous input.valider {
	background-color: #ebf1f2;
}
#recherche_top input.valider:hover, #abonnezvous input.valider:hover {
	color: #ea1b1b;
}

