@import url(../css/textes.css); /* textes , articles et contenus */

html, body {height : 100%;}

body {
margin: 0; padding: 0;
background:#ECECEC;
}

body, table {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #353535;
}

table {	border: 1px none #ccc;}

p {margin: 0 0 8px 0;}/*pour virer les saloperies d'espaces*/
h1, h2, h3, h4 {margin: 0 0 8px 0;}

hr {margin: 5px 0 5px 0; border:1px dotted #fff; border-bottom:1px dotted #999;  color:#fff;} 

a { color: #353535;  text-decoration: underline;	}

a:active { text-decoration: none; }
a:hover {	color: #bc0518;}
a img {border:0;}

.hidden, .hide {display:none;}

/*bulles*/
#zoneBulle{
	position:relative;
}
#bulle{
	position:absolute;
	height:auto;
	font-weight:bold;
}
#fleche{
	background-repeat:no-repeat;
	height:7px;
	width:14px;
	position:absolute;
	overflow:hidden;
}
#bulle .fleche{
	height:7px;
}



