/* position */
body{ 
	margin:5px;
	margin-left:40px;
	padding-top: 0px;
	/*background-image:url(../images/fondhaut.jpg);*/
	/*background-image:url(../images/fondcarnaval.jpg);*/
	background-image:url(../images/fondcoeur.jpg);
	/*background-image:url(../images/fondtrefle.jpg);*/
	/*background-image:url(../images/fondpaques.jpg);*/
	/*background-image:url(../images/fond1mai.jpg);*/
	/*background-image:url(../images/fondhallo.jpg);*/
	/*background-image:url(../images/fondhaiti.jpg);*/
	/*background-image:url(../images/fondnoel.jpg);*/
	/*background-image:url(../images/fondmariage.jpg);*/
	background-repeat:repeat-x;
	font-family:"trebuchet ms",Geneva, Arial, Helvetica, sans-serif; color: #000135;
	font-size:85%;
	text-align:center;
scrollbar-arrow-color: #211399;
scrollbar-3dlight-color: #EBE8F2;
scrollbar-face-color: #91aaE2;
	
	}
.spanstyle {
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:16pt;
	font-family:Verdana;
    font-weight:bold;
	color:#006666;
}
h3{
	color:#990000;
	}
.liste1{ list-style-image:url(../images/losa.gif);
		padding:0 0 0 10px;
}
ul{
 	list-style-image:url(../images/fleche.gif);
 }
.coeur{
	list-style-image:url(../images/flechecoeur.gif);
 }
ol{ color:#006666;
	list-style-image:url(../images/fleche2.gif);
	}
.bas{ height:41px;
		clear:both; 
		/*rien ne peut être ni à droite ni à gauche, dont cela se place en-dessous*/
}
.tout { width:880px;
 		
 }
.tout2 { width:880px;
 		
 } 
/*liens*/
a {
	outline:none;
}
a:link { /*au départ*/
	text-decoration: none; 
	color:#006666;
	}
a:visited {  /*quand visité*/
	text-decoration: none;
	color: #006777;
	}
a:hover, a:active { /*ausurvol*/
	background-color:#d0dcfa;
	
	}
/*infobulle*/
a.info span{ display:none; }
a.info:hover{ background:none;}  /*$correction d'un bug IE z-index: 500;*/
a.info:hover span { 
		text-decoration:none;
		display:inline;
		position:absolute;
		margin:150px 0 0 -120px;
		background:#91aaE2;
		text-align:left;
		font-weight:bold;
		color:#FFFFFF;
		padding:3px;
		border:2px dashed #000135;;
		width:200px;}
/*infobulle*/
a.info2 span{ display:none; }
a.info2:hover{ background:none;}  /*$correction d'un bug IE z-index: 500;*/
a.info2:hover span { 
		text-decoration:none;
		display:inline;
		position:absolute;
		margin:150px 0 0 -200px;
		background:#91aaE2;
		text-align:left;
		font-weight:bold;
		color:#FFFFFF;
		padding:3px;
		border:2px dashed #000135;;
		width:200px;}
