#Article{
	margin: 0 0 0 200px;
	padding : 0 120px 5em 120px;
	border : 0px;
}

#Article img.iconeedito{
	border: none;
	margin : 0;
	padding : 10px 0 0 0;
}

#Article h1
{
	font-family: Arial;
	font-weight : normal;
	color : #224f21;
	font-size: 26px;
	border-top: solid 1px #224f21;
}

#Article a
{
	text-decoration: none;
	color: #c9474c;
}

#Article a:hover
{
	text-decoration: underline;
}

#signature p
{
	text-align:center;
}

#Article img{
	margin : 2px 20px 2px 0px;
}

/*début itemizedList*/
/*type de puce pour les listes standard */
.Simple
{
	list-style-type: none;
}

.Carre
{
	list-style-type: square;
}

.Disc
{
	list-style-type: disc;
}

.Perso
{
	list-style-position: outside;
}
/*fin itemizedList*/

/*debut orderedList*/
/*type de puce pour les listes ordonnées*/

.Arabic
{
	list-style-type: decimal;
}

.UAlpha
{
	list-style-type: upper-alpha;
}

.URoman
{
	list-style-type: upper-roman;
}

.LAlpha
{
	list-style-type: lower-alpha;
}

.LRoman
{
	list-style-type: lower-roman;
}
/*fin orderedList*/