/* CSS Document */
#contenu p{
	clear:both;
	text-align:justify;
	margin-bottom:10px;
}
.imageG{
	clear:both;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
	/*border:#003300 1px solid;*/
}
.imageD{
	clear:both;
	float:right;
	margin-left:10px;
	margin-bottom:10px;
	padding:5px;
	/*border:#003300 1px solid;*/
}
#contenu {
	padding:1px 10px 30px 10px;
}
h1 {
	font-size: 20px;
	color: #003300;
	border-bottom:#CCCCCC 1px dotted;
	clear:both;
	margin-bottom:10px;
}
h2 {
	clear:both;
	font-size: 14px;
	color: #990000;
	margin-bottom:5px;

}
h3 {
	font-size: 12px;
	color: #009900;
}
h4 {
	font-size: 11px;
	color: #00CC00;
}
