/* Feuille de style par défaut : Vert - journal de l'Arno - septembre 2005 */

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

div#top {
	position 		: absolute ;
	width 			: 760px ;
	height			: 180px;
	left	 		: 0px ;
	top				: 10px ;
	text-align 		: right ;
	background-image	: url(/journal_2005-09_fichiers/titre-rouge.jpg);
	background-repeat	: no-repeat;
	background-color	: #FFFFFF ;
	background-position	: left top;
	text-align 		: right ;
	width				: 760px ;
	left				: 50% ;
	margin-left 		: -380px ;
	
}

div#journal {
	position	: absolute ; 
	width		: 760px ;
	left 		: 11x ;
	top	 		: 170px ;
	width				: 760px ;
	left				: 50% ;
	margin-left 		: -380px ;
	background-color	: #FFFFFF ;
}
form {
	position : absolute ;
	color : #800000 ;
	top : 135px ;
	left : 540px;
}
.menu {
	position : absolute ;
	text-align : right ;
	top : 130px ;
	left : 5px ;
	font-family	: Georgia, Times, serif;
	color		: #800000; 
	font-size	: 9pt; 
	line-height	: 1em ;
}

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

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


/* Textes */
p {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: black;
	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 		: #800000 ;
	top 		: 110px ;
	left 		: 5px ;	
}

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


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

.libstat {
	position:absolute ; 
	top:5px ;
	left:782px;
}
