/*mise à zéro des communs*/
ul, li {list-style-type:none; margin:0; padding:0; }
h1, h2, h3, h4, h5,h6, hr {margin:0; padding:0; }

.eject {
	position:absolute;
	left:-5000px;
	top:-5000px;
	text-indent:-5000px;
	}
.eject_txt {
	text-indent:-5000px;
	}
p, ul { font-size:13px; }
p { margin:0;}

.drapeau_gauche {text-align:left;}
.drapeau_droit {text-align:right;}
.float_left {float:left;}
.float_right {float:right;}
.strong {font-weight:bold;}
.display_none {display:none;}


ul.with_disc li {
	list-style-type:disc;
	list-style-position:inside;	
}
ul.with_number li {
	list-style-type:decimal;
	list-style-position:inside;
}
.red {
	font-weight:bold;
	color:red;
}
