/* Feuille de style alternative 2 : journal de l'Arno - août 2005 */

/* Mise en page globale */
body {
	background-color: #BAAC7B ;
	margin 			: 0px ;
	text-align		: center; 
}

div#top {
	position 		: absolute ;
	width 			: 762px ;
	height			: 160px;
	top				: 10px ;
	text-align 		: right ;
	background-image	: url(/journal_2005-09_fichiers/titre-noir.jpg);
	background-repeat	: no-repeat;
	background-color	: #000000 ;
	background-position	: left top;
	border 				: 1px solid black ;
	text-align			: right ;
	width				: 762px ;
	left				: 50% ;
	margin-left 		: -380px ;
}

div#journal {
	position	: absolute ; 
	width		: 764px ;
	left 		: 11x ;
	top	 		: 170px ;
	background-color	: #000000 ;
	left				: 50% ;
	margin-left 		: -380px ;
}

.menu {
	position 	: absolute ;
	top : 140px ;
	left : 5px ;
	font-family	: Georgia, Times, serif;
	color		: orange; 
	font-size	: 9pt; 
	line-height	: 1em ;
	text-align	: right;
}

form {
	position : absolute ;
	color : orange ;
	top : 120px ;
	left : 540px;
}

/* Titre masqué*/
.titre {
	display : none ;
}

/* Liens */
a  {
	color : orange;
	text-decoration : none;
}
a:hover {
	color : orange;
	text-decoration : underline;
}

/* Textes */
p {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: white;
	font-size	: 9pt; 
	font-weight	: normal;
	line-height	: 1.3em ;
	text-align	: justify;
	padding-left: 20px;
	width		: 720px ;
	margin		: 5px ;
} 

h1 { /* sera utilisé pour les titres */
	position 	: absolute ;
	text-align	: left ;
	font-family : Georgia, serif ;
	font-size 	: 20pt ;
	font-weight : normal ;
	color 		: orange ;
	top 		: 110px ;
	left 		: 5px ;	
}

h3{ /* Sera utilisée pour les noms de jours */
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: orange;
	font-size	: 11pt;
	font-weight : bold;
	text-align  : left;
}


/* emphase  de certains mots - couleur verte */
.gras {
	color:orange; 
	font-weight:bold ;
} 

em {
	font-weight:bold ;
} 
.libstat {
	position:absolute ; 
	top:5px ;
	left:784px;
}
