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

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

div#top {
	position 		: absolute ;
	width 			: 760px ;
	height			: 160px;
	top				: 10px ;
	text-align 		: right ;
	background-color	: #FFFCAD;
	background-position	: left top;
	left				: 20px ;
	/* margin-left 		: -380px ; */
}

div#journal {
	position	: absolute;
	width		: 760px;
	top	 		: 181px;
	background-color	: #FFFCAD;
	left		: 20px;


	/* margin-right		:  */
}
form {
	position : absolute ;
	color : green ;
	top : 120px ;
	left : 540px;
}
.menu {
	position : absolute;
	text-align : right;
	top : 153px;
	left : 168px;
	font-family	: Georgia, Times, serif;
	color		: black;
	font-size	: 9pt;
	line-height	: 1em;
	text-align	: right;
	width: 588px;
	height: 12px;


}

/* Liens dans le menu*/
.menu a  {
	color : black;
	text-decoration : none;
}
.menu a:hover {
	color : #CE7E00;
	text-decoration : underline;
}

/* Liens dans le texte*/
a  {
	font-weight 	: bold ;
	color 			: black ;
	text-decoration : none ;
}
a:hover {
	font-weight 	: bold ;
	color 			: darkblue ;
	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	: 17px ;
	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 		: #054D05 ;
	top 		: 110px ;
	left 		: 5px ;	
}

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


/* emphase  de certains mots */
.strong {
	font-weight : bold ;
	color : black ;
} 

/* Centrage photos*/ 
.centre {
	text-align : center ;
} 


.libstat {
	position:absolute;
	top		:5px;
	left	:785px;
	width: 119px;
	height: 27px;


}

