/* Feuille de style : journal de l'Arno - juillet 2006 */

/* Mise en page globale */
body {
	background-color	: #6F933D ;
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	color				: black;
	font-size			: 9pt; 
}

#global {
	float 		: left  ;
	padding-top : 135px ;
	margin-top 	: 5px ;
	margin-left : 15px ;
	width		: 750px ;
	border 		: 3px solid #2B4F12 ;
	background	: #fff url(../journal_2006-07_fichiers/titre.jpg) left top no-repeat ;
}

p#menu {
	margin-top : 0px ;
	text-align : right;
	font-family	: Georgia, Times, serif;
	color : #fff ;
}
div#journal {
	width		: 750px;
	margin 		: 0 ;
	margin-top 	: 10px ;
	padding 	: 0 ;
	padding-bottom : 5px ;
	margin-bottom : 5px ;
}
.hidden {
	visibility : hidden ;
	height : 0px ;
}

/* Placement des images */
.centre {
	text-align : center ;
} 
.centre img {
border : 1px solid #000 ;
margin-left : 10px ;
margin-right : 10px ;
}
.floatRight {
float : right ;
margin : 0 ;
padding : 0 ;
margin-left : 10px ;
border : 1px solid #000 ;
}
.floatLeft {
float : left ;
margin : 0 ;
padding : 0 ;
margin-right : 10px ;
border : 1px solid #000 ;
}


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

/* Liens dans le texte*/
a  {
	font-weight 	: bold ;
	color 			: #2B4F12;
	text-decoration : none ;
}
a:hover {
	font-weight 	: bold ;
	color 			: #6F933D;
	text-decoration : underline ;
}

/* Textes */
p {
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	color		: black;
	font-size	: 9pt; 
	font-weight	: normal;
	line-height	: 17px ;
	text-align	: justify;
	margin-left : 5px ;
	margin-right : 5px ;
} 
form {margin : 0 ; padding-left : 15px ;  }

h1 { /* sera utilisé pour les titres */
	text-align	: right ;
	font-family : Georgia, serif ;
	font-size 	: 4pt ;
	font-weight : normal ;
	color 		: #2B4F12 ;
	top : -500px ; 	
}

h2{ /* Sera utilisée pour les noms de jours */
	font-family	: Georgia, serif ;
	width 		: 250px ;
	color		: #2B4F12 ;
	font-size	: 11pt;
	font-weight : bold;
	text-align  : left;
	padding-top : 5px ;
	margin-left	: 10px ;
	margin-bottom : 5px ;
	
}

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

#libstat {
	clear : both ;
	float : right ;
	margin-left : 15px ;
	margin-top	:15px;
	width	:119px;
	height: 79px;
}
