@charset "utf-8";


#precarte {
	float : left;
	width : 247px;
	height : 400px;
}


#carte {
	margin-left : 253px;
	width : 500px;
	height : 400px;
	font-size : 0.8em;
    line-height: 1.2em; 
}


#texte{	
	width : 760px;
}

.estyle2{
}

.estyle2 h4{
	padding : 10px;
	padding-right:30px;
	background :#eee ;
	margin : 0;
	border-bottom : 1px red dotted;
	font-size : 12px;	
}

#containeurpage #texte .estyle2 p.infobulle {
	padding : 10px;
}

.close{
	margin-top : -4px;
	background-image : url('close.gif');
	background-position : 0 0;
	width : 16px;
	height : 16px;
	position:absolute;
	top:12px;
	right:5px;
	float : right;	
}

.close:hover{
	background-position : -16px 0;
}
