body{
	font-family: "Courier New",Courier,mono;
	font-size: 12px;
	color: #000;
}

h1 {
	font-size: 18px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:"Courier New",Courier,mono;
}
h2 {
	font-size: 16px;
	font-family:"Courier New",Courier,mono;
	font-weight:bold;
	line-height:16px;
	margin-top:0px;
	margin-bottom:2px;
}
p{
	line-height:14px;
	text-align:justify;

}

ul, ol {
	margin-left:0px;
	padding: 0;
}
li {
	margin: 0;
	padding: 0;
	border:0px;
	list-style:none;
	line-height: 1.5;

}

.image_gauche
{
	float: left;
	margin-bottom:15px;
	margin-right:15px;
	border:none;
}

.image_droite
{
	float: right;
	margin-bottom:15px;
	margin-left:15px;
	border:none;
}

IFRAME{
	border:1px dashed #000000;
	background-color:#FFFFCC;
}
