 html,body  {
/* height : 100%;   ascenseur parasite? */
	margin : 0;
	overflow: auto;  /* pour IE ascenseur en strict */
	} 
	
body {
	background : #FFFFFF;
	font-family : Comic Sans MS, Century Gothic, Helvetica, Arial, sans-serif;
	font-size : 15px;
	font-weight: bold;
	color : #977;
	margin : 0 10px 0 10px;  /* pour IE6 asc horiz */
	padding : 0;
	border : 0;
/*	text-align : center;  */

} 

h1	{ 
	width:100%;
	clear:both;
	margin-top:0px;
	font-size: 160%;
	font-weight: bold;
	 }

.blog	{
	width: 98%; 
	margin: auto; 
	text-align: left; 
	font-weight: bold; 
	border: solid; 
	border-color: #9A6A03; 
	border-width: 0.1em; 
	padding: 0 1% 0 1%;
	}

a img {border:0;}
 
.coeur {
	position: fixed;     /* absolute pour IE et fixed pour les autres*/ 
	_position: absolute; /* http://dustinbrewer.com/css-trick-target-only-ie-with-an-if-statement/ */
/*  	max-height: 100%;  */
	width: 100%; 
/*	top: 80px; */
	left:0%;  
/*	text-align:center; */
	z-index:-10;
	}
	
.content {
	position: absolute;
	top:0;
	left:3%;
	width: 94%;
	}
	
.fondtrans {
	position: absolute;
	width: 100%;
	top: 0%; 
	left:0%;
	}


.nenuph {
	position: absolute;
	top:0%;
	left:0%;
	text-align: center;
  	width: 100%;  
  	height:100%; 
	}
	
.txtsmal {
	font-size: 100%;
	font-weight: normal;
	 }	

.txtbig {
	font-size: 130%;
/*	font-weight: bold; */
	 }
	 	
hr 	{
	color:#9A6A03; 
	border-width:1px;
	}
	
p 	{
	color:#9A6A03; 
	border-width:1px;
	}

a:link {
	text-decoration: none;
	color: #A9F;
	background-color: transparent;
}      

a:visited {
	text-decoration: none;
	color: #D7D;
	background-color: transparent;
}

a:hover {
	text-decoration: none;
	color: #D7D;
	background-color: transparent;
}

a:active {
	text-decoration: none;
	color:#D7D;
	background-color: transparent;
}