/* CSS Document */
/*CONTENU*/
h1 {font-family:"Monotype Corsiva", cursive; font-size:1.5em }
h1#recits {font-family:Verdana, Arial, Helvetica, sans-serif; margin:0.2em 0em 1em 0em }
h1#bouteilles {font-family:Verdana, Arial, Helvetica, sans-serif; margin:1.2em 0em 1em 0em ; font-size:1.4em;}

div#recits-sommaire , div#bouteilles-sommaire {margin-left:1em;}
div#bouteilles-sommaire h1 {margin:0.5em 0em 0em 0em}
div#bouteilles-sommaire p {margin:0 ; font-size:0.9em;}

/*zone de contenu*/
	div.histoire{
		float:left;
		width:72%;
		margin: 6em 0 0 1%;
		padding: 0.2em 0.2em 0.2em 0.2em;
		font-size:1em;
		color:#000000; 
	}

	div.histoire h1{ margin:0 0 0 0} 
	div.histoire h2{ margin:0 0 0 0 ; font-size:0.9em} 
	
	div.histoire p{ margin:0.4em 0 0.4em 0} 
	/*div.histoire p:first-letter{ font-weight:bold}*/
	div.histoire ul{ margin:0.4em 0 0.4em 0} 
	div.histoire li{ margin-top:0.2em ; list-style-type:square ; font-style:italic} 
	
	div.histoire #suite{ color:#00C}


	
div.lettre {font-style:italic ; background-color:#FFFFCC; font-family:"Monotype Corsiva", cursive}
div.lettre p { margin-left:2em; margin-right:1em; text-indent:1em}
div.lettre p#signature { text-align:right; margin-right:5em}
div.lettre p:first-letter{font-weight:normal}

/*menu*/
	div.menu_histoire{
		float:right;
		width:20%;
		margin: 6em 1.5% 0 0;
		padding: 0.2em 0.2em 0.2em 0.2em;
		font-size:1em;
		color:#000000; 
		background-color:#EFEFFF;
		border: 1px solid #999966;
	}